Skip to main content

All Questions

Tagged with
-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=...
pixel's user avatar
  • 10.6k
-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 ...
dgupta3091's user avatar
  • 1,197
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 ...
Michael Manahan's user avatar
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 ...
Maria H.'s user avatar
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 ...
Vaibhav Khandelwal's user avatar
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 ...
Fizz's user avatar
  • 3,487
-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 ...
Idris.AH's user avatar
  • 420
1 vote
1 answer
57 views

Need history of already migrated SVN-GIT

I've migrated my SVN-GIT manually by just copying the folders to another git folder and pushing them to bitbucket. now i need the history of trunk from svn. can i get that now ? If possible can i ...
Tyson's user avatar
  • 161
-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 ...
Idris.AH's user avatar
  • 420
0 votes
1 answer
108 views

Can I write KDE rules for svn2git without using svneverever

I want to start writing KDE rules for my SVN to Git migration. Can I simply see the SVN structure using 'repo-browser' (TortoiseSVN) and write the rules accordingly instead of installing svneverever ...
Idris.AH's user avatar
  • 420
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 ...
Springhills's user avatar
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 ...
Shyam Sunder's user avatar
  • 1,240
-2 votes
3 answers
295 views

How do I use svneverever?

I have a dump file (Your_dumpfile.dmp) and I am trying to use svneverever to check the format of the repository to help write rules for svn2git. Svneverever sounds like a great tool, however, there ...
Idris.AH's user avatar
  • 420
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 ...
Idris.AH's user avatar
  • 420
0 votes
1 answer
205 views

Can't svn2git public repos

I need to migrate a customer from SVN to Git, so I wanted first to try svn2git on a public SVN repository. I have found several public repos, e.g., https://svn.alfresco.com/repos/alfresco-open-mirror/...
Alex Karnovsky's user avatar

15 30 50 per page