[cvsnt] readonly attribut in update
Martin Hassman
martin.hassman at vscht.cz
Mon Feb 27 09:58:50 GMT 2006
Hello to all,
I am using CVSNT on Windows, sspi protocol.
Every file added to the repository is updated with widnows read-only
attribute. This is independent on WinCVS preferences files attribute
writable.
Looking in the repository, maybe problem is in permissions flag set here
to strange 237 (do not know why):
1.1
date 2006.02.27.09.40.05; author VSCHT\hassmanm; state Exp;
branches;
next ;
deltatype text;
kopt kv;
permissions 237;
commitid de44402c8e94c37;
filename test2.txt;
Tracing update cvs -t -t -t update test2.txt gives me (there are strange
permissions u=,g=x,o=rwx):
-> rename(_new_test2.txt,test2.txt)
-> change_mode (test2.txt,u=,g=x,o=rwx,1)
-> wnt_chmod(test2.txt,0017)
-> SetUnixFileModeNtEA(test2.txt,0017)
-> GetUnixFileModeNtEA(test2.txt,000001F0) returns 0017
-> GetUnixFileModeNtEA(test2.txt,000001F0) returns 0017
Any help?
Thank you
Martin Hassman
ICT Prague
More information about the cvsnt
mailing list