Project

General

Profile

Export Redmine Project to local hard disc

Added by Tim Wieringa about 14 years ago

Hello,

we are using Redmine to gather informations on internal and customer related projects (documents and repositories (svn)).
It would be great to have the ability to export a whole project (documents, files, repository) to local hard disc (e.g. meeting with the customer, working at home...).

I haven't found a plugin that provides this functionality.

Up to now i have got two ideas to solve this:
- Use PowerShell (we all have to use Windows machines) together with Autoit. Autoit will look for all projects within Redmine. The user selects a projects and a local directory where to copy it. PowerShell browses the Redmine site to gather all file links and copies these files to the destination directory... (see also https://www.heise.de/ct/projekte/machmit/webautomatisieren (only german - sorry))

- Expand redmine ruby code to create a new button ("Export project") per project. This would be much smarter but none of us has got ruby experience.

Maybe it's also possible to get the links to the project related files with mysql-statements....

Any ideas?