Skip to content

Instantly share code, notes, and snippets.

@fuzzmz
Created May 16, 2013 11:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuzzmz/5590960 to your computer and use it in GitHub Desktop.
Save fuzzmz/5590960 to your computer and use it in GitHub Desktop.
Change accurev workspace location on disk

How to change the location of an AccuRev workspace on disk

Let's say that you moved your workspace from the folder in which you initially created it and now want to make AccuRev aware of the new location for the files.

In order to change the location of a workspace the following command must be used:

accurev chws -w foo_workspace -l .

Notes:

  1. -w is the name of your workspace
  2. -l is the location you want to change the physical location toog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment