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

Key: CCNET-354
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Graham Tackley
Reporter: Mike Roberts
Votes: 0
Watchers: 0
Operations

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

ClearCase Plugin to support branches

Created: 03/Mar/05 07:13 PM   Updated: 20/May/05 10:07 AM
Component/s: Source Control
Affects Version/s: None
Fix Version/s: 0.9.2

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


 Description  « Hide
-- From Dave Richards --

Hi,



I have just started using CruiseControl.Net but have some difficulties integrating it with clearcase. My issue is that we the command used picks up changes on different branch’s, so a user on another branch checks something in and the a build looking at a completely different branch starts



The command in question:

lshist -r -nco -since 24-Feb-2005.14:41:03 -fmt "%u#~#%Vd#~#%En#~#%Vn#~#%o#~#!%l#~#!%a#~#%Nc@#@#@#@#@#@#@#@#@#@#@#@\n" <viewPath>



Basically this list the history for a file, but all the history



Would be nice if it was possible to specify a branch so in the command if something is specified in the config, for example



<sourcecontrol type="clearCase">

<viewPath>..\..\..\src\csharp</viewPath>

<useLabel>false</useLabel>

<useBaseline>false</useBaseline>

<timeout>50000</timeout>

<branch>the_branch</branch>

</sourcecontrol>





and then the command would become



lshist -r -nco -since 24-Feb-2005.14:41:03 –branch <branch> -fmt "%u#~#%Vd#~#%En#~#%Vn#~#%o#~#!%l#~#!%a#~#%Nc@#@#@#@#@#@#@#@#@#@#@#@\n" <viewPath>



 All   Comments   Work Log   Change History      Sort Order:
Graham Tackley [20/May/05 10:07 AM]
Fixed as described in build 941.