[Kde-scm-interest] ideas to git conversion
Thiago Macieira
thiago at kde.org
Thu Dec 4 09:54:47 CET 2008
On Wednesday 03 December 2008 22:46:43 Raul Fernandes wrote:
> This way, it is feasible to put all kde modules in only
> one repository without bloating it.
~/src/kde4 $ find \! -path '*/.git*' | wc -l
152587
~/src/kde4 $ for git in */.git/ */*/.git; do (cd $git/.. && git ls-files);
done | wc -l
141884
[this is my working git-svn import, where I do my KDE work]
Sorry, that's close to impossible to have in one single repository. We have
27000 files in the Qt repository: git status is very slow on a cold cache. And
the cache gets cold again if you build or do something else for a while.
No, the only solution is to split up.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Software Engineer - Nokia, Qt Software
Qt Software is hiring - ask me
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-scm-interest/attachments/20081204/15b9b3d7/attachment.sig
More information about the Kde-scm-interest
mailing list