Hello, I recently bumped into a known bug SCM-677 when using the scm plugin with subversion. I think that a relatively easy, though svn specific, solution could be implemented by first adding all directories leading up to the file(s) before adding the file. Suppose I want to add file A/B/c. The svnAddCommand could first do "svn add -depth=empty A A/B" and then "svn add A/B/c" This may result in some (harmless) warning if the directories are already in svn but is relatively simple to implement. Would you be willing to accept a patch that implements this?
Kind regards, Johan