Is it possible to configure Bamboo to exclude a directory on checkout of svn?
i.e. /path/to/trunk
The above path has a docs directory I don't want checked-out.
Not directly. Your best bet might be to move your docs directory to another part of the SVN tree and use the svn:externals proeprty to put it in your trunk. Then you can ignore svn:externals when checking out in bamboo and you won't get the docs directory
Alternatively you can use a sparse checkout option (but that will bring in your docs root folder) and then do selective updates on your other folders except for the docs folder. So anything under the immediate docs folder will be checked out but not any subfolders under docs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you ignore externals in Bamboo?
It looks like https://jira.atlassian.com/browse/BAM-6339 is unresolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.