Opened 17 years ago
Closed 17 years ago
#5527 closed defect (fixed)
cpsvndir doesn't like MinGW Qt 4
Reported by: | Nigel | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | theme | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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
Change History (2)
Note:
See TracTickets
for help on using tickets.
(In [17737]) Simpler copying of theme dirs for MinGW/Qt4. See #5527