--- Rick Grashel <[EMAIL PROTECTED]> wrote: > Hope I can get some help here... ... > Is there anyway that I can map a CVS directory and assign it a > specific workspace directory? I'm really hoping I can do this, > otherwise I may have to dump CVS in favor of another SCM tool. And I > really don't want to. But this one is a show stopper.
I don't think it is a show stopper, surely this issue can be resolved in a number of ways outside of making the workspace structure different that the repository structure. I am curious though, what other tools will you consider which provide a modules like functionality of CVS, to do what you are looking for? In any case, try the following in the modules file: lib lib bin bin html html docs docs src src mydirectory &lib &bin mymodule &mydirectory &html &src &docs > cd /home > cvs co -d myhome mymodule Mark __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
