Is it possible for 2 or more threads to add and commit different files to SVN repository using the same working copy?
My program works fine with 1 thread, but 2 threads give me svn exceptions saying that the working copy is locked or (when using SVN kit) that there is a transaction that didn't complete.
I need this because I am trying to migrate from StarTeam to SVN, and I have millions of commits to make, so I need it as fast as possible.