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.
Richard Wirth wrote: > Hello Tony, > > Wednesday, May 18, 2005, 6:18:17 PM, you wrote: > > TH> cvsnt 2.5.01.1971 > > TH> Some post release fixes. > > The permissions are broken again in another way: > - Permisions before commit 777, after 755 (repository is 777) > - after update with merge also 755 (repository is 777) > - after update without merge (simple patch) 555 (repository is still > 777) That sounds more like the effect of umask... you wouldn't normally have permissions of 777 on a file (even an executable one). Note that the effect of the permissions bits is really only to preserve the executable bit, not the entire state. The third case is probably an edit/watch on the file forcing it read only. Updates without merges work OK.. I do them rather a lot! Tony