commit all files except a selected few?

2013-09-15 Thread
Does subversion support any command line wizardry that offers the user a way to commit the changes made to all files under version control except those made to a selected few? Thanks, -- Zé

Re: Push ?

2013-09-15 Thread Thorsten Schöning
Guten Tag Dan White, am Sonntag, 15. September 2013 um 01:22 schrieben Sie: > Is is possible to push a checkout or update from a subversion server to a > remote client ? As said, there's no such mechanism in Subversion, but if you describe your problem more detailed, one can suggest workarounds.

Re: commit all files except a selected few?

2013-09-15 Thread Andy Levy
On Sun, Sep 15, 2013 at 6:10 AM, Zé wrote: > Does subversion support any command line wizardry that offers the user a way > to commit the changes made to all files under version control except those > made to a selected few? If you organize your files into changelists[1], you can commit a specif

Re: commit all files except a selected few?

2013-09-15 Thread
On 09/15/2013 12:31 PM, Andy Levy wrote: On Sun, Sep 15, 2013 at 6:10 AM, Zé wrote: Does subversion support any command line wizardry that offers the user a way to commit the changes made to all files under version control except those made to a selected few? If you organize your files into

Re: commit all files except a selected few?

2013-09-15 Thread
On 09/15/2013 02:39 PM, Zé wrote: On 09/15/2013 12:31 PM, Andy Levy wrote: Other than that, svn commit allows you to pass multiple files/paths to be committed. You can specify individual paths and/or use your shell to pattern-match or glob files which should then be expanded by your shell to p

Re: Push ?

2013-09-15 Thread Dan White
The issue is that the client end of the transaction is in a DMZ A connection from a DMZ to one’s internal network is a very high security risk. What I was hoping for was a way to define a very specific connection from the Subversion server to the DMZ client (push). This is considered to be a much

Re: Push ?

2013-09-15 Thread Thorsten Schöning
Guten Tag Dan White, am Sonntag, 15. September 2013 um 17:32 schrieben Sie: > Searching for a solution found one possibility: Check out a copy on > the subversion server and then rsync to the final client destination. How is rsync more secure than accessing the client using SSH and use svn update

Re: Push ?

2013-09-15 Thread Branko Čibej
On 15.09.2013 01:22, Dan White wrote: > Is is possible to push a checkout or update from a subversion server to a > remote client ? You could try svnpubsub: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/ It includes a client implementation called "svnwcsub" which doe