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

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

From: Alexander Thomas <alexander_at_collab.net>
Date: 2005-10-13 12:10:49 CEST

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)

Fix issue #2305 - 'svn info' on working copy symlink.

* subversion/libsvn_wc/lock.c
  (probe): Modified to support symlink.

* subversion/libsvn_wc/questions.c
  (svn_wc_check_wc): Modified to support symlink.

* subversion/tests/clients/cmdline/special_tests.py
  (info_on_symlink): Added function to test 'svn info'
  on working copy symlink.
  (test_list): info_on_symlink added to the list.

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

Received on Thu Oct 13 12:11:26 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.