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.
According to lock server soucre code the is caused by new repository root path not the same that root path used to launch de command So I don't understand how the cvs init -r could work ?? if(strncmp(path,LockClientMap[client].root.c_str(),LockClientMap[client].root.size())) { DEBUG("(#%d) Lock Fail %s not within %s\n",(int)client,path,LockClientMap[client].root.c_str()); s->printf("001 FAIL Lock not within repository\n"); return false; } "booly" <booly at infonie.fr> a écrit dans le message de news: e7rk9c$94m$1 at paris.nodomain.org... >I can't create a repository remotly using cvs init -r option. I've got a >Lock error > > I'm using CVSNT 2.5.03 build 2260 for both server and client > > > Microsoft Windows XP [version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\Jérôme>set > cvsroot=:pserver:jgueunie at 192.168.1.22:/Too > ls > > C:\Documents and Settings\Jérôme>cvs login > Logging in to :pserver:jgueunie at 192.168.1.221:2401:/Tools > CVS Password: > > > > C:\Documents and Settings\Jérôme>cvs init -r d:/test > cvs [server aborted]: Failed to obtain lock on modules,v: FAIL Lock not > within r > epository > > C:\Documents and Settings\Jérôme> >