Re: Could not un- and re- link ~/.subversion/config
From: Alan Brogan <abrogan_at_altobridge.com>
Date: Fri, 5 Mar 2010 15:21:11 +0000 (GMT)
This occurred on various distros of Linux
Most of these are chroot environments on the same server
There is no subversion server on those machines, they are used as subversion clients only, so
If subversion has no such special logic how come it happens
-- Alan ----- Original Message ----- From: "Tyler Roscoe" <tyler_at_cryptio.net> To: "Alan Brogan" <abrogan_at_altobridge.com> Cc: users_at_subversion.apache.org Sent: Thursday, 4 March, 2010 15:38:24 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: Could not un- and re- link ~/.subversion/config On Thu, Mar 04, 2010 at 01:13:49PM +0000, Alan Brogan wrote: > I just lost a few hours trying to do this: > > $ cd ~/.subversion > $ rm -f config > $ ln -s /path/to/another/config . > > The link command kept failing, because "File exists" > WTF ? > > Turns out I cannot remove ~/.subversion/* in one command, as some other process is protecting them from deletion (but not from editing). > > Eventually I did figure out the workaround, which is simply to join them into one command > $ rm -f config && ln -s /path/to/another/config . What OS is this? Was svn running at the time? Sounds like an OS issue. AFAIK Subversion has no special logic to protect its config files. tylerReceived on 2010-03-05 16:21:41 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.