Re: using patches
From: Eric Wilhelm <ewilhelm_at_sbcglobal.net>
Date: 2005-02-24 16:42:03 CET
# The following was supposedly scribed by
>1> connect to the distant server
I'm assuming you can't "svn co http://yourserver/svn" from the distant
You could "svn export working_copy dump" and then
rsync --rsh=ssh -rptvzu dump/ user@distant_server:/path/on/that/box/
'man rsync' for details. Also see unison, or ssh tunnels, or transfer a
--Eric
-- "You can't win. You can't break even. You can't quit." -- Ginsberg's Restatement of the Three Laws of Thermodynamics --------------------------------------------- http://scratchcomputing.com --------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Feb 24 16:39:08 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.