Mark Mielke wrote:
Perhaps he didn't read the instructions. See below for a 5 minutes 34 elapsed time. This includes extracting SVN over the network using SVN.
And just to be complete, here is git at 2 minutes 13 seconds. Not that these times matter at all, but in case anybody thinks they do...
$ time zsh $ cd /stage/mark $ wget http://kernel.org/pub/software/scm/git/git-1.5.4.tar.bz2 ... 16:56:41 (450.83 KB/s) - `git-1.5.4.tar.bz2' saved [1583166/1583166] $ tar xfj git-1.5.4.tar.bz2 $ cd git-1.5.4 $ su Password: [EMAIL PROTECTED]/stage/mark/git-1.5.4# mkdir /opt/git-1.5.4 [EMAIL PROTECTED]/stage/mark/git-1.5.4# chown mark:mark /opt/git-1.5.4 [EMAIL PROTECTED]/stage/mark/git-1.5.4# exit $ ./configure --prefix=/opt/git-1.5.4 ... $ make -j4 ... $ make install ... $ /opt/git-1.5.4/bin/git version git version 1.5.4 $ exit zsh 63.61s user 12.94s system 57% cpu 2:13.77 total -- Mark Mielke <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate