Ticket #5786 (closed defect: invalid)
Problem with svn repository
| Reported by: | aamena.bhurawala@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | |
| Severity: | normal | Keywords: | tobedeleted |
| Cc: |
Description (last modified by eblot) (diff)
I am facing problem with integration of svn with Trac.It is not working,i have made appropriate changes in Trac.ini which is as follows
[components] trac.versioncontrol.api.repositorymanager = enabled trac.versioncontrol.svn_authz.svnauthzoptions = enabled trac.versioncontrol.svn_fs.subversionconnector = enabled trac.versioncontrol.web_ui.browser.browsermodule = enabled
But its not working and giving error..
''''''Python Traceback''''''Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "C:\Python25\Lib\site-packages\trac\versioncontrol\api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "C:\Python25\Lib\site-packages\trac\versioncontrol\api.py", line 104, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "C:\Python25\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 234, in get_repository
repos = SubversionRepository(dir, None, self.log)
File "C:\Python25\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 265, in __init__
% path)
TracError: . does not appear to be a Subversion repository.
I have installed svn on my local machine but it is not working..so please help me how to make it work.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


