svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
261 stars 100 forks source link

git-fast-import has been started once and crashed? #137

Closed Marty closed 3 years ago

Marty commented 3 years ago

Hi, I receive the following error:

Invoked as:' /usr/local/svn2git/svn-all-fast-export --rules /tmp/conf/fips-easyinst-svn2git.rules --debug-rules /tmp/svn/'
WARNING; no identity-map or -domain specified, all commits will use default @localhost email address

Loading rules from: "/tmp/conf/fips-easyinst-svn2git.rules"
Loading rules from "/tmp/conf/fips-easyinst-svn2git.rules"
Creating new repository "tiip-installer"
Exporting revision 1  nothing to do
Exporting revision 2  nothing to do
Exporting revision 3  nothing to do
Exporting revision 4  nothing to do
Exporting revision 5 rev 5 /trunk/EasyInst/.classpath matched rule: "/tmp/conf/fips-easyinst-svn2git.rules:4 /trunk/(EasyInst(Test)?)/"    exporting.
.add/change file ( /trunk/EasyInst/.classpath -> "master" ".classpath" )
rev 5 /trunk/EasyInst/.project matched rule: "/tmp/conf/fips-easyinst-svn2git.rules:4 /trunk/(EasyInst(Test)?)/"    exporting.
.add/change file ( /trunk/EasyInst/.project -> "master" ".project" )
git-fast-import has been started once and crashed?

How can I find out, why this happens?

Here are my rules:

create repository tiip-installer
end repository

match /trunk/(EasyInst(Test)?)/
  repository tiip-installer
  branch master
end match
Marty commented 3 years ago

The issue was that the mounted workdir volume was not writable inside the docker container.