-
Executing
`svn2git -v --username "mylogin@blah.com" http://10.68.8.14/svn/repo/`
leads to git-svn asking for password:
```
Running command: git svn init --prefix=svn/ --username=mylogin@blah.com --n…
ghost updated
7 years ago
-
Hi,
I thought this is a pretty common scenario, but somehow couldn't find any useful suggestion on how exactly to proceed. So please excuse me if it is already discussed elsewhere.
I am converting a…
-
Since this svn2git is the first hit on Google but due to creative naming there are other svn2gits, just as a hint, the rules-based C++ tool which converts complex nested SVNs can be found on https://g…
-
Hello,
starting svn2git with
sudo svn2git http://192.168.2.161:8080/svn/erpsystem/ --username transfer --verbose
results in this error message:
```
> # terminated with exception (report_…
-
Hi,
I'm trying to convert an SVN repo to git. The SVN repo sits on my home server which I have aliased in my `hosts` file to `svnserver`. When I run this command:
```
svn://svnserver/qkschool.org.uk…
-
Maybe use this one: https://help.github.com/articles/importing-from-subversion/
-
I am trying to export a Subversion repository that contains multiple releases of a product into a new git repository. Along the way I am also export code from a different system (Serena PVCS) by hand …
-
The readme states that
> Once you have the necessary software your system, you can install svn2git through rubygems, which will add the svn2git command to your PATH.
This is not true. I managed to f…
-
This error only occurs with the combination of --rootistrunk --nobranches --notags
git svn init --prefix=svn/ --no-metadata --trunk=svn://svn.svnplace.com/goodies/
Initialized empty Git repository i…
-
here:
https://github.com/blackstream-x/python-svn2git/blob/99c23e1c032213306f2122b272a14f155c53319d/push_all.py#L226