On Mon, Jun 1, 2020 at 7:14 PM Craig Russell <[email protected]> wrote: > > On Jun 1, 2020, at 3:48 PM, Sam Ruby <[email protected]> wrote: > > > > 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? > > Does this mean that we cannot implement a single svn commit to both > foundation/members.txt and documents/emeritus?
No, it does not mean that. I have tested doing a single commit to both foundation and documents when they were checked out separately. It works. What it means is that publishing approved minutes to the web site needs to continue to be done in separate commits. > Craig - Sam Ruby > > - Sam Ruby > > > > On Mon, Jun 1, 2020 at 12:45 PM Sam Ruby <[email protected]> wrote: > >> > >> On Mon, Jun 1, 2020 at 10:13 AM sebb <[email protected]> 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 > > Craig L Russell > [email protected] >
