Ab.の日記: cvs switch --relocate
日記 by
Ab.
自分用メモ
> cat NewRoot
:pserver:newuser@some.new.cvs.server:/path/to/new/repository/root
> find . -type f -regex ".*/CVS/Root" -print
> find . -type f -regex ".*/CVS/Root" -print | xargs -I % echo cp NewRoot %
> find . -type f -regex ".*/CVS/Root" -print | xargs head
find と xargs は cygwin (GNU系?)の場合。
cvs switch --relocate More ログイン