Hello,
I have found following bug in the latest version of git-svn . I have
this issue with the old version shipped in Debian stable, as well as
with the latest version built from source.
What did you do before the bug happened? (Steps to reproduce your issue)
Extract the following SVN repository to GIT:
https://svn.viathinksoft.com/svn/filter_foundry/
The bug ONLY happens with this single SVN repository. All other SVN
repositories from my server work perfectly.
$ PERL5LIB=perl/ ./git-svn --authors-file="../../authors.txt" clone
--trunk="trunk" "https://svn.viathinksoft.com/svn/filter_foundry/"
"_test"
$ cd _test
$ git status
What did you expect to happen? (Expected behavior)
git status should show that nothing needs to be commited.
What happened instead? (Actual behavior)
You get a long list of files which need to be committed. The list is
sometimes longer and sometimes shorter. So, the behavior is not
deterministic. I have the feeling that the list often contains all files
in the repo.
Anything else you want to add:
This SVN repository was cloned from a foreign server to my own server,
and then continued there. I think this SVN repository has some specific
properties that cause the bugs.
Authors.txt file (changed email addresses for privacy reasons):
daniel-marschall = Person 1 <person1@xxxxxxxxxxx>
www-data = Person 2 <person2@xxxxxxxxxxx>
root = Person 3 <person3@xxxxxxxxxxx>
toby = Person 4 <person4@xxxxxxxxxxx>
ddenk = Person 5 <person5@xxxxxxxxxxx>
peter = Person 6 <person6@xxxxxxxxxxx>
dmarschall = Person 7 <person7@xxxxxxxxxxx>
[System Info]
git version:
git version 2.33.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
uname: Linux 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18)
x86_64
compiler info: gnuc: 8.3
libc info: glibc: 2.28
$SHELL (typically, interactive shell): /bin/bash
[Enabled Hooks]
not run from a git repository - no hooks to show