Questions tagged [subgit]

SubGit is a program for maintaining the same code in Git and Subversion repositories.

SubGit is a tool to transfer commits from a Subversion repository to and from a Git repository. It allows users to use either Git or Subversion to work with the same repository, and is touted as an alternative to git-svn for large-scale migrations from Subversion to Git.

111 questions
0
votes
1 answer

Accessing a git server with git or svn commands

Here´s my problem. I manage a git server with gitolite. I want to access this server using git or svn commands, the clients don´t even need to know whether that´s a git or svn server. When accessing the server from svn I use user authentication…
Nicolás Arias
  • 1,053
  • 1
  • 12
  • 29
0
votes
1 answer

SubGit error when svn users commit

I just installed SubGit and test it. When one of svn user commited a file, he got the following error message: Commit failed (details follow): 'pre-commit' hook failed with error output: SubGit ERROR REPORT (SubGit version 1.0.2 ('Miai') build…
-1
votes
1 answer

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=authors.txt --stdlayout myapi``` The error I get…
pixel
  • 9,653
  • 16
  • 82
  • 149
-1
votes
1 answer

How do we conclude SVN to GIT Migration as successful?

I have performed SVN to GIT Migration using subgit utility and the migration went well. I have pushed the resulting bare repository to Git. After the Migration I have noticed that the total number of commits in Git Repository is just 13500 where as…
Maryo David
  • 539
  • 1
  • 7
  • 18
-1
votes
1 answer

how can i fix the import error in subgit ( layout option conflict )

i have tried to migrate an svn, but get the following error on import: error: The following layout options conflict (intersect) in configuration file error: svn.tags = tags/0.8.1/tags/*/js:refs/tags/0.8.1/* error: svn.tags =…
-3
votes
1 answer

What is the average migrate time from SVN to GIT using Subgit

I would like to use subgit to migrate all branches, tags and trunks from svn to git. What is average time it takes to import everything from svn to git using subgit?
Yashwanth B
  • 111
  • 4
1 2 3 4 5 6 7
8