Package: svn-buildpackage Version: 0.6.14 Severity: minor Tags: patch Hello,
When reading the file PRINCIPLES I found out that in the 'svn copy' to trunk phase, the examples for A.B. and B.A. are switched from what they should be. Attached patch fixes it. bye, Thijs -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-1-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages svn-buildpackage depends on: ii devscripts 2.9.20 Scripts to make the life of a Debi ii libsvn-core-perl 1.3.2-3 perl bindings for Subversion (aka. ii perl 5.8.8-6 Larry Wall's Practical Extraction ii subversion 1.3.2-3 advanced version control system (a ii subversion-tools 1.3.2-3 assorted tools related to Subversi svn-buildpackage recommends no packages. -- no debconf information
--- PRINCIPLES.orig 2006-07-03 17:37:10.000000000 +0200 +++ PRINCIPLES 2006-07-03 17:38:04.000000000 +0200 @@ -180,8 +180,8 @@ * B.B. tags/projectX/upstream/<version> * Populate trunk/ from the imported upstream source (svn copy): * A.A. projectX/trunk - * A.B. projectX/trunk - * B.A. trunk/projectX + * A.B. trunk/projectX + * B.A. projectX/trunk * B.B. trunk/projectX * Check out the trunk you just created into a directory called project-<version> (svn co).