2009/3/27 sunny063 <sunny...@googlemail.com>:
> I tried to execute "easy_install TracNav==dev" but then I end up with:
> "error: Unexpected HTML page found at
> http://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11#egg=TracNav-dev";
>
> Is this URL wrong?

No, it is perfectly right, but your setuptools is too old. It can't
deal with newer subversion servers.

So, do this instead:

cd /tmp
svn co http://svn.ipd.uka.de/repos/javaparty/JP/trac/plugins/tracnav-0.11
cd tracnav-0.11
easy_install .

> On the other hand I figured out that when I call TracNav() (whitout a
> paramter) it will show the page called TOC, so at least one index is
> working now...

Yes the problem is the code parsing the macro's arguments.

-- 
Thomas Moschny <thomas.mosc...@gmail.com>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to