Re: bug in Subversion, or do I have unreasonable expectations?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-13 03:00:10 CEST
On Sep 12, 2005, at 7:03 PM, Mike Linda wrote:
It's not a workaround, peg revisions are the proper syntax.
<recording>
If you type
svn checkout -rX URL
That's equivalent to typing
svn checkout -rX URL@HEAD
But if URL@HEAD doesn't exist, you get the error you're seeing.
What you want to type is
svn checkout URL@X
Read about peg revisions in the book:
http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html
</recording>
---------------------------------------------------------------------
|
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.