« Return to Thread: checkout with -r vs @ (peg revision problem)

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

by Puneet Lakhina :: Rate this Message:

| View in Thread



On Wed, Apr 23, 2008 at 8:57 PM, mindspin311 <connoc.mindspin@...> 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@...
For additional commands, e-mail: users-help@...




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

 « Return to Thread: checkout with -r vs @ (peg revision problem)