You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Puneet Lakhina <pu...@gmail.com> on 2008/04/29 07:33:46 UTC

Re: checkout with -r vs @ (peg revision problem)

On Wed, Apr 23, 2008 at 8:57 PM, mindspin311 <co...@gmail.com>
wrote:

>
> I'm trying to checkout a repository using 'svn co
> svn+ssh://xxxxxxxxxxxx/trunk/anttest@555' and I get the following:
>
> svn: URL 'svn+ssh://xxxxxxxxxxxxx/trunk/anttest@HEAD' doesn't exist
>
> I'm pointing to the same repository and It works on all other machines,
> but
> not this one.
>
> I can get it to work by just using -r REV, but I'm using the svn task in
> ant
> and it uses peg revisions. I don't want to use an exec task in ant to do a
> checkout.
>
> Anyone have any ideas of why using @rev doesn't work on this one machine?


Are you on Windows? I asked the same question sometime ago on the subclipse
mailing list:
http://svn.haxx.se/subusers/archive-2007-04/0081.shtml

As you might see from the thread, I couldn't find a solution. Since my
requirement was simple, checkout HEAD, I wrote an Ant Task myself that used
the command line svn client to perform the operation.


> --
> View this message in context:
> http://www.nabble.com/checkout-with--r-vs-%40--%28peg-revision-problem%29-tp16834662p16834662.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


-- 
Puneet
http://sahyog.blogspot.com/
Latest Post: javac -g