History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-194
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Matthew Inger
Votes: 2
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Non-Recursive Subversion Checkout

Created: 24/Jan/07 01:52 PM   Updated: 27/Feb/07 06:02 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
It would be helpful to have the ability to do non-recursive subversion checkouts. Our repository is rather large, and
our master build script is at the top level. However, we don't need all the submodules checked out for all our applications.

We'd like to checkout / non-recursively, and then checkout the other modules we need for building. Right now, we have to
checkout the entire tree.



 All   Comments   Work Log   Change History      Sort Order:
Change by Robin Shen [30/Jan/07 12:05 AM]
Field Original Value New Value
Fix Version/s 1.2.x [ 10380 ]

John Allen [15/Feb/07 07:45 AM]
We would also like this functionality, more specifically we would like to be able to use some kind of 'exclude filters' that applied to a configuration prevent either the checkout,or the detection of changes in the repository, for directories/files masked by the 'excludes filters'.

To implement the feature described above by Matthew one would simply apply a '**/* style exclude filter.

We will use this functionality to exclude any 'child' maven projects which we prefer to build as their own configurations. Thus we could specify something like:

<exlcudeDirectories>**/pom.xml</exlcudeDirectories>

And not have any subdirectories that include a pom.xml file, no matter how deep they are found included in the svn checkout/status/log.

Change by Robin Shen [27/Feb/07 01:18 AM]
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]

Change by Robin Shen [27/Feb/07 06:02 PM]
Fix Version/s 1.2.3 (build 73) [ 10508 ]