First I am doing a check out using following command updateClient.doCheckout(SVNURL.parseURIDecoded(SVNURLString), f, SVNRevision.UNDEFINED , SVNRevision.HEAD, true);
After that I make changes and try to commit using SVNCommitClient committer = ourClientManager.getCommitClient(); committer.doCommit(commonPropFileArray,false,null, false,true); I get an error saying D:\Projects\.svn' is not a working copy There is a .svn file in Projects and I did try to check out a couple of times but I still get the same error. Any idea how can I resolve this issue. It is really urgent and I am a newbie to SVNKit Can someone please help me troubleshoot this issue. Thanks -- View this message in context: http://old.nabble.com/doCommit-tp32982966p32982966.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
