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

On 09/16/2010 03:48 PM, Matthias Sohn wrote:
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 ?

The Egit & JGit projects are operating on their own server (to which I do not have access).  There are a two ways to solve this:

1. Those projects move to the 'real' Eclipse.org Git server

2. Those projects export their file system somehow so that I can mount it

For now, I think access to those projects' repos should be done over the usual network services.

Denis

Back to the top