pushout to h7 leaves permissions wrong

Bug #436894 reported by danh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
petabox
New
Undecided
Unassigned

Bug Description

When i check in a file and then do a pushout to h7, the permissions
and ownership of the file are not correct.

For example, consider the file petabox/www/petabox/includes/biblio.js
in the petabox source tree.

It should get pushed out to
   /var/www/includes/biblio.js
on h7, with permissions and ownership given by
   -rw-r--r-- 1 petabox petabox 43674 2009-09-25 14:01 biblio.js

Instead, the permissions and ownership turn out to be
   -rw------- 1 petabox root 43674 2009-09-25 14:01 biblio.js

Per Sam, i touched the file (by inserting a character), checked it
in again, and pushed it out again, to be really sure this wasn't a fluke.

Here is the transcript of listing the files:
danh@homeserver7-/var/www/includes-12 ls -l biblio.js
-rw------- 1 petabox root 43673 2009-09-25 13:44 biblio.js
danh@homeserver7-/var/www/includes-13 ls -l biblio.js
-rw-r--r-- 1 petabox petabox 43673 2009-09-25 13:44 biblio.js
danh@homeserver7-/var/www/includes-14
danh@homeserver7-/var/www/includes-14 ls -l biblio.js
-rw------- 1 petabox root 43674 2009-09-25 14:01 biblio.js
danh@homeserver7-/var/www/includes-15 ls -l biblio.js
-rw-r--r-- 1 petabox petabox 43674 2009-09-25 14:01 biblio.js

(Note that the size changes by one character because i added one.)

The version numbers of the two checkins are 25136 and 25137.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.