Hello, Probably you're looking for this one — https://gist.github.com/1181688/
Semen Vadishev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On Aug 30, 2011 18:02 , hugocarr wrote:
Hello, I am trying to write a function which creates a directory in a repository, using the high-level API (i.e. SVNClientManager.getInstance()) Basically the problem is that I am trying to implement tagging, but non-recursively. So when copying a folder to the tag directory, I'd like to have just an empty folder copied. It seems doCopy is always recursive which makes sense, so I'm trying to find a function which is the equivalent of "svn mkdir /tags/mytag1/mydir/" at the command line. I can think of a few ways of doing it, but they would be hacks and I imagine there's a super simple function which I have completely missed! Thanks in advance
