Re: why does svn upgrade contact the server?
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 15 Dec 2011 12:04:31 +0000
Stefan Sperling <stsp_at_elego.de> writes:
> You will likely be better
That's not possible as the repository effectively no longer exists.
The most likely thing to be missing is the root URL. You only need to
<entry
and add a repos element:
<entry
If your .svn/entries file is not XML then it should start something like:
10
dir
http://example.com/some/repos/trunk
2011-12-15T10:15:25.161943Z
Change the blank line after the checkout URL to define the root URL:
10
dir
http://example.com/some/repos/trunk
2011-12-15T10:15:25.161943Z
Make sure you change the blank line, do not insert a new line.
-- PhilipReceived on 2011-12-15 13:05:15 CET |
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.