Skip to main content
0 votes
0 answers
21 views

Ignore undefined authors in git svn clone --authors-file command

We are migrating svn to git and some of the users in our svn are no longer with the company and have no corresponding account in our git repository. Is there any way to ignore mapping of these users ...
ads's user avatar
  • 1,719
0 votes
1 answer
47 views

git-svn places .git folder in the same directory as the project parent folder instead of source folder

I'm leading a subversion to git migration retaining history effort for a small team. The SVN repo has branches under APP/branches/dev, APP/branches/uat, and APP/trunk. **EDIT** the issue seems to ...
Neill's user avatar
  • 603
0 votes
0 answers
32 views

conflicts during git svn rebase despite non-divergent history

I am in the process of migrating an active SVN repository to git using git-svn. The git repository I've created is an exact mirror of the SVN repository, no changes on the git side, developers still ...
Hendrik's user avatar
  • 633
3 votes
1 answer
73 views

Does a git equivalent of svn log --diff --diff-cmd= exist?

I'm exploring git after having used svn and am having difficulty finding an equivalent for svn log --diff --diff-cmd=meld to show the log and for each commit open the diff tool (here meld) Does one ...
Silas's user avatar
  • 338
2 votes
1 answer
107 views

Git merge disrupts `git svn info` metadata

I've successfully used git svn to fetch a project from a very old svn server. The output of git svn info shows: master points to https://svn-server/repos/myProject. feature-new points to https://svn-...
chiahao's user avatar
  • 166
0 votes
1 answer
35 views

How to read git svn internal config values

I want to read the svn-remote.svn.branches-maxRev config value. Noticed that it is not in the .config file, but in <project>\.git\svn\.metadata When I execute git svn clone command, I can see it ...
bula's user avatar
  • 9,459
-1 votes
1 answer
49 views

SVN to Git | --ignore-paths

I have a large svn repository and im trying to migrate to git. Now im struggling using --ignore-paths with git-svn to filter some paths. I have this repository: https://svn.host.co.mz/svn/sistemas ...
Herman Maleiane's user avatar
1 vote
0 answers
39 views

svn to git migration for older complex projects

I need to migrate a project from SVN to GIT. The SVN repo has the default structure tags, branch, and trunk, with a long commit history of more than 10 years. I use the command: git svn clone -s <...
Vi007's user avatar
  • 11
0 votes
1 answer
31 views

Cloning a non-standard svn layout with git svn clone

I am trying to clone each of a project in an SVN repository with the following structure: hcp branches tags trunk project1 project2 project3 .. ...
John's user avatar
  • 1
-1 votes
1 answer
151 views

git svn clone: "Access forbidden"

I try to clone an SVN repo, but get an error git svn clone http://<IP-address of the host>:<port>/svn/<name of the project>/java/common -s -r 10:HEAD Initialized empty Git repository ...
Powet's user avatar
  • 177
-1 votes
1 answer
187 views

Convert local SVN to GIT using Tortoise GIT fails with unable connect?

EDK2 changed from SVN to GIT so I wanted to change my local copy to GIT then try to sync back up with their version so that my working copy changes merge correctly. But when I try I get: git.exe svn ...
user3161924's user avatar
  • 2,391
0 votes
2 answers
43 views

Solution for moving SVN from branch to trunk

I am attempting to use a git svn clone to move my SVN repo over to Git, whilst preserving the history. I know that Git SVN clone works for me as I have tried it with a simple test SVN repo. The ...
Boomfelled's user avatar
2 votes
0 answers
50 views

SVN to git migration with git svn returns "update-ref -m r40894 refs/remotes/origin/trunk 22c8704953ab8e....: command returned error: 127

I am doing SVN to git migration using git svn. We do not intend to use svn2git or subgit, this question is about using git svn. We have already migrated number of repositories and did not have issues ...
pixel's user avatar
  • 10.6k
1 vote
0 answers
114 views

Svn to Git migration - command returned error: 128

I am trying to migrate a couple of exising svn repositories to a GIT repositories using git svn utlity. Note : I am on Windows 11 Enterprise Edition and my svn repository is on a windows machine as ...
Munawwarah Chamroo-Auleear's user avatar
-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

15 30 50 per page
1
2 3 4 5
130