Re: [ZODB-Dev] Moving ZODB projects to github

2012-12-28 Thread Jim Fulton
On Fri, Dec 28, 2012 at 3:44 PM, Mikko Ohtamaa
 wrote:
> Hi,
>
> OK, I think I worked out the problems I was having with svn2git
>>
>> (It's broken. I wrote a simple Python script that did the same thing,
>> except for the brokeness :)
>
>
> I also run problems with svn2git. In the end I just ended up migrating trunk
> + limited history :<
>
> Is your Python script available somewhere, just for the poor souls of the
> future who will come after us?

It's a work in progress. I plan to publish it more widely when I've used it more
and maybe/probably incorporated the github/oauth goodness you pointed me to.

But here's a snapshot. Let me know if it works for you (or doesn't).

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm


svn2git.py
Description: Binary data
___
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Moving ZODB projects to github

2012-12-28 Thread Jim Fulton
On Wed, Dec 26, 2012 at 1:42 PM, Jim Fulton  wrote:
> I'd like to move ZODB-related projects to github nowish.
> (I'm having problems converting ZODB though :()

OK, I think I worked out the problems I was having with svn2git
(It's broken. I wrote a simple Python script that did the same thing,
except for the brokeness :)

The new repo is at:

https://github.com/zopefoundation/ZODB

Please don't check into the svn project any more.

It would be great if people would kick the tires on this
to make sure I didn't miss anything in the conversion.

In a few days, I'll mark the svn project as moved to github.

Eventually, I'll set the tests up to run with travis.  It would
be just fine if someone beat me to it. :)

Also, generally, I'd like to update trunk via pull requests,
rather than direct checkins to trunk (exceptions being things
like travis setup or checkins associated with releasing.)

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Moving ZODB projects to github

2012-12-26 Thread Mikko Ohtamaa
On Wed, Dec 26, 2012 at 4:42 PM, Jim Fulton  wrote:

> I'd like to move ZODB-related projects to github nowish.
> (I'm having problems converting ZODB though :()
>
> If you're currently working on something, let me know so
> I don't leave your work behind.
>
>
In the case you need it here is a simple migrator script which will migrate
several projects from SVN to Github:

https://gist.github.com/4062655

Merry xmas,
-Mikko
___
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev