Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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