Issue Details (XML | Word | Printable)

Key: HUDSON-3588
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: sunfire
Reporter: snicolai
Votes: 0
Watchers: 0
Operations

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

rebasing stream causes snapshot view to be out of sync

Created: 28/Apr/09 11:47 AM   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

We're using UCM and have set up hudson to build some developer's streams. Hudson uses a snapshot
view on the stream that is not the view the developer works with.

When the developer rebases through the dev view, the stream (and the dev view) get updated to the
new foundation baseline. However, the snapshot view still has the old baseline in it. When cleartool
update is run by hudson on the snapshot view, not all the new files in stream will be copied into the
snapshot.

The solution is to run

ct setcs –stream

before updating the snapshot view in hudson.



Sort Order: Ascending order - Click to sort in descending order
pmv added a comment - 30/Dec/09 01:53 PM

I believe these issues are the same, with both of us providing different solutions. Either solution works for me.


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