Re: [opennms-devel] Source Repositary question

2008-05-13 Thread Paul Donohue
> 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

Re: [opennms-devel] Source Repositary question

2008-05-13 Thread Alex Bennee
On Mon, 2008-05-12 at 17:38 -0400, Paul Donohue wrote: > 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 > r

Re: [opennms-devel] Source Repositary question

2008-05-12 Thread Paul Donohue
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

Re: [opennms-devel] Source Repositary question

2008-05-09 Thread Johan Edstrom
Git svn should do what you need. Easy to rebase and work offline in your own branch. /je On May 8, 2008, at 9:03 AM, 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

Re: [opennms-devel] Source Repositary question

2008-05-08 Thread Alex Bennee
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

Re: [opennms-devel] Source Repositary question

2008-05-08 Thread Jeff Gehlbach
On May 8, 2008, at 9:08 AM, Alex Bennee wrote: > I'm just wondering if any thought has been given to migrating the > source > base of OpenNMS to a more modern distributed VC system? It's official, I'm old. Back in my day we used RCS and liked it! > I only mention it as without write access to

Re: [opennms-devel] Source Repositary question

2008-05-08 Thread Paul Donohue
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. -Pau

[opennms-devel] Source Repositary question

2008-05-08 Thread Alex Bennee
Hi, I'm just wondering if any thought has been given to migrating the source base of OpenNMS to a more modern distributed VC system? I only mention it as without write access to a SVN repository it's hard to do much but write small patches and wait for them to be integrated. I'm mainly asking out