You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Keith Beattie <ks...@gmail.com> on 2008/01/22 22:34:24 UTC

svn info /path/to/symlink-to-wc fails

Hello,

Starting this thread in dev:

This appears to be a reincarnation of
http://subversion.tigris.org/issues/show_bug.cgi?id=2117

$ svn info /path/to/symlink-to-wc
svn: '/path/to' is not a working copy
svn: Can't open file '/path/to/.svn/entries': No such file or directory

This happens not just with 'info' but also 'ls', 'pg' and perhaps
others but interestingly not 'st'.

I see this in 1.4.2, 1.4.3 and 1.4.6 (the only versions I've checked)

This looks like a bug to me as if the symlink handed to svn is not
under version control (and just pointing to a dir or versioned
object), reporting on the target of the symlink is what I expected.

Shall I re-open 2117 or create a new issue for this?

Cheers,
ksb

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn info /path/to/symlink-to-wc fails

Posted by Travis P <sv...@castle.fastmail.fm>.
On Jan 22, 2008, at 4:34 PM, Keith Beattie wrote:

> This appears to be a reincarnation of
> http://subversion.tigris.org/issues/show_bug.cgi?id=2117
>
> $ svn info /path/to/symlink-to-wc
> svn: '/path/to' is not a working copy
> svn: Can't open file '/path/to/.svn/entries': No such file or  
> directory
>
> This happens not just with 'info' but also 'ls', 'pg' and perhaps
> others but interestingly not 'st'.

You may want to examine Issue 2305 and
   http://svn.haxx.se/dev/archive-2007-12/0627.shtml
which appear relevant to what you're describing as well.

-Travis


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org