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

SVN Mirror tagged branch history preservation

I've been tasked with mirroring only a specific branch from our SVN repo with a full history, the branch that has to be mirrored has been tagged/cut sevral times. I've been using the Subgit SVN Mirror plugin on Bitbucket to do this. However, the…
BabyDoll
  • 263
  • 1
  • 4
  • 16
0
votes
1 answer

How to use single user to synchronize all Gitlab repositories from remote Subversion server with Subgit?

In my enterprise we have a Subversion server which host all projects code. I installed Gitlab and Subgit to set up a mirror which synchronize with the remote Subversion server. I'd test this with one project, it was a success. But for this i filled…
0
votes
1 answer

Subgit import - imported svn history showing unrelated revisions

I am using Subgit to import SVN repository to git, maintaining revision history. Here is my svn repo structure: Root trunk branches uat qua subfolder1 project1 subfolder2 project2 project3 …
karek
  • 31
  • 2
0
votes
1 answer

Subgit is stuck on "Translating Subversion revisions to Git commits..." for the first revision

I try to use subgit to migrate a 12yo with 14.4kcommit svn repository to git. My svn repo looks like this: ProjectA/ branches/ shelving/ tags/ trunk/ ProjectB/ branches/ shelving/ tags/ trunk/ I only want to import…
Amon
  • 296
  • 1
  • 14
0
votes
2 answers

Cannot trigger Gitlab-CI pipeline from SVN > Git translated branch [Subgit]

We are using Subgit to create a one-way mirror from Subversion > Gitlab. This is working perfectly fine. We also have a few branches in this repository and we are able to manually trigger a gitlab pipeline from any of these branches. When we create…
Bas v
  • 11
0
votes
1 answer

Why can I SubGit can fetch SVN repo but not commit to it?

I have used subgit to create a mirror of my Windows based SVN repo on a Linux server. The install has completed and I have cloned my git repo which seems to have all of the required code. It does not seem to automatically pick up the svn commits and…
Stefan
  • 3,669
  • 2
  • 32
  • 43
0
votes
2 answers

SubGit: Git hook to lock a svn file if non locked, or reject commit if locked by another user

Context: I'm working on a big UE4 project. Currently we're using SVN as our VCS, but I've always been a git developer and having a local repo, local branches, and stashes are things I'm not willing to loose. So, I've started using SubGit to work on…
0
votes
1 answer

Can I map svn externals with subgit?

I am working with subgit and I don't understand well how it deals with svn externals. I found this in the help [translate] externals = [true|false] a boolean value, can be set to true or false. SubGit does not support translating svn:externals to…
ndarkness
  • 1,011
  • 2
  • 16
  • 36
0
votes
1 answer

subgit install with multiple projects in SVN repository and updating changes

1st question: We have SVN running on on linux with multiple different projects. I'm trying to create a mirror between them with subgit so we could use both SVN and Git for transition phase. I did manage to do subgit installation and managed to…
Lauri
  • 137
  • 1
  • 2
  • 8
0
votes
1 answer

Subgit --authors-file not mapped, in the git the authors.txt is empty

I use subgit to import a svn repository to a local git. $ subgit import --authors-file authors.txt https://foobar.com:8443/svn/project/ gitproject.git Unfortunately, the users apper in my gitlab as: svnuser@localhost I noticed that the…
JaBe
  • 664
  • 1
  • 8
  • 27
0
votes
1 answer

Subgit installer For windows

I am trying to migrate from SVN to Git with history data and someone suggests me to use SubGit for this. I downloaded the zip file and found that there is subgit.bat available in the bin folder after extracting it. I don't know how to run subgit and…
lalit bhadula
  • 47
  • 1
  • 9
0
votes
1 answer

Subgit unexpected error has occured during configuration

I'm trying to migrate an origin SVN repository to a newly one created on GitHub by using subgit tool. As a first step according to the documentaton is to make a configuration. I do it this way. D:\subgit\bin\subgit configure --svn-url…
user1584149
  • 13
  • 1
  • 5
0
votes
1 answer

Imported SVN repository doens't show on gitlab

I'm importing a SVN repository to a gitlab linux server, and after it was configured and imported it doens't shows up on my gitlab page. What else do I need to do? This is for a gitlab bitnami debian linux server pre-fabricated virtual machine using…
0
votes
1 answer

Subgit importing a root directory without standard layout

I have the following SVN repository structure. This is not by design, someone did something odd before I became…
0
votes
1 answer

SubGit: Use Git Pull Request Description as SVN Commit Message

I see the option to define a custom SVN commit message with the configuration option svnCommitMessage using SubGit. https://subgit.com/documentation/config-options.html Looking at this documentation, I don's see any ways to define this by pull…
Evan
  • 2,441
  • 23
  • 36