From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <067dfd66423ab9e0765def2e092a6d72@proxima.alt.za> To: 9fans@9fans.net Date: Thu, 12 Sep 2013 18:22:21 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] CVS 1.11.23 Topicbox-Message-UUID: 7f0644dc-ead8-11e9-9d60-3106f5b1d025 Should anyone find it useful, I have repaired CVS where it insisted in creating files (on import and add/commit, seemingly) with empty permissions. The expression in src/import.c:1444,1448 mode = (sb.st_mode | (sb.st_mode & S_IRWXU) >> 3 | (sb.st_mode & S_IRWXU) >> 6) & ~cvsumask & ~(S_IWRITE | S_IWGRP | S_IWOTH); must lose the ~ in front of cvsumask. How it got there and why no one has fixed it is a bit of a mystery to me. I haven't yet made sure that my copy of the sources is faithful to the release - it's been a long time since I last looked into this - but if anyone wants me to dump the sources as they stand in their direction, just drop me a line, preferably here on 9fans or on my google mail account: lucio.dere is the account. ++L