From: Sam H. <sh...@ma...> - 2006-01-26 19:06:27
|
Hi, I'd like to remove the symlink "webwork-modperl" from the CVS repository soon. If your working copy is checked out using that module name, you can move over to using the current module name "webwork2" my modifying each CVS/Repository file in your working copy: find . -regex '.*/CVS/Repository$' -print0 | xargs -0 perl -pi -e 's/webwork-modperl/webwork2/' Or simply check out a new working copy. -sam |