Re: svn cat doesn't work on moved files
From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-29 02:38:57 CET
Tobias Ringstrom wrote:
>I can imagine needing both methods. How about changing -r to follow
Now, this *does* sound like a recipe for confusion. I don't understand
svn mv wc/foo wc/bar
These two commands don't do the same thing. The first creates an
Let's look at "svn cat" in this light:
(1) svn cat wc/foo
To me, the most obvious interpretation of (1) is to get the contents of
(1) svn cat -rBASE url-of(wc/foo)
where "url-of(wc/foo)" is whatever "svn info" tells you about the URL.
(3) svn cat -r15 wc/foo
have different meanings, too: (3) means get me the contents that the
The idea that WC paths are just shortcuts for URLs is, IMNSHO, flawed.
-- Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Mar 29 02:39:50 2003 |
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.