2009/7/11 Zaher Dirkey <[email protected]>: Have you thought of maybe using the Git mirror instead? The initial clone is a 54MB download, but then you have the whole FPC history including all the branches like trunk, fixes_2_2 etc... Another nice feature is that the local copy is much cleaner - no more duplicates of all files so your local copy takes up less space, no more .svn directories in every folder (git only has one .git in the root of the project), etc..
The mirror is hosted on GitHub available via $ git clone git://github.com/graemeg/freepascal.git Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
