获取新鲜Trac安装的SVN仓库信息

我想知道是否有可能获得一个现有的存储库的Subversion时间线信息显示在一个新鲜的Trac安装?

我目前看到,如果我有一个现有的存储库,Trac只能从Trac安装的那一刻看到svn时间线的一部分,并且在此之前不显示任何提交。

您可以使用trac-admin将trac与存储库重新同步。

repository resync <repos> [rev] Re-synchronize trac with repositories When [rev] is specified, only that revision is synchronized. Otherwise, the complete revision history is synchronized. Note that this operation can take a long time to complete. If synchronization gets interrupted, it can be resumed later using the `sync` command. To synchronize all repositories, specify "*" as the repository.