Am 23.02.19 um 14:13 schrieb Vladimir Sitnikov:
Felix> We already have a working git repo that could be used for syncing into
Felix> gitbox. (Although we would miss some of the history rewriting that
Felix> happened on svn)
I don't like the existing Git mirror since it contains two offenders:
1) jar files. JMeter history included ant.jar, dependencies, etc at
various locations.
2) generated *.html files
So you would like to drop the docs folder for the complete history?
3) Tags (e.g. version tags) are located at separate branches which
complicates history browsing
Can you give an example of this? I don't get what you mean.
I think it is worth trying to fix those.
How would you approach this?
a) Export the subversion, massage the exported files and reimport them
into subversion, convert that to git?
b) Use the git clone and rebase the hell out of it?
c) Something completely different
Felix
Vladimir