Joey Hess wrote: > I know cvs doesn't do symlinks, but I need some symlinks to be created > when a cvs directory is checked out, and I know that's possible because > Manoj told me how once... but I've forgotten the details. Could anyone > fill me in on how to do it?
I haven't tried it myself, but when looking at the HTML file /usr/doc/cvs/html-info/cvs_18.html#SEC159 in the CVS documentation, I'd say you can run some command when a directory is checked out using the -o option in the modules file. HTH, -Remco