Srinivas P Shenoy writes: > > We have our repositories located in /home/cvs/. > There is a symbolic link created to this path called /cvs > which is used by all with the pserver.
CVS doesn't like symbolic links in the repository -- many things work, some things don't. If your system supports "loopback" mounts, you can use that instead of the symlink. If not, you either have to live with the things that don't work or use the real path in your CVSROOT instead of the link. -Larry Jones Aw Mom, you act like I'm not even wearing a bungee cord! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
