collective / collective/collective.exportimport
relative path not used when exporting p.a.redirector rules
- Dominant language
- Python
- Stars
- 19
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
rules are exported with the full path. When they are imported they won't match unless the absolute path happens to be the same.
I suspect this is because p.a.redirector actually stores them as absolute paths but not sure. Either way, exportimport should export them in a form that the imports will work.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how collective.exportimport exports and imports p.a.redirector rules, then compare the stored absolute paths with the paths expected during import. Done means exported rules use a path form that matches correctly after import at a different location; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100