Luna, Glen writes: > > I have been tasked to move the contents of a root directory from one > host machine to another. From host_1, I need to move all subdirs but > sub_1 and sub_2. Both hosts are Unix machines. We use ssh. If I were you, I'd use scp to recursively copy the entire repository (well, at least the CVSROOT directory and the root directory you're interested in from host_1 to host_2, then delete the subdirectories you don't want and examine the contents of CVSROOT very carefully since there may be references to scripts that you'll need to change or eliminate, a passwd file, etc. If host_2 doesn't currently have an active repository, you can just use the copy from host_1; otherwise, you'll have to merge the stuff in the CVSROOT directories. -Larry Jones The game's called on account of sudden death. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
