Sorry this took so long ... I keep getting side tracked on other things...

I've posted a tarball of my repo at http://git.TopQuark.net/OpenNMS.git.tar.gz
It's about 125MB, and it contains a git repo with a mirror of the Subversion 
repo, configured so that you can pull future updates directly from Subversion 
yourself.
After downloading, extracting, and 'cd'ing into the repo directory, you'll want 
to run 'git reset --hard' to restore the working directory.
To pull the latest updates from Subversion, run 'git svn fetch --fetch-all'.
The tarball is automatically updated at 8am EST daily, so it should be mostly 
current whenever you download it.

Alternatively, you can add my repository as a remote in an existing repository 
of your own.  Run 'git remote add opennms git://git.TopQuark.net/OpenNMS.git' 
to add all of the branches, or 'git remote add -t <branch name, for example, 
'opennms/trunk'> opennms git://git.TopQuark.net/OpenNMS.git' to add one 
particular branch, then run 'git fetch opennms'.  This will set up remotes in 
your git repo that pull from my git repo.
My repository automatically pulls updates from the Subversion repo at 8am EST 
daily, and you will then be pulling any updates from me, so you won't be able 
to get the latest changes as they happen, but if this happens to work better 
for you, feel free to use it this way.

Finally, ... this is probably not very useful, given the Subversion browser 
already available at sourceforge, but incase anyone wants it, or incase 
sourceforge is being slow ... you can also browse my repo at 
http://git.topquark.net/

-Paul

On Thu, May 08, 2008 at 04:13:31PM +0100, Alex Bennee wrote:
> On Thu, 2008-05-08 at 11:03 -0400, Paul Donohue wrote:
> > I've been maintaining my own git repository and pulling updates from SVN.  
> > (stgit makes patch management infinitely easier, so it's worth the trouble 
> > for me to maintain a parallel repository).
> > 
> > If others would find it helpful, I can throw my git repository up somewhere 
> > publicly accessible.
> 
> /me waves
> 
> git is my main VCS but I didn't want to prejudice any discussion with
> any bias :-) I tried mirroring the svn with git2svn but I obviously
> didn't understand the foo enough to make sense of it.
> 
> So if you can make your repo public that would be useful to at least me!
> 
> -- 
> Alex Bennee, Software Engineer
> Killing is stupid; useless! -- McCoy, "A Private Little War", stardate
> 4211.8
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
> 
> opennms-devel mailing list
> 
> To *unsubscribe* or change your subscription options, see the bottom of this 
> page:
> https://lists.sourceforge.net/lists/listinfo/opennms-devel
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to