"Jeremy C. Reed" <[EMAIL PROTECTED]> writes: > I am looking for some ideas or scripts for working with rcs (or roll your > own) to help with the following: > > A project I use doesn't have any public CVS, but have snapshot tarballs. > > So I want to download via cron each night, extract and do a "ci" > check-in. > > I will be making my own local modifications also (which may conflict). So > I want to merge in the changes via rcsmerge (and diff3 -E style).
Why do you want to use RCS for this? Use CVS, and import the nightly code drops on a vendor branch. DES -- Dag-Erling Sm�rgrav - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chat To unsubscribe, send any mail to "[EMAIL PROTECTED]"
