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

Re: Subversion 0.18.1 released.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-27 04:24:58 CET

Jens-Uwe Mager <jum@anubis.han.de> writes:

> I was tracking the branch, and now the thing is released how do I switch
> my repository over to the tag?
>
> jum@thoth svn $ svn info
> Url: http://svn.collab.net/repos/svn/branches/release-0.18.1
>
> jum_at_thoth svn $ svn switch http://svn.collab.net/repos/svn/tags/0.18.1/
> svn: RA layer request failed
> svn: REPORT request failed on /repos/svn/branches/release-0.18.1
> svn: REPORT of /repos/svn/branches/release-0.18.1: 404 Not Found
>
> Is there anything obvious I am missing?

Yes, read the error message: it says /branches/release-0.18.1/ no
longer exists. So it's possible for the server to compare that
directory to /tags/0.18.1/ and send you the changes. Your only choice
is to checkout a fresh working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 27 02:28:41 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.