Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9238 closed defect (invalid)

Can't synchronize with Subversion repository

Reported by: thierry.florac@… Owned by:
Priority: high Milestone:
Component: version control Version: 0.12dev
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I use Trac-0.12 (r9480) build as an Egg from SVN and I'm trying to connect it with a Collabnet Subversion repository on Solaris (with Python 2.5). Trac is installed via virtualenv and zc.buildout in an isolated environment with correct links to Python bindings provided by Collabnet.

Initializing environment is OK, but I always have an error message while displaying any HTML page from tracd:

Warning: Can't synchronize with repository "main"
(/var/local/svn/onf does not appear to be a Subversion repository.).
Look in the Trac log for more information.

In the trac log I just get a message saying:

2010-04-16 17:49:30,986 Trac[api] INFO: Synchronized 'main' repository in 0.03 seconds

Also, executing "repository resync main" from trac-admin seems to work perfectly.

'main' repository is actually defined as 'svnfs' type ; I've also tried 'svn' and 'direct-svnfs', without more success.

Any idea ?

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Milestone: 0.12
Resolution: invalid
Status: newclosed

This looks very much like an InstallationIssue. The Subversion bindings seem to be found, but Trac is unable to open the repository at /var/local/svn/onf. Is the path correct? Do you use the right version of the Python bindings (i.e. the same version as the server)?

Please ask installation support questions on the MailingList and/or IrcChannel, where you'll reach more people with experience in diverse configurations.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.