Your message dated Fri, 10 Jan 2014 21:37:58 -0500
with message-id <[email protected]>
and subject line Re: Bug#519332: subversion: svn info fails if path to working
copy is a symlink
has caused the Debian Bug report #519332,
regarding subversion: svn info fails if path to working copy is a symlink
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
519332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: subversion
Version: 1.5.6dfsg-1
Severity: normal
Hi,
svn info (and eventually other commands, too) fail if the path to the
working copy given as parameter is a symlink:
$ svnadmin create svn
$ svn co file://`pwd`/svn wc
Checked out revision 0.
$ ln -s wc symlink
$ svn info wc
Path: wc
URL: ...
$ svn info symlink
svn: '.' is not a working copy
svn: Can't open file '.svn/entries': No such file or directory
$ svn info symlink/
svn: '.' is not a working copy
svn: Can't open file '.svn/entries': No such file or directory
$ svn info `readlink -f symlink`
Path: /tmp/wc
URL: ...
Andreas
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (130,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages subversion depends on:
ii libapr1 1.3.3-3 The Apache Portable Runtime Librar
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libsasl2-2 2.1.22.dfsg1-23 Cyrus SASL - authentication abstra
ii libsvn1 1.5.6dfsg-1 Shared libraries used by Subversio
subversion recommends no packages.
Versions of packages subversion suggests:
pn db4.6-util <none> (no description available)
ii patch 2.5.9-5 Apply a diff file to an original
ii subversion-tools 1.5.6dfsg-1 Assorted tools related to Subversi
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.7.5-1
On Wed, Mar 11, 2009 at 10:48:05PM +0100, Andreas Beckmann wrote:
> svn info (and eventually other commands, too) fail if the path to the
> working copy given as parameter is a symlink:
This was fixed upstream in 1.7.0. Closing.
Cheers,
--
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>
signature.asc
Description: Digital signature
--- End Message ---