Uttered "Paul W. Frields" <stickster@xxxxxxxxx>, spake thus: > You're definitely "on call" for that part... I added it to my Wiki > notes. Should be a no-brainer: #!/bin/sh # Where are we playing? sandbox="$1" repo=${sandbox}/Repo,man # Create necessary infrastructure mkdir -p ${repo} cd ${sandbox} cvs -d ${repo} init # Populate with FDP essentials for x in documentation-guide example-tutorial do cvs -d :pserver:anonymous@xxxxxxxxxxxxxxxxxx:/usr/local/CVS co \ -d ${x}-tmp ${x} find ${x}-tmp -name CVS -print | xargs rm -rf ( cd ${x}-tmp cvs -d ${repo} import -m"Imported ${x}" ${x} fdp-sandbox initial ) cvs -d ${repo} co ${x} rm -rf ${x}-tmp done # All's well that ends well. is all that's needed, except for error checking. Cheers
Attachment:
pgpO64nrwqN9A.pgp
Description: PGP signature
-- fedora-docs-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-docs-list