Re: Git vs SVN (was: Can we improve things?)
- From: Behdad Esfahbod <behdad behdad org>
- To: Steve Frécinaux <nudrema gmail com>
- Cc: foundation-list gnome org
- Subject: Re: Git vs SVN (was: Can we improve things?)
- Date: Sun, 09 Sep 2007 12:22:38 -0400
On Sun, 2007-09-09 at 13:37 +0200, Steve Fr�naux wrote:
>
>
> On Sat, 2007-09-08 at 09:41 -0700, Sanford Armstrong wrote:
>
> > I simply meant that less people are familiar with D-SCM tools and that
> > they are somewhat harder for a newbie to learn than C-SCM tools.
Not necessarily. Try tagging in svn. It's so hard I had to write a
couple scripts:
$ cat gnome-tag-release
#!/bin/bash
if test x$# != x3; then
echo gnome-tag module tag release
exit
fi
svn copy svn+ssh://svn.gnome.org/svn/$1/trunk svn+ssh://svn.gnome.org/svn/$1/tags/$2 -m "Tagged for release $3."
Yeah, it's conceptually easy: "svn copy from to", but makes absolutely
no sense even compared to cvs.
--
behdad
http://behdad.org/
"Those who would give up Essential Liberty to purchase a little
Temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin, 1759
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]