* [sup-talk] from svn to git
@ 2007-12-18 7:24 William Morgan
2007-12-18 9:36 ` Nicolas Pouillard
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: William Morgan @ 2007-12-18 7:24 UTC (permalink / raw)
Hi all,
I've moved development of Sup from subversion to git. Although this is
somewhat experimental on my part (I'm still figuring out git), I think
it will help things in the long run. In the worst case it will be easier
for you to maintain your own patchsets when I'm not moving fast enough
for you. :)
To keep up with the head:
git clone git://repo.or.cz/sup.git (was: svn checkout ...)
git pull (was: svn update)
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 7:24 [sup-talk] from svn to git William Morgan
@ 2007-12-18 9:36 ` Nicolas Pouillard
2007-12-18 17:40 ` William Morgan
2007-12-18 9:49 ` Marcus Williams
2007-12-18 14:40 ` Grant Hollingworth
2 siblings, 1 reply; 7+ messages in thread
From: Nicolas Pouillard @ 2007-12-18 9:36 UTC (permalink / raw)
Excerpts from William Morgan's message of Tue Dec 18 08:24:52 +0100 2007:
> Hi all,
Hi,
> I've moved development of Sup from subversion to git. Although this is
> somewhat experimental on my part (I'm still figuring out git), I think
> it will help things in the long run. In the worst case it will be easier
> for you to maintain your own patchsets when I'm not moving fast enough
> for you. :)
>
> To keep up with the head:
> git clone git://repo.or.cz/sup.git (was: svn checkout ...)
> git pull (was: svn update)
Nice move! However have you looked at darcs[1]? It's even better IMHO, it's
smarter, smaller and a lot more easy to understand.
I maintain a sup darcs repository [2] based on regularly importing the svn.
Best regards,
[1]: http://darcs.net
[2]: darcs get --set-scripts-executable http://darcs.feydakins.org/mirror/sup
--
Nicolas Pouillard aka Ertai
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 7:24 [sup-talk] from svn to git William Morgan
2007-12-18 9:36 ` Nicolas Pouillard
@ 2007-12-18 9:49 ` Marcus Williams
2007-12-18 14:40 ` Grant Hollingworth
2 siblings, 0 replies; 7+ messages in thread
From: Marcus Williams @ 2007-12-18 9:49 UTC (permalink / raw)
On 18.12.2007, William Morgan wrote:
> I've moved development of Sup from subversion to git. Although this is
> somewhat experimental on my part (I'm still figuring out git), I think
> it will help things in the long run. In the worst case it will be easier
> for you to maintain your own patchsets when I'm not moving fast enough
> for you. :)
Excellent - been playing with git for a while and loving it. Moving my
patchset across now!
Marcus
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 7:24 [sup-talk] from svn to git William Morgan
2007-12-18 9:36 ` Nicolas Pouillard
2007-12-18 9:49 ` Marcus Williams
@ 2007-12-18 14:40 ` Grant Hollingworth
2007-12-18 20:14 ` William Morgan
2 siblings, 1 reply; 7+ messages in thread
From: Grant Hollingworth @ 2007-12-18 14:40 UTC (permalink / raw)
Excerpts from William Morgan's message of Tue Dec 18 02:24:52 -0500 2007:
> I've moved development of Sup from subversion to git.
Nice. Procrastinating about setting up git-svn pays off!
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 9:36 ` Nicolas Pouillard
@ 2007-12-18 17:40 ` William Morgan
2007-12-18 19:42 ` Nicolas Pouillard
0 siblings, 1 reply; 7+ messages in thread
From: William Morgan @ 2007-12-18 17:40 UTC (permalink / raw)
Excerpts from nicolas.pouillard's message of Tue Dec 18 01:36:47 -0800 2007:
> Nice move! However have you looked at darcs[1]? It's even better
> IMHO, it's smarter, smaller and a lot more easy to understand.
>
> I maintain a sup darcs repository [2] based on regularly importing the
> svn.
I've actually fantasized about darcs for quite a while (e.g., [1]). I'm
convinced it's better than git in most ways. But the alterior motive
here is for me to get enough experience to introduce something at work,
and darcs's conflict resolution bug pretty much negated that for me. Git
also has going for it its pace of development, operational speed, and
the existence of large, high-profile projects managed by it, which are
really what will convince the crusty neophobe engineers I work with.
The upcoming Darcs 2 [2] may very well fix everything. But in the mean
time, the existence of git-hunk-commit --darcs [3] makes daily git usage
approach tolerability, although I do hold my nose.
[1] http://www.mail-archive.com/darcs-users at darcs.net/msg03431.html
[2] http://article.gmane.org/gmane.comp.lang.haskell.cafe/33159
[3] http://thread.gmane.org/gmane.comp.version-control.git/41033
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 17:40 ` William Morgan
@ 2007-12-18 19:42 ` Nicolas Pouillard
0 siblings, 0 replies; 7+ messages in thread
From: Nicolas Pouillard @ 2007-12-18 19:42 UTC (permalink / raw)
Excerpts from William Morgan's message of Tue Dec 18 18:40:38 +0100 2007:
> Excerpts from nicolas.pouillard's message of Tue Dec 18 01:36:47 -0800 2007:
> > Nice move! However have you looked at darcs[1]? It's even better
> > IMHO, it's smarter, smaller and a lot more easy to understand.
> >
> > I maintain a sup darcs repository [2] based on regularly importing the
> > svn.
>
> I've actually fantasized about darcs for quite a while (e.g., [1]). I'm
> convinced it's better than git in most ways. But the alterior motive
> here is for me to get enough experience to introduce something at work,
> and darcs's conflict resolution bug pretty much negated that for me.
The conflict resolution bug seems pretty hard at a first look. The good news
is that Darcs 2 is almost there (pre-released a few days ago) and don't
suffer from this bug.
However most of the time you can avoid resolving conflicts by don't allowing
conflicts in the main repository.
This is a very practical way (that I use) as far as you don't have two public
forks of a same project (i.e. you publish conflicts and conflict resolutions).
> Git also has going for it its pace of development, operational speed, and
> the existence of large, high-profile projects managed by it, which are
> really what will convince the crusty neophobe engineers I work with.
I agree with you on this expect the fact that git is a lot more complex to
get and then is not a pace of development during the learning time.
> The upcoming Darcs 2 [2] may very well fix everything. But in the mean
> time, the existence of git-hunk-commit --darcs [3] makes daily git usage
> approach tolerability, although I do hold my nose.
Darcs is a lot more than just having a nice interactive user interface.
Best regards,
--
Nicolas Pouillard aka Ertai
^ permalink raw reply [flat|nested] 7+ messages in thread
* [sup-talk] from svn to git
2007-12-18 14:40 ` Grant Hollingworth
@ 2007-12-18 20:14 ` William Morgan
0 siblings, 0 replies; 7+ messages in thread
From: William Morgan @ 2007-12-18 20:14 UTC (permalink / raw)
Excerpts from Grant Hollingworth's message of Tue Dec 18 06:40:19 -0800 2007:
> Excerpts from William Morgan's message of Tue Dec 18 02:24:52 -0500 2007:
> > I've moved development of Sup from subversion to git.
>
> Nice. Procrastinating about setting up git-svn pays off!
Procrastination pays! I used git-svn to convert the history over and it
really wasn't bad at all. Everything worked perfectly.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-12-18 20:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-18 7:24 [sup-talk] from svn to git William Morgan
2007-12-18 9:36 ` Nicolas Pouillard
2007-12-18 17:40 ` William Morgan
2007-12-18 19:42 ` Nicolas Pouillard
2007-12-18 9:49 ` Marcus Williams
2007-12-18 14:40 ` Grant Hollingworth
2007-12-18 20:14 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox