You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexander Thomas <al...@collab.net> on 2005/10/13 10:10:49 UTC

[PATCH] Fix issue #2305 - 'svn info' on working copy symlink fails

Patch attached for fixing Issue #2305 - 'svn info' on working copy
symlink fails.

Recipe to reproduce this issue is as follows

svnadmin create /tmp/repos
svn co file:///tmp/repos /tmp/wc
ln -s /tmp/wc /tmp/wc_s
svn info /tmp/wc_s

'svn info' will fail with error "svn: '/tmp' is not a working copy"


Advance Thanks
Regards
-Alexander Thomas (AT)

Re: [PATCH] Fix issue #2305 - 'svn info' on working copy symlink fails

Posted by Alexander Thomas <al...@collab.net>.
On Thu, 2005-10-13 at 10:23 -0500, Joshua Varner wrote:
> On 10/13/05, Alexander Thomas <al...@collab.net> wrote:
> > Patch attached for fixing Issue #2305 - 'svn info' on working copy
> > symlink fails.
> >
> This is identical to a patch I proposed earlier. It caused a test failure
> that was never resolved.
> 
Thanks Josh, I think you should have documented your patch in the issue
tracker and that could have saved my time building this patch :-).
Anyway I am adding this URL
http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=105409
into issue tracker.

> Is special_tests.py 1: general symlink handling passing?
> 
No it fails.

> See http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=365265
> for more detail.
> 
Are you working on this issue ? if so please reassign it in issue
tracker. Also What you think of the test case I posted, can we use it ?


Thanks Once Again

Regards
-Alexander Thomas (AT)


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

Re: [PATCH] Fix issue #2305 - 'svn info' on working copy symlink fails

Posted by Joshua Varner <jl...@gmail.com>.
On 10/13/05, Alexander Thomas <al...@collab.net> wrote:
> Patch attached for fixing Issue #2305 - 'svn info' on working copy
> symlink fails.
>
This is identical to a patch I proposed earlier. It caused a test failure
that was never resolved.

Is special_tests.py 1: general symlink handling passing?

See http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=365265
for more detail.

Josh

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