svn2git Questions
5
Solved
I searched related questions but I couldn't find anything matching my specific situation: I have some old repository archives from an SVN server that was taken down years ago. They're tarballs of t...
Vicinage asked 14/4, 2013 at 22:37
5
Solved
My setup: git-repository on an Atlassian Stash-server and Atlassian Bamboo.
I'm using Maven 3.1.1 with the release-plugin 2.3.2. The plan in Bamboo looks like this:
Check out from git-repository
...
Softball asked 26/11, 2013 at 9:51
3
(I'm posting this question with the intention of answering it myself as I could not find the answer elsewhere. Hopefully it will help others who run into the same issue and it will help me next tim...
3
I have a flat svn repository which looks like:
my_repo/
├── file1.c
├── file2.c
├── file3.c
└── README
This repo has no branches, or tags and all I am trying to do is convert it to a git reposit...
Stature asked 4/4, 2014 at 19:47
3
We are trying to migrate from svn to git using svn2git utility (https://github.com/nirvdrum/svn2git). The utility seems to fail every time with below error. If anyone has seen the same error or hav...
1
I'm currently migrating a huge repository with a long history from SVN to git. The svn repository has many branches and tags. I've cleaned up a lot of them from the SVN repo, but when I use the git...
2
Solved
I am trying to convert an SVN repository to Bit Bucket, with 18 years of history, over 6000 branches and over half a million commits.
Git svn went through the first 50k commits in about 6 hours an...
Sophey asked 13/3, 2017 at 7:54
0
I am using the below svn2git tool to migrate the repo. I have initiated the clone process and got interrupted due to network connectivity.
svn2git svn://repo/repo-name --tags tags --trunk trunk -...
2
My problem: Migration by an Ubunut VM in Windows; Windows had a blue screen of death; Windows restarted; the migration was damaged!
~/folder$ svn2git --rebase
error: refs/remotes/svn/some_branch d...
1
I'm using svn2git (the good one) to transform some SVN repositories to Git repositories.
It has a commandline parameter --svn-branches which is documented with
Use the contents of SVN when creat...
4
Solved
I am trying to migrate a SVN project to git with thel help of svn2git. When executing the command it exits with the following error:
Running command: git branch --track "0.0.9" "remotes/svn/0.0.9"...
1
Solved
I have an existing SVN repo and I would like to import a part of it, with history into an existing Git repo. Could anyone give me a high-level overview of the commands needed to do this?
Summary:
...
Resilient asked 21/1, 2013 at 20:32
1
© 2022 - 2024 — McMap. All rights reserved.