You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently testing svn-all-fast-export and verifying that after migration all files in SVN are also present in GIT. Therefore I have a problem with one submodule in SVN on the trunk. In the git master branch some files are missing and I don't know why.
I testet with this command: svn-all-fast-export --stats --debug-rules --resume-from 1 --rules rules/my.rules /mnt/c/Temp/
I also ommited the resume-from or started from 0, but same result.
svn-all-fast-exports exits without errors.
Do you have an idea how to debug or what I am doing wrong?
Used version:
Invoked as:' svn-all-fast-export -v'
Git version: 1.0.18+git20221225
The text was updated successfully, but these errors were encountered:
It's been a very long time since I last worked on this, but from what I remember they key is to try and identify what SVN revision that added the file(s) that are missing and then check those SVN revisions against your rules. There is probably some change in SVN that you missed in the rules, i.e.; the files are added in a way that is ignored or skipped by the rules.
I am currently testing svn-all-fast-export and verifying that after migration all files in SVN are also present in GIT. Therefore I have a problem with one submodule in SVN on the trunk. In the git master branch some files are missing and I don't know why.
I testet with this command:
svn-all-fast-export --stats --debug-rules --resume-from 1 --rules rules/my.rules /mnt/c/Temp/
I also ommited the resume-from or started from 0, but same result.
svn-all-fast-exports exits without errors.
Do you have an idea how to debug or what I am doing wrong?
Used version:
Invoked as:' svn-all-fast-export -v'
Git version: 1.0.18+git20221225
The text was updated successfully, but these errors were encountered: