Patch #1393
FileSystem adapter
| Status: | Closed | Start date: | 2008-06-06 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | 0.8 |
Description
In some cases, one might want to use Redmine to manage a project that has no SCM repository associated with, but a simple directory in the filesystem (can be a shared directory for example).
The FileSystem adapter simply reflects a directory in the filesystem. No author, no revision, no diff etc., only raw files and directories.
Please find attached patch for that.
Associated revisions
Adds Filesystem adapter (patch #1393 by Paul R).
History
#1 Updated by Jean-Philippe Lang almost 4 years ago
I've just tested your patch. It looks to work fine and can be pretty useful indeed.
But some admins may not want users to be able to browse the whole filesystem of the remote host (a user allowed to manage repositories could create a FS repository that points to /).
I think we should provide a way for the admin to disable some of the "scm adapters".
#2 Updated by Jean-Philippe Lang almost 4 years ago
- Status changed from New to Closed
#3 Updated by Thomas Lecavelier almost 4 years ago
Very useful feature. Never seen it before. Thank you.
