On Thu, May 2, 2019 at 5:57 AM Robert Jacobson <[email protected]> wrote:

>
> I did find that there was a bad repo definition in the database; I did a
> "repository list" and it showed a repo that didn't exist, so I deleted it.
>
> # trac-admin /path/to/trac repository list
> Name       Type  Alias  Directory
> ---------------------------------
> (default)               /repo/svn
>

Is that the output listing the bad repository, or the output after you
removed the bad repository definition?

I'm confused because the error message was about synchronizing "(default)",
and then below it shows you have successfully synced "(default)".

Make sure you don't have conflicting repository definitions in the database
and the [repositories] section of trac.ini.
https://trac.edgewall.org/wiki/TracRepositoryAdmin#Repositories

Which Trac version?



> # trac-admin /path/to/trac repository sync "*"
> Resyncing repository history for (default)...
> 15846 revisions cached.
> Done.
>
> But when I try to browse changset 15845, it says "No such changset"
>

Is it just that one changeset that's missing, or do you get the same
message with any random choice of changeset revisions?

Debug level logging might provide more info, both for the caching action
and the repository browsing action:
https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to