[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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:
>
> When I use @PEGREV at the end of the path, it also checks out the
> older
> version subset -- although I read somewhere that this was a
> workaround.

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>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 13 03:02:29 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.