I see the the trac-admin 'download' command supports the following: download add Add new download download list Show uploaded downloads download remove Remove uploaded download
I would like to update files that already exist. I guess I could remove it and add it again. The disadvantage is that the various properties that have been applied would need to be maintained (list/parse and then use in the add). The list command does not really offer something that is wasy to parse as there are no field delimiters. An alternative would be that the downloader would check the actual file for size and time and display that. Then I could just copy the file in place. I realize that checking the database is faster. But when there are not so many files, it is not an issue. Opinions? I am wanting to do this via a Makefile on a remote system that builds software packages and would like to have them available in the download area. -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
