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
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
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
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
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
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
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.
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é