Jutta Wrage <[EMAIL PROTECTED]> (26/05/2006): > I am sorry, to have forgotten to bump versions on the latest commits. > Is there a quick way to find the source files else than walking > manually through my latest commits? - Something like searching for > outdated translationns and comparing them to my commits?
You can checkout the CVS version of the english repository before you
started to commit files
$ cd english/ && cvs update -D "the appropriate date"
Modify line 184 of Perl/Local/Cvsinfo.pm as following:
- } elsif (m|^/([^/]+)/([^/]+)/([^/]+)/([^/]*)/(?:T[^/]+)?$|) {
+ } elsif (m|^/([^/]+)/([^/]+)/([^/]+)/([^/]*)/(?:T[^/]+)?|) {
and then run
smartchange.pl -s "s/a_string_that_does_not_exist//" english/....
If you have the list of these files, a "for" loop will be enough.
And then come back to the current english version (and remove the change
applied to Cvsinfo.pm).
--
Thomas Huriaux
signature.asc
Description: Digital signature

