On Tue, 27 May 2003, Steve deRosier wrote: > Alternatively, since you're a Perl programmer, why not just write a > simple script to parse the directories. You could write two scripts: > Script1.pl -> This one recursively parses the directories, writing a > file (or to stdout) a representation (in text, best if easily human > readable) of the directory structure. > Script2.pl -> This one parses the representation file and creates the > directory structure. > > The representation since it is in text _could_ and in this scenario > _should_ be checked into CVS and properly versioned.
Or you could just Meta-CVS, which has been out well over a year. You have the basic idea right, but it takes more than a handful of perl scripts to make robust, smooth version control application that takes care of the corner cases and error situations. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
