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

Re: svn commands fails on wc symlnk

From: <kfogel_at_collab.net>
Date: 2005-11-23 16:13:30 CET

Alex, you might want to mention that these are probably issue #2305,
filed by you, and hinted at by the '/tmp/wc_2305_s' path in your
example below :-).

Does your patch in #2305 fix the symptoms in your mail below, as well
as the symptoms listed in the issue?

-Karl

Alexander Thomas <alexander@collab.net> writes:
> Hi all,
>
> I found that symbolic link handling for most of the svn commands are
> buggy. Commands include blame, log, ls, cat, cleanup, revert, propget,
> proplist, propset, All fails if invoked on a symbolic working copy root
> directory. Here is the reproducing script
>
> svnadmin create repos
> svn co file:///`pwd`/repos `pwd`/wc
> ln -s `pwd`/wc `pwd`/wc_sym
> svn blame `pwd`/wc_sym
>
>
> Except for cleanup and revert commands every other commands fails with
> error message
> subversion/libsvn_wc/lock.c:377: (apr_err=155007)
> svn: '/parent/path' is not a working copy
>
> for revert error message is
> subversion/clients/cmdline/revert-cmd.c:60: (apr_err=155005)
> svn: Try 'svn revert --recursive' instead?
> subversion/libsvn_wc/lock.c:745: (apr_err=155005)
> svn: Directory '/tmp/.svn' containing working copy admin area is missing
>
> for cleanup its
> subversion/libsvn_wc/log.c:2254: (apr_err=155007)
> svn: '/tmp/wc_2305_s' is not a working copy directory
>
> -Alexander Thomas (AT)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 23 17:43:20 2005

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.