Issue Details (XML | Word | Printable)

Key: HUDSON-4775
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: abayer
Reporter: pmv
Votes: 0
Watchers: 0
Operations

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

cleartool update should specify '-overwrite'

Created: 04/Nov/09 02:05 PM   Updated: 12/Jan/10 04:15 PM   Resolved: 12/Jan/10 02:54 PM
Component/s: clearcase
Affects Version/s: current
Fix Version/s: None

Environment: Platform: All, OS: All
Issue Links:
Duplicate
 


 Description  « Hide

I'm using UCM and I have the 'Use Update' checked. In the console output I see
this:

[workspace] $ cleartool update -force -log NUL -add_loadrules view\\vob\directory

However, I think it should be this:

[workspace] $ cleartool update -force -overwrite -log NUL -add_loadrules
view\\vob\directory

Here's the situation I ran into. I rebased a stream, and then the polling
kicked it off in hudson. However, when it ran the update, it did not get the
new files, because the configuration of the stream had been updated with the
rebase. If -overwrite is specified, the update will pull in the new
configuration. Is there any reason -overwrite is not specified?

Thanks,
Paul



Sort Order: Ascending order - Click to sort in descending order
abayer added a comment - 12/Jan/10 02:54 PM

Fixed in trunk for 1.1.1.


scm_issue_link added a comment - 12/Jan/10 04:15 PM

Code changed in hudson
User: : abayer
Path:
trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ClearToolSnapshot.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=25736
Log:
[FIXED HUDSON-4775] [FIXED HUDSON-3588] UCM update call now includes -overwrite