Opie SCM migration

View: New views
10 Messages — Rating Filter:   Alert me  

Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I am planning to migrate Opie's source code repository from CVS to git. CVS is
getting quite old and has been rather limiting for some time now, and git
seems like the natural alternative for an open project. While the CVS
repository will likely remain for reference I think it's desirable to transfer
all of the old history to git rather than starting from scratch, so that you
can see the full change history for all files there. Thus I will be using
cvs2git to perform the conversion.

One of the subparts of this conversion is to translate CVS committer names
into "name <email>" format. This required a little detective work on my part,
however using the public mailing list archives and some of my own knowledge I
was able to come up with the following (email addresses semi-obfuscated for
web purposes only):

  http://opie.handhelds.org/cgi-bin/moin.cgi/CommitterNames

Most of the email addresses have been defaulted to username@...; for
a select few recent committers I have used email addresses that were used on
the mailing list. It's possible that I have made a mistake somewhere or even
that some committers would prefer a different email address to be used - I'm
happy to modify people's entries if they want.

I plan on doing the final conversion during this coming weekend, so if anyone
wants anything corrected please reply here or email me directly by Sunday.

Cheers,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

FYI I have decided to post the final migration until some time next week in
order to allow people more time to respond.

Cheers,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Sybren A. Stüvel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jul 23, 2009 at 09:15:53PM +0100, Paul Eggleton wrote:
> FYI I have decided to post the final migration until some time next week in
> order to allow people more time to respond.

Just out of curiosity: why Git? To me personally Mercurial is a much
easier to use, and also very powerful system. Somehow I never got the
hang of git, whereas Mercurial came natural to me the moment I started
using it.

Cheers,
--
Sybren A. Stüvel
http://stuvel.eu


_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

signature.asc (204 bytes) Download Attachment

Re: Opie SCM migration

by Marek Vasut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dne Čt 23. července 2009 23:34:39 Sybren A. Stüvel napsal(a):

> On Thu, Jul 23, 2009 at 09:15:53PM +0100, Paul Eggleton wrote:
> > FYI I have decided to post the final migration until some time next week
> > in order to allow people more time to respond.
>
> Just out of curiosity: why Git? To me personally Mercurial is a much
> easier to use, and also very powerful system. Somehow I never got the
> hang of git, whereas Mercurial came natural to me the moment I started
> using it.
>
> Cheers,

Hg is not used too much and is quite crappy. We decided to use git by
something like majority vote (because it's powerful, widely used, has many
nice features etc.). I think you should read some Git manual before you
compare them. Sadly, I had experience with Hg.
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 23 Jul 2009, Sybren A. Stüvel wrote:
> Just out of curiosity: why Git? To me personally Mercurial is a much
> easier to use, and also very powerful system. Somehow I never got the
> hang of git, whereas Mercurial came natural to me the moment I started
> using it.

Well, git seems to be one of the most widely used distributed SCMs in the open
source / free software world - many projects are using it or planning to use
it, both high-profile and lesser known ones. As a bonus for me I have been
using git already as part of the OpenEmbedded project, and Erik is also very
familiar with it.

I don't doubt that other distributed SCMs have their merits - hg and bazaar
(to name two) certainly have many devotees. However we had to pick one, and
git just seemed like the right one to us.

Cheers,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Parent Message unknown Re: Opie SCM migration

by Marek Vasut :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dne Pá 24. července 2009 00:42:03 Sybren A. Stüvel napsal(a):
> On Thu, Jul 23, 2009 at 11:42:42PM +0200, Marek Vasut wrote:
> > Hg is not used too much and is quite crappy.
>
> Yeah, sure. Python, Mozilla, Xine, Java, Google. Those really add up
> to "not much".

You forgot to name Microsoft amongst companies FOSS world would be better off
without.

btw. please dont drop interested addresses when replying. Thanks
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please, let's not have an argument on opie-devel regarding which SCM can beat
up which other SCM; this is not the forum for that. If you want to continue
the discussion in private I won't stop you.

Thanks,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK, the CVS repository has been converted successfully and the resulting git
repository is now hosted with gitorious:

  http://gitorious.org/opie/opie

I'm working on getting cia.vc and email notifications working, and until that's
done I won't be pushing anything further to this just yet. Once I have sorted
this out I will announce it properly.

Cheers,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bernhard Guillon-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Paul Eggleton wrote:

> OK, the CVS repository has been converted successfully and the resulting git
> repository is now hosted with gitorious:
>
>   http://gitorious.org/opie/opie
>
> I'm working on getting cia.vc and email notifications working, and until that's
> done I won't be pushing anything further to this just yet. Once I have sorted
> this out I will announce it properly.
>
>  
Thank you for keeping Opie alive :)

best regards
Bernhard Guillon
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel

Re: Opie SCM migration

by Bugzilla from bluelightning@bluelightning.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 31 Jul 2009, Bernhard Guillon wrote:
> Thank you for keeping Opie alive :)

You're welcome :)

Cheers,
Paul
_______________________________________________

http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex

Opie-devel mailing list
Opie-devel@...
https://handhelds.org/mailman/listinfo/opie-devel