Package: svn-all-fast-export
Version: 1.0.10-3
Followup-For: Bug #795081

I had no clue that this is related to svn-1.9, but I can confirm the symptoms.

it seems the problem is related to *deleting* files.

here's a simple self-contained example to reproduce the problem:

    ## 1st create an svn-repository where a file gets deleted
    svnadmin create svnrepo
    svn co file:///$(pwd)/svnrepo svnrepo-co
    cd svnrepo-co
    echo "foo" > README.txt
    svn add README.txt
    svn commit -m "foo"
    svn rm README.txt
    svn commit -m "no foo"
    cd -
    
    ## conver that repository to git with a catch-all rule
    cat <<EOF >test.rules
    create repository myproject
    end repository
    match /
      repository myproject
      branch master
    end match
    EOF
    svn-all-fast-export --rules=test.rules svnrepo




-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages svn-all-fast-export depends on:
ii  git         1:2.6.1-1
ii  libapr1     1.5.2-3
ii  libc6       2.19-22
ii  libgcc1     1:5.2.1-21
ii  libqtcore4  4:4.8.7+dfsg-3
ii  libstdc++6  5.2.1-21
ii  libsvn1     1.9.2-1

svn-all-fast-export recommends no packages.

svn-all-fast-export suggests no packages.

-- no debconf information

Reply via email to