[mythtv-commits] Ticket #5527: cpsvndir doesn't like MinGW Qt 4

MythTV mythtv at cvs.mythtv.org
Tue Jul 8 06:20:29 UTC 2008


#5527: cpsvndir doesn't like MinGW Qt 4
--------------------+-------------------------------------------------------
 Reporter:  nigel   |       Owner:  ijr    
     Type:  defect  |      Status:  new    
 Priority:  minor   |   Milestone:  unknown
Component:  theme   |     Version:  head   
 Severity:  medium  |     Mlocked:  0      
--------------------+-------------------------------------------------------
 Make install invokes cpsvndir like:
 {{{
 sh ./cpsvndir c:/mythtv/mythtv/themes/blue
 /C/mythtv/build//share/mythtv/themes/blue
 }}}
 which results in the script doing:
 {{{
 mkdir -p /C/mythtv/build//share/mythtv/themes/blue/blue
 cp -p blue/APPEARANCE.png
 /C/mythtv/build//share/mythtv/themes/blue/blue/APPEARANCE.png
 ...
 }}}
 It looks like win32 will have to use cp -pr, and delete the .svn dirs
 afterwards

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5527>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list