135 questions
0
votes
0
answers
28
views
Files and folders not shown when using svn-all-fast-export tool by KDE
We are currently preparing to migrate our SVN repository to git repositories. Since we have alomost 100'000 commits and several branches to handle, but we definitely want to keep all of the commit ...
0
votes
0
answers
77
views
Migrating a HUGE SVN repo to Git - Looking for advice
So I have been tasked with migrating a SVN repo with 155K+ revisions over to Git. I have done a lot of research and tests and I think I have a pretty good idea of how I am going to achieve this. That ...
1
vote
1
answer
23
views
Error while rebasing the changes from SVN to Azure repos git using svn2git tool
We have recently migrated the code from SVN to git using svn2git tool svn2git SVN_REPOSITORY_URL --no-minimize-url --notrunk --nobranches --notags --metadata --authors --exclude 'EXCLUDE_LIST'. And ...
0
votes
1
answer
254
views
How to delete old/historic Git objects which are no longer in HEAD?
I have a Git repository with nearly 300k commits of over two decades. This repository is the result of a migration from SVN to Git, so I'm free to rewrite history. It has a single branch only and no ...
-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
vote
1
answer
148
views
Svn2Git rebase returns error 'too many arguments'
I managed to migrate a repository from SVN to GitLab via svn2git a couple days ago as a test.
I used svn2git because I needed a one way/cut over migration.
There have been some new commits on SVN (the ...
1
vote
1
answer
556
views
/svn2git/svn-all-fast-export not creating .git directory
I am in the process of moving all of our projects from Subversion to Git. For projects that did not need to retain any branches, I have had success using git-svn in a manner that purposely ignored all ...
0
votes
2
answers
127
views
svn2git migration - tags not being copied
I've used svn2git (running on Debian) to try migrating an SVN repository to Git and then pushed to GitHub:
svn2git https://localhost/svn/test-repository/space-invaders --username user
git remote add ...
0
votes
0
answers
132
views
KDE svn2git aborts with "Error: Writing process fatal: Root cannot be a non-directory"
As mentioned in the Title, that's the error I am getting, and that's the only thing I receive. I do not even understand what the error means to even begin with the troubleshooting and I could not find ...
0
votes
0
answers
565
views
svn2git - migrate trunk code to main branch instead of master in git
Using svn2git to migrate from SVN to git. While migrating, trunk code is migrated to 'master' branch in git. Instead I need to migrate trunk code to 'main' branch in git. Is that possible to customize ...
0
votes
1
answer
493
views
GIT LFS migration using BFG increase total repository size by 4x
We are migrating a 5GB repository from SVN to GIT
SVN to GIT migration
svn2git http://xxx/svn/yy --trunk trunk --nobranches --notags --username user --metadata --authors /xx/yyy/authors.txt
LFS ...
1
vote
1
answer
269
views
Get list of files changed before a particular date of last release or any commit ID
We are migrating from SVN to GIT and in SVN we have a revision number which we are using to get the list of files changed up to a given HEAD version using ant scripts.
How can we do this in a similar ...
-1
votes
1
answer
327
views
"git svn" Command not working for non standard svn repository
I am trying to migrate an existing SVN repo to Github, I was successfull in migrating other svn repo to Github, but unable to do so with below. Below image shows the SVn url, and the repo.
SVN Repo ...
0
votes
1
answer
673
views
KDE SVN2GIT "WARN: Branch ... in repository ... doesn't exist at revision ... -- did you resume from the wrong revision?" Can't continue
I'm trying to migrate an 11GB SVN repo with over than 24k revisions inside to a single GIT repository.
I did a single file dump of the SVN using svnrdump command and load it into my local SVN server, ...
2
votes
0
answers
985
views
Filesystem is corrupt: Corrupt representation Malformed representation header
want to migrate my projects from svn to gitlab using svn2git.
all projects migrate successfully except one of them.
when I execute svn2git command give me this error: Filesystem is corrupt: Corrupt ...