AbhishekGhosh / svnx

svnX is a GUI wrapper for Subversion, a CVS replacement. SvnX is an OS X open source GUI for most features of the svn client binary. Automatically exported from original repo on Google Code.
http://www.lachoseinteractive.net/en/community/subversion/svnx/features/
2 stars 4 forks source link

Commiting multiple working copies at once #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if it were possible to commit changes to multiple working 
copies at once. For example if I have the following working copies:

~/A checked out from http://myrepo/branches/X
~/B checked out from http://myrepo/trunk/Y

it should be possible (it is with the svn command line) to commit changes to 
both A and B and create a single new revision in the repository.

Original issue reported on code.google.com by APBirt...@gmail.com on 7 Nov 2012 at 3:35