How to get the empty folders during migration?

Hi,

We know that the empty folders are not migrated from SVN to Bitbucket when using svnmirror. Is there a way we can get these folders on the migrated repository or at least a list of folders that were not migrated?

Thanks

Hi,

this limitation comes from Git, not from the SVNMirror add-on, Git just doesn’t allow empty folders:

https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F

So, the only workaround to make the directories not empty, by adding a stub file, for example.

Hi,

Thank you for the clarification. The request can be closed now.

Thanks