Bug #633
use 'svn export' instead of 'svn co' in build process
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | jams | % Done: | 0% |
|
Category: | Packages: Core | Spent time: | 2.00 hours | |
Target version: | 6.03.00 | Estimated time: | 2.00 hours |
Description
The build process should use 'svn export' instead of 'svn co' when downloading the source code. The result is that the user will end up with '.svn' directories on their system. Most of the time this is a none issue, but is evident in mythweb (no compile step).
Associated revisions
mythtv | mythweb : stable and fixes remove copy statements that will include .svn directories
ref #633
History
Updated by jams over 14 years ago
- Estimated time set to 2.00
- Target version set to 6.03.00
- Category set to Packages: Core
Sometimes using co is better because of the time and bandwidth saved.
Currently working on the mythtv builds to remove all cp and replace them with excluding rsync
Updated by jams over 14 years ago
- Status changed from In Progress to Closed