> Has anyone encountered this and found a way to provide a non-file-based URL > method of accessing the same SVN repository that Trac is talking to? Thanks > in advance.
Trac needs file access to the SVN repository, but this does not mean you need to access SVN (from any SVN client) with a peculiar method: you can access the same SVN repository Trac uses with either method fits your needs: file, http(s), svn(+ssh). In other words, the requirement is that the SVN server runs on the same machine as the Trac server. You can still access SVN repos from a remote client with the standard SVN protocols. Cheers Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
