Reputation: 493
There was a defunct file in a stream. I just revert it to backed version in stream, now i can't see that file, what happened to the actual file? how do i obtain it?
Upvotes: 0
Views: 456
Reputation: 493
Since that file was in 'defunct' state, when i clicked 'revert to backed version', it got removed from the stream (the purge). I was able to bring that file back to stream. It is still in 'defunct' state, however the version is increased by 1.
Here are the steps that I followed to bring it back to stream:
In command prompt, change to work-space directory of the stream where you reverted the file. Type the below command:
accurev co -v <\stream_name>\1 -e <\ID>
where: <\stream_name>\1" is the latest version of the file. <\ID> is eID.
Go to work-space through GUI, you should now able to see the file. Now it should be promoted to appear in stream.
Upvotes: 0