#3012: r3118 exception in browser
------------------------------------+---------------------------------------
Reporter: athomas | Owner: cboos
Type: defect | Status: assigned
Priority: high | Milestone: 0.10
Component: browser | Version: devel
Severity: major | Resolution:
Keywords: unicode browser config |
------------------------------------+---------------------------------------
Comment (by cboos):
Weird, for me (on Windows, so far) it works for 1.2.3 (Python 2.3.5)
and 1.3.0 (Python 2.4.2), whether I use a unicode string or not, for
this call...
But this function (`repos.svn_repos_find_root_path`) is known
to be a sensitive one, e.g. if you have a trailing slash there,
then the application aborts.
Would you mind, er... hardcoding the value in svn_fs.py:
* first using `'/home/athomas/projects/trac/env/svn'`
* then using `u'/home/athomas/projects/trac/env/svn'`
* lastly using `_to_svn(u'/home/athomas/projects/trac/env/svn')`
Thanks!
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3012>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets