Henrik Nordstrom writes: > > Using cvs 1.11.2 > > cvs -d :pserver:[EMAIL PROTECTED]:/cvs rlog ccvs > > cvs: lock.c:178: lock_name: Assertion `(__extension__ > (__builtin_constant_p ( st > rlen (current_parsed_root->directory)) && ((__builtin_constant_p > (repository) && > [lots of conditions snipped away for clarity] > cmp (repository, current_parsed_root->directory, strlen > (current_parsed_root->di > rectory)))) == 0' failed.
The path to your CVSROOT contains a symbolic link, which confuses CVS. If your system supports "loopback" mounts, use that instead of a symbolic link. If not, you'll have to use the real path to the repository or live with the errors. There have also been a number of patches posted if you want to consult the archives and experiment with one or more of them. -Larry Jones It's a Doofus Ignoramus! Our hero slowly reaches for his stun blaster! -- Calvin _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
