Skip to main content

All Questions

Tagged with
0 votes
1 answer
30 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
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
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,401
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
0 votes
1 answer
54 views

Update old git repo from Subversion

I started working with gSOAP and found a git version of the source code in Github. But it turned out this repo hasn't been updated for 10 years. Since it's the top entry for "gsoap source code&...
parsley72's user avatar
  • 9,139
0 votes
0 answers
28 views

How should I set git's autocrlf on a git-svn repository?

How can I safely configure git-svn so I don't unintentionally change line endings when dcommitting to svn? I'm currently using git's autocrlf=false and Unix file shows a mix of line endings: > file ...
idbrii's user avatar
  • 12k
2 votes
0 answers
138 views

Git Svn getting autoprops like $Date$ , $Author$, $Revision$ [duplicate]

In our Svn repo, Some auto props defined for sql files; I'm commiting sql like like this to svn repo. $Rev$ $Date$ $Author$ After commit, When I checked the file I see this variables replaced with ...
Joseph K's user avatar
0 votes
0 answers
59 views

How to migrate multiple branches in git-svn?

The structure of the SVN configuration is as follows. https://hogehoge/svn/ trunk/ hoge/ release01/ release02/ tags/ hoge/ branches/ ...
kagecafe's user avatar

15 30 50 per page
1
2 3 4 5
111