[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-11-15 04:34:20 CET

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"

Regards
-Alexander Thomas (AT)

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

* subversion/include/svn_wc.h
  (svn_wc_adm_probe_open3): Doc modified.

* subversion/libsvn_wc/lock.c
  (svn_wc_adm_probe_open3): Modified to support symlink
  to wc root.

* subversion/tests/clients/cmdline/special_tests.py
  (info_symlink): Added function to test 'svn info'
  on working copy symlink.
  (test_list): info_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 Tue Nov 15 04:35:08 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.