Package: devscripts Version: 2.9.26 Severity: minor File: /usr/bin/svnpath Tags: patch
Hello Joey, find attached the patch for current svn tree. Best regards Uwe -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (900, 'stable'), (500, 'proposed-updates'), (300, 'testing-proposed-updates'), (300, 'testing'), (200, 'unstable'), (2, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages devscripts depends on: ii debianutils 2.17 Miscellaneous utilities specific t ii dpkg-dev 1.13.25 package building tools for Debian ii libc6 2.6.1-6 GNU C Library: Shared libraries ii perl 5.8.8-7 Larry Wall's Practical Extraction ii sed 4.1.5-1 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.5.10 Gives a fake root environment -- no debconf information
Index: scripts/svnpath.pl =================================================================== --- scripts/svnpath.pl (revision 822) +++ scripts/svnpath.pl (working copy) @@ -37,7 +37,7 @@ svn cp svn+ssh://my.server.example/svn/project/trunk svn+ssh://my.server.example/svn/project/tags/1.0 svnpath uses a simple heuristic to convert between the trunk, tags, and -branches paths. It replaes the first occurance of "trunk", "tags", or +branches paths. It replaces the first occurance of "trunk", "tags", or "branches" with the name of what you're looking for. This will work ok for most typical subversion repository layouts.