[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs export fails with -d
From: |
Larry Jones |
Subject: |
Re: cvs export fails with -d |
Date: |
Wed, 11 Jun 2003 18:04:25 -0400 (EDT) |
Alexander Taler writes:
>
> A cvs export over a cvsclient connection using -d to specify a
> directory two deep (eg "foo/bar") fails with the error:
>
> cvs [export aborted]: could not change directory to requested
> checkout directory `bar': No such file or directory
That's a long-standing (and, not coincidentally) very hard to fix
limitation of client/server mode. The obvious workaround is:
cd foo
cvs export -d bar ...
cd -
-Larry Jones
Things are never quite as scary when you've got a best friend. -- Calvin