Hi,
I’m tried to initialising my repository, It takes a lot of time.
After 1-2 hour it’s throw an error about “Time out”.
what can i do?
Hi Yos,
Please provide the following details so we can understand the nature of your issue:
1. The version of Continua CI you are running.
2. The full error message logged to the Continua CI event log so we can see which command is timing out.
3. Details of the size, structure and number of branches in your repository.
4. Your repository settings (you can either provide screenshots or the diagnostics log which can be downloaded from the administration Event Log page) .
If your repository is very large and contains several projects then we would advise using one Continua CI repository per project folder using relative paths in the branch settings.
e.g.
Default Path: /project1/trunk/
Branches Path: /project1/branches/
Branch Pattern: /[^/]+/
or
Default Path: /trunk/project1/
Branches Path: /branches/
Branch Pattern: /[^/]+/project1
How you do this depends on the structure of your repository.
We would also advise using the Path Filtering options to include only the folders required for your build and exclude any folders containing large files which are not required.
Finally if your repository is not particularly large and is still timing-out, please enable debug logging, reset the repository and send the debug log to support@finalbuilder.com once the error is reproduced.