No, I'm accessing in server mode.
Turns out it doesn't like D:/ as a prefix. I changed it to D:/cvsrepositories and it worked fine. I think the problem is the // caused by concatenating the D:/ and the /flash, yielding D://flash. Perhaps a dot after the d:/ would help, but that's not an editable field. Thanks, Bill "Tony Hoyle" <[EMAIL PROTECTED]> wrote in message ahv4tf$906$[EMAIL PROTECTED]">news:ahv4tf$906$[EMAIL PROTECTED]... > > On Sat, 27 Jul 2002 22:44:58 +0100, Bill Jones wrote: > > > > > In the CVSNT control panel, I set my prefix to D:/, my repository to > > /cvstools. > > > > In WinCVS (b8 build 1), I set my repository to /cvstools, and try to check > > out module flash. I get: > > > > cvs checkout -P flash (in directory C:\flash) > > Cannot access /cvstools/CVSROOT > > No such file or directory > > > You're accessing in local mode - repository prefixes only work > in server mode (you can specify them on the command line > with '-D' but it's a but pointless). > > Tony > > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
