Opened 18 years ago
Closed 18 years ago
#4470 closed defect (worksforme)
Subversion repository not detected on windows
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
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 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "C:\Python24\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 259, in get_repository repos = SubversionRepository(dir, None, self.log) File "C:\Python24\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 289, in __init__ raise TracError("%s does not appear to be a Subversion repository." \ TracError: c:/svn/hirepro does not appear to be a Subversion repository.
Attachments (0)
Change History (6)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Keywords: | needinfo added |
Severity: | major → normal |
Summary: | error → Subversion repository not detected on windows |
comment:2 by , 18 years ago
This looks like an installation issue → ask for support in the MailingList and close the ticket as invalid or worksforme.
comment:3 by , 18 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Check that "c:/svn/hirepro" is actually a repository created by svnadmin create. If you need more support for this error please check on the MailingList as eblot mentioned.
follow-up: 5 comment:4 by , 18 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I have the same problem with a repository created with subversion 1.4.2
100% shure that it is a subversion repository I'm pointing to.
comment:5 by , 18 years ago
Keywords: | needinfo added |
---|
Replying to anonymous:
I have the same problem with a repository created with subversion 1.4.2 100% shure that it is a subversion repository I'm pointing to.
Well, please provide some detailled pieces of information so that we can figure out what is going wrong - such as:
- the relevant part of your
trac.ini
file, - the message you get when you run
svn info file:///repospath
where/repospath
is the exact same path than the repository you have defined intrac.ini
, - which environment (server, modules, effective user id of the server) you are using,
- the list (directory content) that shows the repository path along with the file permissions
comment:6 by , 18 years ago
Keywords: | needinfo removed |
---|---|
Resolution: | → worksforme |
Status: | reopened → closed |
This was most likely an installation issue.
I've got to ask, is it a Subversion repository? Did you create it first? We need a little more information in order to help you.
I wonder if it would work with backslashes.