I did an initial import from SVN using the addon into an empty repo. Is there a way I can rebase; fetch the updates in SVN and get them into Stash/Git?
Hello Alan,
Unfortunately, version 1.0.x does not support that functionality. Currently we're working on Stash plugin that supports bi-directional synchronization between Stash Git repositories and SVN repositories.
We have already implemented that in our product called SubGit. Here's the description how one can use SubGit with Stash:
http://lists.tmatesoft.com/pipermail/subgit-users/2012-December/000042.html
In order to get status updates consider following us at twitter: @subgit or subscribing to our mailing list: subgit-users-subscribe@subgit.com
Thanks. Since I can configure subgit to use the Stash repo, can I configure subgit to pull from SVN but not push?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What should happen when someone pushes changes to Git branch foo, and someone else commits anything to branches/foo? Should ongoing import from SVN to Git rewrite pushed commits?
SubGit does not support this kind of one-way synchronization explicitly. However, you can setup such a pre-receive hook that rejects any pushes to Git branches synchronized with SVN.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.