I use SVNKIT checkout a folder .svn information use this
if (!SVNUtil.isWorkingCopy(ws)) {
updateClient.checkout(clientManager, repositoryURL, SVNRevision.HEAD,ws,SVNDepth.EMPTY);
}
then I use IO stream create a new file with the same filename in this SVN;then I try "commitClient.doCommit" to commit it but faild,the faild information is "the file is not working copy". How can I do this correctly?