RE: Perforce/Subversion Timing Statistics #2
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-05-31 10:56:56 CEST
On Fri, May 31, 2002 at 02:11:28AM -0600, Joshua Jensen wrote:
Easy. You've been misled about 'svn cp' :-)
> I'm moving around, let's say, 20 files between different directories.
Nope. 'svn cp http://example.com/repos/foo http://example.com/repos/bar'
The basic difference is this:
* svn cp URL-src URL-dst
This operation occurs entirely on the server. The client doesn't have to
* svn cp WC-src WC-dst
This operation occurs entirely on the client. The client will copy the
Note that you can also copy from the WC up to the server (which does an
> I need to email my team and tell them I'm locking down the
Nope :-)
>...
Neener neener. We fooled you :-)
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Jun 1 14:13:30 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.