From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] how is it done on sources? Date: Thu, 3 Jul 2003 08:56:29 -0600 Topicbox-Message-UUID: e6eeaefc-eacb-11e9-9e20-41e7f4b1d025 how do you manage to change all file owners to sys/sys on sources without running fossil in 'allow' mode? also, what is the difference between 755 and 644, as illustrated in this replica/pull snippet (why does 644 work, while 755 doesn't): a 386/bin/xmr 775 sys sys 1039758616 warning: cannot set uid on /n/boot/386/bin/xmr a 386/bin/xms 775 sys sys 1039758617 warning: cannot set uid on /n/boot/386/bin/xms a 386/bin/yacc 775 sys sys 1045538096 warning: cannot set uid on /n/boot/386/bin/yacc a 386/bin/zip 775 sys sys 1045538096 warning: cannot set uid on /n/boot/386/bin/zip a 386/include/ape/float.h 664 sys sys 969656988 a 386/include/ape/math.h 664 sys sys 1046282351 a 386/include/ape/stdarg.h 664 sys sys 944946040 a 386/include/ape/ureg.h 664 sys sys 944946041 a 386/include/u.h 664 sys sys 1042604326 a 386/include/ureg.h 664 sys sys 944946012 thanx, andrey