Ludvig Borgne writes:
> 
> Using client/server CVS, when I do
> 
>   cvs checkout -d ../x x
> 
> I get an error message
> 
>   cvs server: protocol error: `../x' contains more leading ..
>   cvs [server aborted]: than the 0 which Max-dotdot specified

It's a long standing, and very hard to fix, bug.  The workaround,
naturally, is to change directory so that you don't need the "..":

        cd ..
        cvs checkout -d x x

-Larry Jones

The problem with the future is that it keeps turning into the present.
-- Hobbes


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to