Edgewall Software

Opened 6 years ago

Last modified 6 years ago

#12993 closed defect

trac-admin repository sync/resync randomly stops syncing — at Version 1

Reported by: adf@… Owned by:
Priority: normal Milestone: 1.0.17
Component: version control Version: 1.2.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Jun Omae)

There are 36868 revisions in my repo.

I am trying to sync the repo after adding it, it stopped doing it after a few hundred, then after a few thousand, then it did around 22,000 and stopped, then on running again, just stoped at same point, then run again, carried on.

[root@svnmirror ~]# trac-admin /var/trac repository sync INFORMATE
Resyncing repository history for INFORMATE... 
23281 revisions cached.
Done.
[root@svnmirror ~]# trac-admin /var/trac repository sync INFORMATE
Resyncing repository history for INFORMATE... 
23281 revisions cached.
Done.

Then started again, processing revision 24240 …

[root@svnmirror ~]# trac-admin /var/trac repository sync INFORMATE
Resyncing repository history for INFORMATE... 
 [24240]

and stopped.

[root@svnmirror ~]# trac-admin /var/trac repository sync INFORMATE
Resyncing repository history for INFORMATE... 
2539 revisions cached.
Done.

Started again, but this time, its processing revision 1536??

[root@svnmirror ~]# trac-admin /var/trac repository sync INFORMATE
Resyncing repository history for INFORMATE... 
 [1536]

If I look in trac, it shows the last revision as 36868 but shows no information for those revisions.

No errors are reported, so not sure what's going on.

The server is running in a VM. CentOS 6.5 and using sqlite as the database.

There are multiple repositories configured but not all have been synchronised yet. The DB is around 120MB currently.

Change History (1)

comment:1 by Jun Omae, 6 years ago

Component: generalversion control
Description: modified (diff)
Note: See TracTickets for help on using tickets.