Update: it looks like it fails if not all of the paths have a common root: svn: E200007: Commit failed (details follow): svn: E200007: Commit can only commit to a single repository at a time. Are all targets part of the same working copy?
- Sam Ruby On Mon, Jun 1, 2020 at 12:45 PM Sam Ruby <ru...@intertwingly.net> wrote: > > On Mon, Jun 1, 2020 at 10:13 AM sebb <seb...@gmail.com> wrote: > > > > It looks like svn commit accepts multiple workspaces. > > Seems to work! Learned something new! > > rubys@rubix:~/svn$ touch foundation/testfile documents/testfile > rubys@rubix:~/svn$ svn add foundation/testfile documents/testfile > A foundation/testfile > A documents/testfile > rubys@rubix:~/svn$ svn commit foundation/testfile documents/testfile > -m "test commit - please ignore" > Adding documents/testfile > Adding foundation/testfile > Transmitting file data .. > Committed revision 97357. > > https://lists.apache.org/thread.html/rf931454bd6e32df86a3f97f077b1ff0f9979ae821313a3a338f07981%40%3Cfoundation-commits.apache.org%3E > > - Sam Ruby