Issue1042

Title Misleading display of execute permissions
Priority bug Status resolved
Superseder Nosy List alexis, djc, jglick, mzlamal, pmezard
Assigned To Topics hgweb

Created on 2008-03-19.17:13:47 by jglick, last changed 2008-09-26.11:25:23 by mzlamal.

Messages
msg7238 (view) Author: mzlamal Date: 2008-09-26.11:25:23
sorry, I just found out that Hg 0.9.5 has been executed instead of 1.0... It works 
now.
msg7236 (view) Author: djc Date: 2008-09-26.10:49:53
Well, I can't reproduce with either crew, crew-stable or 1.0.1 on a local
NetBeans repo, so not sure what is going on here...
msg7235 (view) Author: mzlamal Date: 2008-09-26.09:09:50
it is not fixed with 1.0.1, see http://72.5.123.10/main/file/9d9152393da5/installer/mac/newbuild/pack200.sh
msg7135 (view) Author: djc Date: 2008-09-15.08:11:21
mzlamal, any comments?
msg7031 (view) Author: jglick Date: 2008-09-09.20:25:29
mzlamal is in control of the server in this case and would need to confirm or
deny the fix.
msg7012 (view) Author: djc Date: 2008-09-09.09:55:30
jglick: can you confirm this has been solved?
msg5659 (view) Author: jglick Date: 2008-03-19.19:29:38
Yes, the server runs 0.9.5, so it is possible this has been fixed since then.
msg5658 (view) Author: alexis Date: 2008-03-19.19:25:31
Was this with 0.9.5? I can't see it with current tip (revision 124577de40a7
is probably the one that fixed it).
msg5657 (view) Author: jglick Date: 2008-03-19.17:13:42
http://hg.netbeans.org/main/file/9d9152393da5/installer/mac/newbuild/

shows

-rw-r--r-- ... pack200.sh

whereas

http://hg.netbeans.org/main/file/9d9152393da5/installer/mac/newbuild/pack200.sh

shows

permissions -rwxr-xr-x

My checkout of the repository shows

main$ hg debugstat | fgrep installer/mac/newbuild/pack200.sh 
n 644        247 03/05/08 10:57:30 installer/mac/newbuild/pack200.sh
main$ ll installer/mac/newbuild/pack200.sh 
-rw-r--r-- 1 jglick jglick 247 2008-03-05 10:57 installer/mac/newbuild/pack200.sh

If I recall correctly, the file was originally marked executable, but the +x was
removed subsequently. I would think that hgweb should display the file as it
actually exists today (in the revision shown in the URLs).
History
Date User Action Args
2008-09-26 11:25:23mzlamalsetstatus: testing -> resolved
nosy: alexis, pmezard, jglick, djc, mzlamal
messages: + msg7238
2008-09-26 10:49:53djcsetnosy: alexis, pmezard, jglick, djc, mzlamal
messages: + msg7236
2008-09-26 09:09:51mzlamalsetnosy: alexis, pmezard, jglick, djc, mzlamal
messages: + msg7235
2008-09-15 08:11:21djcsetnosy: alexis, pmezard, jglick, djc, mzlamal
messages: + msg7135
2008-09-09 20:25:29jglicksetnosy: alexis, pmezard, jglick, djc, mzlamal
messages: + msg7031
2008-09-09 09:55:30djcsetstatus: chatting -> testing
nosy: + djc
messages: + msg7012
2008-03-21 21:16:32pmezardsetnosy: + pmezard
2008-03-19 19:29:38jglicksetnosy: alexis, jglick, mzlamal
messages: + msg5659
2008-03-19 19:25:32alexissetstatus: unread -> chatting
nosy: + alexis
messages: + msg5658
2008-03-19 17:13:47jglickcreate