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
-- 
View this message in context: 
http://old.nabble.com/Add-a-directory-tp32364638p32364638.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to