On May 30, 12:13 pm, Christian Boos <[EMAIL PROTECTED]> wrote:
> The patch was quite simple, it's only about skipping the use of the
> CachedRepository. I'd be interested to hear if it works fully for you,
> as I only did some superficial testing. If so, I'll apply it.
>
>  direct-svnfs-0.10.5dev.diff
> 1KDownload

Now I am getting:

Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 387, in
dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 191, in
dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 263, in
_pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "C:\Python24\lib\site-packages\trac\versioncontrol\api.py",
line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "C:\Python24\lib\site-packages\trac\versioncontrol\api.py",
line 91, in get_repository
    raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "direct-svn-fs"

It seems we have to define direct-svn-fs as an acceptable SVN
repository type somewhere.

Sorry, I am not that good @ Python yet :(.

Regards,
Sumith


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to