Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#7717 closed defect (worksforme)

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: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (6)

comment:1 by Christian Boos, 15 years ago

Component: generalversion control
Keywords: multirepos added; multirepo multi-repo removed
Resolution: worksforme
Status: newclosed

The MultipleRepositorySupport branch has no cache support yet, so for now you need to use the direct-svnfs connection type:

[trac]
repository_dir = <path-to-your-default-repository>
repository_type = direct-svnfs

[repositories]
...

Support for caching is on the way, see MultipleRepositorySupport/Cache.

comment:2 by richard@…, 15 years ago

Component: version controlgeneral
Resolution: worksforme
Status: closedreopened

Is there something else I have to do after adding that? I am still getting the same issue…

comment:3 by richard@…, 15 years ago

Resolution: fixed
Status: reopenedclosed

Nevermind I still had repository-type=svn under [trac] THX FOR THE HELP!

comment:4 by Emmanuel Blot, 15 years ago

Resolution: fixed
Status: closedreopened

comment:5 by Emmanuel Blot, 15 years ago

Resolution: worksforme
Status: reopenedclosed

comment:6 by Emmanuel Blot, 15 years ago

Component: generalversion control

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.