[Trac-tickets] [The Trac Project] #2734: can't view changesets
which go outside repository_dir
The Trac Project
noreply at edgewall.com
Wed Feb 8 14:38:25 CST 2006
#2734: can't view changesets which go outside repository_dir
-----------------------------------+----------------------------------------
Reporter: zovirl1 at sbcglobal.net | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: changeset view | Version: 0.9.3
Severity: normal | Keywords:
-----------------------------------+----------------------------------------
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:
1. I copied an existing svn directory for experimenting with trac:
{{{
svn copy http://localhost/svn/todo http://localhost/svn/todo_list
}}}
1. I set Trac's repository_dir to /space/svn/todo_list
1. 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).
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2734>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list