Re: cat and list do not correctly 'look through' renames
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-31 19:52:35 CEST
On Aug 31, 2005, at 11:53 AM, Rob Hubbard wrote:
> svn cat -r321 svn:///.../repos/dir1/file1.txt
You should be using peg revisions. Your command is equivalent to typing
svn cat -r321 URL@HEAD
...and URL@HEAD doesn't exist. Thus, an error.
Instead, what you really mean is:
svn cat URL@321
You can read about peg revisions in the book:
http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html
-- www.collab.net <> CollabNet | Distributed Development On Demand --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Aug 31 19:54:17 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.