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.
David Somers wrote: > Tony, > > I've noticed that PServer/CertificatesOnly is in the Windows registry as a > REG_SZ type... shouldn't it really be a REG_DWORD as its actually a numeric > and not a string. > It's created by the generic write functions in cvsapi, so ends up with whatever was used to write it (and depending on the version of cvsapi this can change too). It doesn't matter though... the api can read both. Tony