Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Tips for faster/trouble-free builds on Eclipse build servers

2010/9/16 Denis Roy <denis.roy@xxxxxxxxxxx>
If you're using any of the Eclipse build or hudson servers, feel free to employ the following tips to help your build finish faster.


->GETTING CODE: use the local filesystem to fetch code.  CVS is accessible via /cvsroot, SVN via /svnroot and git via /gitroot.  pserver and svnserve cannot compete with the local filesystem in terms of performance and "robustness".  The Git daemon is very robust; however, using the filesystem cuts out the middle man.

Can we also access the egit/jgit git repositories via filesystem I couldn't find them under /gitroot ?
 
--
Matthias

Back to the top