Hi,

So - I've tried git even on Win32 machine.  Unfortunately - it's a Xen virtual 
machine [unfortunately I still do not have access to real hardware yet :-(] 
that identifies itself as Intel 2.4GHz with 512MB RAM.

Installation:
- http://www.cygwin.com/setup.exe
- check All -> Devel -> git

Initial clone:
- start cygwin shell, cd to the directory where you want to checkout 
(eg. /cygdrive/c/git/ )
- git clone git://go-oo.org/git/without-history/src680-m211.git src680-m211

For the tests, I used an import of src680-m211 _without_ history - the plan is 
[if we agree that git is the best for OOo - which I believe ;-)] to start the 
OOo git tree from scratch, and let the possibility to 'graft' the history 
into it for those who need it.  [This is very similar to what is available 
from http://svn.stage.openoffice.org/svn/svn/trunk now - nearly no history 
there as well.]

Times I got:
- git clone - 135min
- git branch - immediately
- git checkout [it's a branch switch] - 20s
- git diff - 8s
- git commit -a - 30-40s
- git pull [merge: the simple scenario] - 15s

I used the same commands as in the wiki.  Anybody to confirm/deny the numbers 
on the real hardware, please?

Regards,
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to