Package: subversion
Version: 1.6.3dfsg-1
Severity: grave
Justification: causes non-serious data loss

[More precisely a working copy can get corrupt due to a succession
of updates.]

With one of my repositories (regenerated from a dump):

$ svn co file:///home/vinc17/private/svn-...@1952 wd-test
$ cd wd-test
$ svn pl -v ensl/these/lplain.bst
Properties on 'ensl/these/lplain.bst':
  svn:keywords
    Id Date
$ grep Id ensl/these/lplain.bst
% $Id: lplain.bst 1950 2003-12-08 12:30:36Z lefevre $
$ grep Id ensl/these/.svn/text-base/lplain.bst.svn-base
% $Id: lplain.bst,v 4.0 2000/01/31 18:11:53 vlefevre Exp $
$ svn up -r2769
$ svn pl -v ensl/these/lplain.bst
$ grep Id ensl/these/lplain.bst
% $Id$
$ grep Id ensl/these/.svn/text-base/lplain.bst.svn-base
% $Id: lplain.bst,v 4.0 2000/01/31 18:11:53 vlefevre Exp $
$ svn diff
$ svn up -r2770
$ svn pl -v ensl/these/lplain.bst
Properties on 'ensl/these/lplain.bst':
  svn:mime-type
    text/plain
$ grep Id ensl/these/lplain.bst
% $Id$
$ grep Id ensl/these/.svn/text-base/lplain.bst.svn-base
% $Id: lplain.bst,v 4.0 2000/01/31 18:11:53 vlefevre Exp $
$ svn diff
Index: ensl/these/lplain.bst
===================================================================
--- ensl/these/lplain.bst       (revision 2770)
+++ ensl/these/lplain.bst       (working copy)
@@ -8,7 +8,7 @@
        % This restriction helps ensure that all standard styles are identical.
        % The file btxbst.doc has the documentation for this style.
 
-% $Id: lplain.bst,v 4.0 2000/01/31 18:11:53 vlefevre Exp $
+% $Id$
 
 ENTRY
   { address

and a "svn up -r1" yields a tree conflict (due to the apparent
local modification).

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages subversion depends on:
ii  libapr1                   1.3.7-1        The Apache Portable Runtime Librar
ii  libc6                     2.9-23         GNU C Library: Shared libraries
ii  libsasl2-2                2.1.23.dfsg1-1 Cyrus SASL - authentication abstra
ii  libsvn1                   1.6.3dfsg-1    Shared libraries used by Subversio

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.7-util                   <none>      (no description available)
ii  patch                        2.5.9-5     Apply a diff file to an original
ii  subversion-tools             1.6.3dfsg-1 Assorted tools related to Subversi

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to