Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After migration files are missing #157

Open
bacr01 opened this issue Aug 28, 2024 · 2 comments
Open

After migration files are missing #157

bacr01 opened this issue Aug 28, 2024 · 2 comments

Comments

@bacr01
Copy link

bacr01 commented Aug 28, 2024

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

@tnyblom
Copy link
Contributor

tnyblom commented Sep 5, 2024

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.

@bacr01
Copy link
Author

bacr01 commented Sep 9, 2024

I had a look at the revision that created the files. I don't see anything special there. Do I have an example of changes that are problematic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants