howto replace a file with a symbolic link (without obstruct error)
From: anton <antonxx_at_gmx.de>
Date: Thu, 30 Dec 2010 15:48:38 +0100
Hi,
I searched google, I search the subversion doc
So my question (subversion.apache.org is just down, so I couldnt
I have 2 files which are version controled:
a.txt
The result I want to get is:
a.txt -> b.txt
One possibility is:
svn rm a.txt
I also tried:
But this does not work, I get an error "obstructed ..."
Stragely I got with rapidsvn a file status "R", but at the commandline
Question:
what is the "should-be" way of doing such a replacement????
... it would be nice to put this in the official doc,
Im a little bit frustrated,sorry.
But anyway, wish you a happy new year :-)
Anton
|
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.