Git Mirror

Git Mirror

Postby Marenz » 04 Nov 2011, 01:33

I've set up a git mirror for the svn repository of red eclipse.
You can find it at

git://supraverse.net/redeclipse-svn.git

It synchronizes with the svn repository every five minutes.

--Marenz
Marenz
 
Posts: 29
Joined: 20 Oct 2011, 00:06

Re: Git Mirror

Postby arand » 04 Nov 2011, 19:41

Some general info for anyone interested:

Note that this takes about 2GB to download, since it includes all RE history since commit #1
(quite impressive that it's not more)

If you want to clone from this and then add the git-svn integration you can do (provided you have git-svn set up of course):
{l Code}: {l Select All Code}
git clone git://supraverse.net/redeclipse-svn.git redeclipse-git
cd redeclipse-git
git svn init https://redeclipse.svn.sourceforge.net/svnroot/redeclipse
git config svn-remote.svn.fetch :refs/remotes/origin/master

Following this, you should be able to use
{l Code}: {l Select All Code}
git svn rebase

to update directly from sourceforge svn instead of the git mirror (I guess it's better people taxing sourceforge, rather than your mirror, Marenz :)

You should presumably also be able to commit, as you would with svn, using
{l Code}: {l Select All Code}
git svn dcommit

since git-svn should pick up existing svn credentials, e.g. in $HOME/.subversion
(Can't confirm, I'm not comitting to RE myself).
User avatar
arand
 
Posts: 211
Joined: 26 Mar 2011, 21:42

Who is online

Users browsing this forum: No registered users and 1 guest

cron