All Questions
32 questions
-1
votes
1
answer
971
views
SVN to Git migration failing because of Connection reset by peer 312 error
I am trying to migrate SVN to Git using git svn clone on Windows
git svn clone -r302360:HEAD https://svnserver/svn/Development/myapi --prefix=svn/ --no-metadata --no-minimize-url --authors-file=...
-1
votes
1
answer
58
views
git svn -r <REVSION NUMBER> does not fetches the SVN repo till that revision
I want to migrate a folder in SVN to GIT with full commit history. However, the folder was deleted prior to migration.
In this case, I thought of cloning the revision of the project that still had ...
0
votes
1
answer
2k
views
Migrating from SVN to GIT Requested Authentication type(s) are not supported
I'm migrating our organizations svn repo to a gitlab repository. I've looked around at lots of different sources on stack overflow which I tried to link but I got a warning that my question appears to ...
0
votes
1
answer
1k
views
Why do a lot of revisions get lost in git-svn?
I am currently trying to move a couple of projects from svn to git using git-svn. No matter which project I am trying to convert, there are many more svn revisions than git commits. I don't really ...
1
vote
1
answer
2k
views
How to clone local svn repository to local git repository?
Recently I am working on migrating one of my SVN repository to Git. I am able to do so if I use my svn repository on internet. But the repository is too big (It has over 60000 commits) so it is taking ...
0
votes
3
answers
2k
views
Space in branch name causing SVN to GIT migration issues
I'm trying to migrate an old SVN repository over to GIT using svn2git (on my Windows box) using the following command:
svn2git https://my/svn/url --verbose --authors authors.txt
and things were ...
-1
votes
1
answer
862
views
Converting SVN repo to Git alternative method
Can I convert a SVN repo to Git in the following method (asking this as an alternative to svn2git program or git-svn command):
Export the folder/SVN content.
CD into the top level folder and ...
-1
votes
1
answer
98
views
svn2git kde rules errors - converting tags
I am using svn2git all fast export and I am getting the following error:
- I had my rules for tags along these lines:
match /(<folder>/Source/<folder>/[^/]+/)tags/
repository repo
...
0
votes
1
answer
986
views
SVN2GIT - no associated commit metadata from SVN, skipping
I am getting warning "no associated commit metadata from SVN, skipping"
I am using https://github.com/nirvdrum/svn2git tool. What does the above message mean? I am trying to migrate whole history ...
2
votes
2
answers
756
views
"git pull <remote> master" into a sub-directory
Background:
I'm trying to move a package from an SVN repo to a GIT repo, while preserving it's history.
Steps:
I've used git-svn to generate a GIT repository for the SVN one.
I'm following the ...
5
votes
1
answer
2k
views
How do I checkout an entire SVN repository with all the history, tags and versions
I have a very large SVN repository (nearly 6000 revisions) which I need to migrate to Git. The repository is hosted on an internal server. I want to migrate all the history, tags and versions to Git ...
0
votes
1
answer
479
views
migrating svn to git: checksum mismatch on merged file
I'm trying to migrate a SNV Repo to Git manually and run into a problem:
I initialized my (odd) branch/trunk/tag structure with git svn init... and then tried to fetch the files while preserving ...
2
votes
1
answer
2k
views
Migration from SVN to GIT
I migrate from SVN to GIT this way
git svn init https://svn...
git svn fetch
Can I change the commit for migration, instead of
"Commit to SVN" in GIT was "Revision number in SVN - Commit to SVN"
...
1
vote
1
answer
2k
views
git svn clone fails when called with --preserve-empty-dirs argument
I'm migrating our SVN to Git. Our Jenkins job expects a specific folder, which in some branches can be empty. Thus, I have provided the --preserve-empty-dirs argument to the git svn clone --preserve-...
1
vote
1
answer
479
views
Is git svn clone still performing work?
I'm running 'git svn clone' on a non-standard repository and it appears stuck somewhere in the process. It did perform work on locating all of the branches and tags but when getting to a certain ...