yodamad / svn2git

Tool to help and automate migration from SVN to GitLab
Apache License 2.0
38 stars 12 forks source link

Add "Generate Empty Dir" option #102

Closed broshet44 closed 3 years ago

broshet44 commented 4 years ago

Hello

As part of a migration with your tools, we had a problem on empty directories managed by SVN but not by git. Svn-git has a "--preserve-empty-dirs" option to migrate them by placing a generic file.

Are there any plans to implement an option on your tool to use it?

yodamad commented 4 years ago

I'll check when getting back from holidays. Normally it's supported through configuration, I'll let you know quickly

yodamad commented 4 years ago

@broshet44 : u can do this by adding following option when lauching jar

java -jar svn2git.jar --application.flags.git-svn-clone-preserve-empty-dirs-option=true

I'll see to add it on UI also

yodamad commented 3 years ago

Added in v1.22