-
Hi, @nirvdrum.
My SVN repo has the following root layout (it's a legacy project I have to work on it):
```
-----------------------
Project
... (a lot of docs subfolders here)
System
…
-
When using svn2git on [OpenTTD](http://www.openttd.org/en/development)
```
$ svn2git svn://svn.openttd.org
```
I'm getting the error message
```
Svndiff compressed data is invalid: Compression of s…
-
I thought that svn2git would create local branches for all svn tags. Instead, all branches are remotes, of the form
remotes/svn/BRANCH_NAME
By the way, I did get errors when I ran svn2git, relating t…
-
When running svn2git with an incomplete authors file, the error message is misleading. I think you should output the error even without the -verbose parameter. Without verbose:
```
$ svn2git svn://sv…
-
In many cases, there are copies from trunk to branch (which svn2git converts as git merges) immediately followed by deletions of those same files from the branch(?!).
I should filter those changes ou…
-
I ran `svn2git --rebase` after adding new tags to the svn repo.
The new tags were added to git as svn/tags remote branches visible with `git branch -r`, but they were not added to the git tags (with …
-
17:26 @mst jhannah: http://dev.catalystframework.org/repos/Catalyst/trunk/site/
17:26 @mst convert that as well then please
svn2git http://dev.catalyst.perl.org/repos/Catalyst/trunk/site \
--trunk / …
-
I got the error when I tried to migrate from svn to GitHub by using svn2git command below.
svn2git https://.........repourl/ --notrunk --nobranches --notags --verbose --authors /c/authors.txt
My p…
-
If you might have a look at https://github.com/Vampire/svn2git/actions/runs/167642031
There are three tests failing
Your action generates three annotations for that
But the annotations are somewhat…
-
NB. I posted this also to stack overflow: http://stackoverflow.com/questions/7067015/svn2git-with-exclude-any-way-to-ignore-the-empty-blank-commits forgive the cross-posting, I really want to know if …