> > The second biggest difference between cvs/svn and the rest, that > accounts for a lot of suckage with the other VCS, is the inability to > query remotely the latest revision/version. We need to download/pull > the code first. > This is not true for git. $ git ls-remote git://projects.archlinux.org/pacman.git | grep HEAD Yannick LM