Hi, I have setup a git mirror of the OOo SVN here:
http://cgit.freedesktop.org/ooo-build/ It is based on the 'split build', so it is not one monolithic git repository, but several ones based on the functionality and build requirements. Which also means that this is for you only if you know what you are doing, but might be interesting anyway ;-) To get the 'classic' OOo tree from that, clone everything but 'ooo-build' and 'website' to one subdirectory, and copy the content to one (separate) directory, eg. by MILESTONE=DEV300_m48 mkdir -p ~/split cd ~/split for I in artwork base bootstrap calc components extensions extras filters \ help impress l10n libs-core libs-extern libs-extern-sys libs-gui \ postprocess sdk testing ure writer ; do git clone -n git://anongit.freedesktop.org/git/ooo-build/ooo-build/$I ( cd $I ; git checkout -b $MILESTONE ooo/$MILESTONE ) done rsync -a --exclude .git */* ~/$MILESTONE/ And you'll get the 'classic' checkout of DEV OOo source tree in ~/DEV300_m48. Please note that the git mirror translates the leading tabs to 4 spaces for the source code files (*.[ch]xx, *.mk, etc.) which hopefully increases the readability in the web interface, gitk, and editors with the usual tab == 8 spaces setting. The trees are going to be updated nightly, so DEV300_m49 and OOO310_m12 will appear there tomorrow. Enjoy ;-), Kendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
