Ticket #489 (closed defect: fixed) — at Version 3
Submission folder modification dates got updated as a result of upgrade to svn 1.7
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Scripts | Version: | 0.1-alpha |
Keywords: | Cc: |
Description (last modified by kmaclean) (diff)
folder updates
see fixDates.sh
The upgrade of the subversion client (to svn v1.7) on the acoustic model build server changed the modification date of all the submission folders.
Subversion no longer keeps .svn files in each repository folder. The result of the upgrade from svn 1.6 to 1.7 was the mass deletion of these .svn folders and their contents, and merging them into a single svn folder at the base of the repository.
The problem is that the folder modification dates were updated when this happened, and now the acoustic model creation scripts want to update *every* submission on the VoxForge? repository (since tarfile.pm compares the submission folder modification date to the modification date of its corresponding tarfile).
Separate update required
these need to be updated separately: german (de) repository submission tarfiles were updated with new date; and some greek (el) submission tarfiles repository
script to fix this problem