[Gllug] Mercurial or Subversion for single user?

Richard Jones rich at annexia.org
Tue Mar 23 16:40:39 UTC 2010


On Tue, Mar 23, 2010 at 02:14:54PM +0000, Richard Lewis wrote:
> At Tue, 23 Mar 2010 09:10:42 +0000,
> Matthew King wrote:
> > 
> > 1) git is simple,
> 
> Huh?

git's underlying concept is simple.  It's highly unintuitive on top of
that until you understand what's going on at the low level.  I'd
recommend reading this:

  http://lwn.net/Articles/145194/

Then do:

  mkdir test
  cd test
  git init
  touch README
  git add README
  git commit -m "Add README"
  cd .git
  cat HEAD
  cat refs/heads/master
  find -name objects

(Note that the object files themselves are zlib-compressed so you
can't read them directly.  See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509942 for more
information)

Rich.

-- 
Richard Jones
Red Hat
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list