Changes between Initial Version and Version 1 of Ticket #815, comment 25
- Timestamp:
- 11.11.2015 01:51:33 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #815, comment 25
initial v1 1 1 This works already. Use the FileService's getFile() method to get the absolute repo path. If called with "/" you get the proper repo path for both cases: 2 * if per_workspace=false the repo's root directory returned2 * if per_workspace=false the repo's root directory is returned 3 3 * if per_workspace=true the root directory of the //current// workspace is returned. This is done by inspecting the workspace cookie. 4 4