Ticket #7717 (closed defect: worksforme)
Opened 3 years ago
Last modified 3 years ago
Multi-repo branch 'trac-admin resync' msg on one svn
| Reported by: | richard@… | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | version control | Version: | 0.12dev |
| Severity: | critical | Keywords: | multirepos |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I made a test server and set up new trac with multirepo version and all worked fine.
I then installed on my real server multirepo version latest svn and all seemed well it connected to my existing DB and svn just peachy.
I then added my repositories and found I typed my path wrong at first so I corrected that and now I get: The 'repository_dir' has changed, a 'trac-admin resync' operation is needed. on repo_2. I then changed my default repository from repo_1 to repo_2 and then repo_2 was visible and repo_1 had aforementioned resync message.
Please let me know if you require me to post anything further. Keep up the GREAT WORK!
Attachments
Change History
comment:1 Changed 3 years ago by cboos
- Component changed from general to version control
- Keywords multirepos added; multirepo, multi-repo removed
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 3 years ago by richard@…
- Component changed from version control to general
- Resolution worksforme deleted
- Status changed from closed to reopened
Is there something else I have to do after adding that? I am still getting the same issue...
comment:3 Changed 3 years ago by richard@…
- Resolution set to fixed
- Status changed from reopened to closed
Nevermind I still had repository-type=svn under [trac] THX FOR THE HELP!
comment:4 Changed 3 years ago by eblot
- Resolution fixed deleted
- Status changed from closed to reopened
comment:5 Changed 3 years ago by eblot
- Resolution set to worksforme
- Status changed from reopened to closed
comment:6 Changed 3 years ago by eblot
- Component changed from general to version control



The MultipleRepositorySupport branch has no cache support yet, so for now you need to use the direct-svnfs connection type:
Support for caching is on the way, see MultipleRepositorySupport/Cache.