Edgewall Software
Modify

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 Tim Hatch)

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 Tim Hatch, 18 years ago

Description: modified (diff)
Keywords: needinfo added
Severity: majornormal
Summary: errorSubversion repository not detected on windows

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.

comment:2 by Emmanuel Blot, 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 Matthew Good, 18 years ago

Keywords: needinfo removed
Resolution: worksforme
Status: newclosed

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.

comment:4 by anonymous, 18 years ago

Resolution: worksforme
Status: closedreopened

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.

in reply to:  4 comment:5 by Emmanuel Blot, 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:

  1. the relevant part of your trac.ini file,
  2. the message you get when you run
    svn info file:///repospath
    
    where /repospath is the exact same path than the repository you have defined in trac.ini,
  3. which environment (server, modules, effective user id of the server) you are using,
  4. the list (directory content) that shows the repository path along with the file permissions

comment:6 by Christian Boos, 18 years ago

Keywords: needinfo removed
Resolution: worksforme
Status: reopenedclosed

This was most likely an installation issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.