* my apologies to the list for such a long post last night. *
yeah, i did:
[EMAIL PROTECTED]:/# python
Python 2.4.3 (#1, Jul 31 2006, 06:30:48)
[GCC 3.3.2] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> from svn import fs, client, repos
>>> print repos.svn_repos_find_root_path('/a/svn/repos/scm')
/a/svn/repos/scm
>>> print repos.svn_repos_find_root_path('/a/svn/repos/scm/trunk')
/a/svn/repos/scm
>>>
so through apache/fastcgi, it gets to that test in svn_fs.py and
fails. through tracd, i have no idea what happens.
i haven't had the time yet today to resume hammering on this guy;
however, any other suggestions are very much appreciated. thanks again!
On Mar 27, 2007, at 12:25 AM, Matt Good wrote:
> 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
-~----------~----~----~----~------~----~------~--~---