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.
Carl Brewer wrote: > In this case, what is the correct, or most expected, > thing for cvsnt to do? Should it (cvsnt) mimic the > original cvs functionality? Is the original cvs > binary guessing what to do in this instance? > Possibly... first I've ever heard of it, but it's not beyond possibility. cvsnt can't just 'guess', because all its authentication is external - it could be anything. If we guess pserver in this case, then the client might not support it, and if that does, the server might not support it. Any idea what cvs is using for its search order when it guesses? My guess would be something like pserver,server,gserver but if I'm to try to make some kind of search algorythm making it do things in the same order is probably a good idea. The easiest thing to so is grab one of the changeroot macros and use that, or possibly just a sed script... Tony