Murrgon <[EMAIL PROTECTED]> wrote: > Pierre Asselin wrote: > > > > There is a tool at http://www.red-bean.com/cvs2cl/ that > > comes pretty close to doing what you want.
> Does this script require Cygwin to run? I am running on a windows > platform and it keeps telling me that it can't execute /bin/sh at > line 1 of the script. No, you need perl. www.activestate.com I think, or www.mingw.org (not tried, I just know that it includes a perl). You might have to type "perl cvs2cl" in a command box or something like that. (The shebang line in the script you downloaded is a Unix stratagem to invoke perl without knowing its installation path.) That said, if the Pytonified version mentioned by another poster works for you, it's the path of least resistance. -- pa at panix dot com _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
