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



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to