Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access accurev workspace from new machine

Tags:

accurev

I have a workspace in accurev. Recently I had to change my machine and now I want to setup the accurev workspace on the new machine. When I access my workspace from GUI, it shows old system name saying the workspace is on old system and cannot be accessed from new machine.

Is there any way I can get the same workspace on the new machine? or do I need to create a new workspace on new machine?

like image 669
mehta Avatar asked Aug 26 '14 05:08

mehta


2 Answers

This can be done from Accurev GUI.

Goto View -> Workspace.

It will show a list of workspaces you created earlier. Select the workspace you want to modify, right-click and choose Edit. It will open a window for you to enter the path on your new machine (browse to the location on your new machine). Follow the steps clicking next button.

Clicking Finish will update the system with the chosen location and with your new machine as the host name.

like image 50
mehta Avatar answered Oct 16 '22 08:10

mehta


Look into "AccuRev chws":


CHWS


change the name and/or definition of a workspace


USAGE

accurev chws -w

accurev chws -w <workspace> [ -l <new-location> ] [ -m <new-machine> ] [ -b <new-backing-stream> ] [ -k <kind> ] [ -e <eol-type> ]

accurev chws -s ...

Look particularly at -l and -m.

like image 45
Number8 Avatar answered Oct 16 '22 07:10

Number8