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.
bins wrote: > What's the status of these two commands please ? > cvs edit -x seems to crash cvs.exe in various scenarios but it's a new > feature so maybe it's not yet finished ... > cvs admin -l is marked as deprecated - presumably because of cvs edit -x ?? > I'm runnning 2.0.52 both client and server on xppro, from sources compiled > by me. > admin -l has been depreciated for a year or two now... edit -c/commit -c replaced them. edit -x is basically a mandatory version of edit -c. Try 2.0.55, which shouldn't crash (as it's a release candidate... I've got the known bugs out I think). One caveat to this is older cliends don't check for exclusivity, so if on a 2.0.55 you do an edit -x, on a cvshome.org client you could do an edit, and the server would refuse it but the client isn't smart enough to know how to handle that.... Not much I can do about that unfortunately. Tony