Björn Kautler

Results 938 comments of Björn Kautler

> is `git filter-branch` a right tool to rewrite the history? Probably, yes. > and how can i get the **svn:externals** for each (branches/trunk/tags) ? i have over 17000 branches...

This should be working properly now. See https://github.com/svn-all-fast-export/svn2git/blob/master/test/empty-dirs.bats#L401 and following tests.

You probably need a rule before the other tag rules for `/Project/tags/([^/]+)/$` with action `recurse`. A tag is usually a copy of the entire directory like `/Project/trunk => /Project/tags/tag-1`. In...

As mentioned in the according issue, I was not able to reproduce your problem. Now there is a test harness present. Maybe you can add a test that is failing...

@atabaytebrizl do you maybe have a way to reproduce the issue or even better a failing test case?

`annotate` => create annotated tags, not lightweight tags `substitue branch` and `substitue repository` can be a sed-like substitution expression like `s/foo/bar/` to substitue `bar` for `foo` or `s| |_|` to...

Hm, that is really strange. I also use the option and it is working properly here without your changes

Do you maybe have an MVCE to reproduce the problem? I really wonder why it works for me but not for you.

We have now a test harness in place. Could you maybe write a little test case that reproduces the problem?

I didn't look into the actual issue, but your assumptions are a bit off I think. > Here path is declared https://github.com/svn-all-fast-export/svn2git/blob/master/src/svn.cpp#L709 (supposingly intialized with null, looking at what gdb...