We have Continua 1.9.0.216 running in test environment. Currently it has one simple configuration containing one configuration-level SVN repository and one stage containing just a 7-zip action for testing.
Running the build causes it to succeed in a couple of seconds without any file actually being retrieved from the repository. The 7-zip action that is supposed to packs the content of workspace results in an empty package.
Potentially relevant properties of the SVN repository:
- Checkout files to workspace: ticked.
- Enabled: ticked.
- Repository URL: Points to a valid location containing thousands of files in multiple folders.
- Externals: Ignore
- Branches to Monitor: Single branch
- Default Path: /trunk/
- Tag Changes: Ignore
- No filtering, exclude patterns or downtime specified.
Our production Continua environment is running 1.8.1.830, has a repository defined with exactly the same properties, and the build there successfully retrieves files from the same location.
I noticed that Subversion log has following line when running the build with 1.9.0.216:
products checkout-or-export /trunk/Source r38153 depth=empty 0
When running the build with the production environment, the Subversion log has the same line without the depth=empty.
I tried uninstalling and reinstalling Continua in the test environment, but the results were the same.