I am currently issuing the following command: cvs -d / path / cvsroot checkout -P directory / powers_npg /
However, this checks the entire directory structure that is above the directory to the location I was in when I issue this command.
I am trying to check this tree, but I want it to check a different directory than my PWD.
I would like something like this command:
cvs -d / wv / path / cvsroot checkout -P directory / powers_npg // home / me / Desktop /
So, everything that would be checked at my current location will be checked on / home / me / Desktop / instead.
I am doing this right now, having a script that just moves the tree when I finished checking, but I guess there is a better way to do this.
Stewy323
source
share