On Mar 27, 12:27 am, "junrelya" <[EMAIL PROTECTED]> wrote:
> /usr/local/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py:
> 287 self.path = repos.svn_repos_find_root_path(path,
> self.pool())
> 288 if self.path is None:
> 289 raise TracError("%s does not appear to be a Subversion
> repository." \
> 290 % path)
> so i tried straight from python:
>
> >>> from svn import fs, client, repos
> >>> print
> >>> fs.get_uuid(repos.svn_repos_fs(repos.svn_repos_open("/svn/repos/scm")))
Did you also try
>>> print repos.svn_repos_find_root_path('/svn/repos/scm')
If this is returning None for a valid repository then the problem
would obviously be in SVN itself, so you may get a better response
posting the issue on their mailing list.
-- Matt Good
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---