-
I have a large svn repo, many projects, and most of projects each contains 1W+ revisions. when converting, maybe someone commit new code, how to convert these new code to git? does here any plan to…
-
svn2git http://our_server --username chris
command failed:
2>&1 git svn init --prefix=svn/ --username=chris --no-metadata --trunk=trunk --tags=tags --branches=branches http://our_server
-
e.g. I have my trunk at "trunk/MyProjects" and branches at "branches/development" and I want to exclude a (branch copy) commit that contains a problematic path, detectable with the string "2783". Then…
-
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 tells me).
Here it would have been chan…
-
Still struggling with this.
My repo is non standard, locally hosted and has spaces in the name (Oh the regret!)
I'm on Windows 7, 64-bit, git version `git version 1.8.1.msysgit.1`
If I execute the …
-
For this bug to occur, make sure to delete any cached svn authentication info for the remote svn repository being accessed in your PC. For my linux machine, cached authentication is usually stored as…
-
```
To gain visibility, we might want to move the SDK to Github.
Maurizio already did this 7 months ago by:
mkdir mas
cd mas && svn2git -v -m http://maven-alfresco-archetypes.googlecode.com/…
-
The svn repo I am trying to migrate has 2 "tags" directories. The "git svn clone" command allows specification of multiple --tags options to handle this but unfortunately svn2git does not accept this.…
-
Hi,
I'm trying to change the HEAD so it could point to a branch, but getting "working directory not clean" afterwards when doing svn2git --rebase.
Any ideas how to sort it out?
Thanks.
-
Hi,
While giving a try to svn2git on my local machine for JBoss Tools repo - which is quite huge, I got the following error, that I don't understand:
$ /var/lib/gems/1.8/bin/svn2git -v http://anonsv…