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

[BUG] wcroot symlinks

From: Hyrum K Wright <hyrum.wright_at_wandisco.com>
Date: Mon, 25 Jul 2011 18:53:31 -0500

Try the following:
[[[
$ svn co $REPO $WC
$ ln -s $WC $WC2
$ svn st $WC2
svn: warning: W155007: '/Users/Hyrum/dev/test/blah' is not a working copy
]]]

I would expect the above to fail if creating a symlink to some
directory deep within the working copy, but symlinking the root should
make the .svn directory easy to find. I'm puzzled by the above
result. (This is on Mac OS X.)

-Hyrum

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2011-07-26 01:54:07 CEST

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.