Re: Use Subversion to Manage Git?

2013-05-22 Thread Stefan Sperling
On Tue, May 21, 2013 at 09:55:51PM -0400, Jeffrey Walton wrote: It would be great if it could handle something like: `svn checkout -git ssh://j...@example.com//opt/repo.git`. You could create a git repository on github, and then use Subversion to checkout and commit to that repository (yes,

Use Subversion to Manage Git?

2013-05-21 Thread Jeffrey Walton
Hi All, My apologies if this has been asked. A search of the archives doe not show anything recent, and Google is returning a lot of spurious hits. I'd like to use Subversion to manage a Git. Is anyone aware of a plugin that offers the extensions? I was thinking something like: `svn checkout git

Re: Use Subversion to Manage Git?

2013-05-21 Thread Andreas Krey
On Tue, 21 May 2013 21:55:51 +, Jeffrey Walton wrote: ... I only need four or five basic commands - checkout, git clone $repo update, git pull --rebase (after committing your own stuff) commit, git commit -a git push (after a pull) add (files), git add files remove (files). git