#2651: null argument to internal routine in Browse Source
------------------------------+---------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: cboos
Type: defect | Status: assigned
Priority: high | Milestone:
Component: version control | Version: 0.9.3
Severity: major | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Comment (by c.unfried):
i found the function where the problem is located:
its in the {{{svn_fs.py}}} near line 185:
{{{
# Remove any trailing slash or else subversion might abort
path = os.path.normpath(path).replace('\\', '/')
self.path = repos.svn_repos_find_root_path(path, self.pool())
log.debug('Self.Path is %s' % self.path)
if self.path is None:
raise TracError, \
"%s does not appear to be a Subversion repository." % path
}}}
with this additional logging message i found out, that {{{self.path}}} is
{{{None}}}
Logmessage:
{{{
Trac[svn_fs] DEBUG: Self.Path is None
}}}
That means {{{repos.svn_repos_find_root_path()}}} returns {{{None}}}.
i hope this helps.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2651>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets