Opened 15 years ago
Closed 15 years ago
#9238 closed defect (invalid)
Can't synchronize with Subversion repository
Reported by: | 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 , 15 years ago
Milestone: | 0.12 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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.