Jeremy Stein - Brain
« LANDesk VBS script display message window in front | Eclipse with multiple users » |
Move AccuRev Workspace
If you need to move an AccuRev workspace to a new directory (or new machine), you can use the accurev chws command.
For example, to move my workspace “BigProject_username” from C:\BadLocation to D:\Dev\NewLocation, I run these commands:
move C:\BadLocation D:\Dev\NewLocation
"C:\Program Files\AccuRev\bin\accurev.exe" chws -w BigProject -l D:\Dev\NewLocation
One Comment
- jo mars replied:
Thanks! …needed that.
Performed my workspace move between two linux boxes:
- tarballed “/BadLocation” on boxA
- sftp’d tarball to boxB
- expanded tarball on boxB
- accurev chws -w BigProject -l /NewLocation/BigProject
July 16th, 2012 at 5:58 pm. Permalink.
« LANDesk VBS script display message window in front | Eclipse with multiple users » |
Leave a Reply