Hello,
In case you have a working copy you'll need to schedule file for
deletion and then run commit:
File file = new File("/file/path");
SVNClientManager clientManager = SVNClientManager.newInstance();
clientManager.getWCClient().doDelete(file, false, false);
clientManager.getCommitClient().
doCommit(new File[] {file}, false, "file deleted", null, null,
false, false, SVNDepth.INFINITY);
Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!
On 14 December 2011 19:30, adsonvinicius <[email protected]> wrote:
>
> I has passed 3 days trying remove phisically a file inside one Checked out
> folder and using SVNKit do a Commit . But i never got it reflect this
> operation in repository. Does anyone know how to do that? I'm trying to do
> the same operation when we click in Commit button on a icon folder checked
> out.
> --
> View this message in context:
> http://old.nabble.com/How-to-do-a-simple-Commit-as-Tortoise--tp32975346p32975346.html
> Sent from the SVNKit - Users mailing list archive at Nabble.com.
>
>