[cvsnt] Strange behaviour with tag:
Tony Hoyle
tmh at nodomain.org
Sat Nov 2 10:18:45 GMT 2002
On Fri, 01 Nov 2002 09:05:08 +0100, Johannes Kilian wrote:
> Hi there,
>
> I've got the following problem:
>
> Trying to checkout a tagged file, leeds to the following:
> -----------------------------------------------------
> cvs -Q -d ":sspi:CVS:D:\CVSRepository\ETCSourcecode" checkout -r
> "build_ViXml4C_401_1_0_0" Extern/ViXml4C/build/constants.h
>
> cvs server: in directory .:
> cvs [server aborted]: there is no version here; do 'cvs checkout' first
> -----------------------------------------------------
Presumably the current directory isn't within the sandbox. If cvs hasn't
seen the tag before (not in the val-tags list) it does extra things to try
to validate the tag, that require you to be within a sandbox. Try
changing directory then just referring to the constants.h file, which
should be better (and faster).
Tony
More information about the cvsnt
mailing list