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
2 answers

Add local repository in specific folder of GIT server repo

I'm migrating code from SVN to GIT using SubGit. Some of my SVN repositories are built as: SVN-Repo + Project1 + trunk + branches + tags + Project2 + trunk + branches + tags Using SubGit:…
Didier
  • 11
0
votes
3 answers

SVN branch history lost due to migration

Beginner with GIT & SubGit :). On SVN side (Subversion version 1.7.4), developers created a branch not located under branches folder but at the same level as trunk, tags, branches, i.e.: - trunk - branches - tags - TheBranch Then they moved this…
Didier
  • 11
0
votes
1 answer

Subgit ignores definied /tags/ we don't want to synch

We are using SubGit to sync a remote SVN repository with our git repository and want to get the tags from the svn. The problem is that we only want to sync non archived tags that are not in the tags/archive folder. To exclude this directory, we…
Niko
  • 1,054
  • 5
  • 25
  • 52
0
votes
1 answer

Removing empty folder svn commit during translation to git

I'm converting a repository from svn to git with subgit and it generates some empty commits because there are some folder only commits. Is there any way to filter out them, preferably in the conversion process?
0
votes
0 answers

SVN repo sync with TFS integrated Git

we have a bunch of teams happily using the integrated TFS Git repo in TFS 2013 and set up with CI/CD, but we have one team that's been off on their own for a while - they've only been using TFS for Work Item tracking and have been using a local SVN…
0
votes
1 answer

How to find the Git Revision Hash in a synced SVN repo using SubGit?

In the process of moving from SVN to git, we're evaluating the SVN Mirror Stash plugin (SubGit) in Stash. One of our requirements is that the git revision hash be available in the SVN repo, either in a custom revprop, or through a JSON formatted log…
0
votes
0 answers

Importing SVN into git with SubGit - git repo has no branches?

I installed Subgit because our team wants to switch an existing SVN repo to git. The structure is, as far as I can tell, pretty standard: http://svn.local/project1/trunk < trunk http://svn.local/project1/branches <…
kalatabe
  • 2,909
  • 2
  • 15
  • 24
0
votes
1 answer

Export author mapping in Stash SVN Mirror

I am building a Stash server to migrate our SVN projects to Git. Currently I am experimenting with trial Stash and SVN Mirror plugin for importing some of our projects. The point is the following: while LDAP mapping is working and commits have…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
0 answers

Mirror remote SVN repository to remote GIT repository using SubGit

We are in the process of migrating from SVN to Git, and we'd like to work with both, simultaneously for a while, that's why we need mutual synchronization. Changes on SVN should be mirrored on GIT and vice versa. But, I'm facing a bit of a hiccup: I…
Tony
  • 460
  • 1
  • 7
  • 20
0
votes
1 answer

mapping branches/user/* properly in subgit

I'm evaluating SubGit, and it looks like it imports fairly well, except that we have both standard and nonstandard branches in our SVN directory: - trunk - tags - branches - test - JIRA_89 - JIRA_92 - user - jim - bob There are…
Jason S
  • 184,598
  • 164
  • 608
  • 970
0
votes
1 answer

SubGit error when trying to update an SVN tag

I have a SVN tag 2.14 that I'm trying to update. First, I have updated my local tag with git tag 2.14 -f and then I deleted the remote tag git push origin :refs/tags/2.14 But now, when I try to push the tag with git push origin refs/tags/2.14 I…
Hordak
  • 135
  • 1
  • 5
0
votes
1 answer

Does SubGit require an own GIT installation

The question is very simple: I have an external SVN-Repository (foreign network) and I want to establish for my local network a GIT-environment. As SubGit can synchronize this SVN with the to-be-done GIT-Server, I need to know if I need to install…
Niko
  • 1,054
  • 5
  • 25
  • 52
0
votes
1 answer

Subversion mirror with GIT

I have a Apache Subversion Repository in the internet, which I'd like to mirror into my (tbd) local network repository. I will develop my changes locally and commit them into my local network repository, which is held up to date with the repository…
Niko
  • 1,054
  • 5
  • 25
  • 52
0
votes
1 answer

Pull request from feature branch to master, disappears

We are experiencing following issue while merging the pull request in our Stash repo. Scenario: - Developer creates a feature branch from existing "master/Dev" and submits a pull request to reviewer - Reviewer, checks and accepts by clicking on…
Siva Mandadi
  • 3,673
  • 2
  • 18
  • 12
0
votes
1 answer

How to update a mapped SVN tag in SubGit?

SubGit has mapped a tag in my SVN repository to a Git tag. How can I add commit's to this tag int Git so that SubGit automatically pushes them to the tag in the subversion repository?
dw9
  • 3
  • 1
  • 3