
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
-- 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>
|
|
Description
|
-- 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>
|
Show » |
|