Modify ↓
Opened 19 years ago
Closed 19 years ago
#2734 closed defect (duplicate)
can't view changesets which go outside repository_dir
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When I try to view a certain changeset, I get this:
Error: No node at app/views/todo/list.rhtml in revision 141
Here is what I did:
- I copied an existing svn directory for experimenting with trac:
svn copy http://localhost/svn/todo http://localhost/svn/todo_list
- I set Trac's repository_dir to /space/svn/todo_list
- I changed list.rhtml and tried to view the changeset. I got the error message above.
Other changesets which are wholly contained within repository_dir seem to work. The ones that go outside repository_dir (thanks to my svn copy command) don't work. If I change repository_dir to /space/svn/ and resync, then I can view all the changesets. This seems a lot like #1930, but that was fixed (in theory).
Attachments (0)
Note:
See TracTickets
for help on using tickets.
duplicate of #1830.