commit only directory and not the files in it
In svn commands, you'd do svn add --depth=empty mydirectory
With SVNKit, pass in the EMPTY value for the SVNDepth parameter, e.g.:
doAdd(mydirectory, false, false, false, SVNDepth.EMPTY)
In svn commands, you'd do svn add --depth=empty mydirectory
With SVNKit, pass in the EMPTY value for the SVNDepth parameter, e.g.:
doAdd(mydirectory, false, false, false, SVNDepth.EMPTY)