Package: subversion-tools
Version: 1.4.0-5
Followup-For: Bug #359145
This bugs me as well. The fix is to explicitly pass the @BASE revision.
Patch attached.
-- 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.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages subversion-tools depends on:
ii libconfig-inifiles-perl 2.39-2 Read .ini-style configuration file
ii liburi-perl 1.35-2 Manipulates and accesses URI strin
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii python 2.4.3-11 An interactive high-level object-o
ii python-subversion 1.4.0-5 Python bindings for Subversion
ii subversion 1.4.0-5 Advanced version control system
Versions of packages subversion-tools recommends:
ii postfix [mail-transport-agent 2.3.3-4 A high-performance mail transport
ii rcs 5.7-18 The GNU Revision Control System
-- no debconf information
--- svn_load_dirs.old 2006-10-24 23:50:37.000000000 -0400
+++ svn_load_dirs 2006-10-24 23:37:48.000000000 -0400
@@ -1183,7 +1183,7 @@
keys %upd_files;
foreach my $upd_file (@upd_files)
{
- my @command = ($svn, 'propget', 'svn:eol-style', $upd_file);
+ my @command = ($svn, 'propget', 'svn:eol-style', "[EMAIL
PROTECTED]");
my @lines = read_from_process(@command);
next unless @lines;
if (@lines > 1)