svn fetch
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-15 05:09:27 CET
One of the ideas that I had in the meeting last Friday was to rationalize
The basic concept is simple: fetch me some data.
The form of the command is also simple:
svn fetch [-r rev] [URL] [wc-path]
The combinations are:
1) svn fetch [-r rev] URL
a) "." is a working copy: fetch any necessary data and switch the working
b) "." is not a working copy: fetch the contents of URL (of a specific
2) svn fetch [-r rev] URL wc-path
fetch data (of a specific revision) into the specified wc-path
3) svn fetch wc-path
fetches updated data for wc-path from its corresponding URL
4) svn fetch
same as (2) with "." as default wc-path
svn checkout == cases 1b and 2
The only question is how to handle the case when a URL is provided: where to
$ svn fetch http://svn.collab.net/repos/svn
Does that create ./svn/ and put everything there? Or does it put the
"svn switch" would prefer the former interpretation. "svn co" prefers the
Fetch could obsolete the checkout, update, and switch commands in one fell
checkout and update (and their aliases) would be aliases of "svn fetch".
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 Oct 21 14:36:48 2006 |
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.