Ken Barker wrote:
hey guys,
I just intitialized a new trac environment for another product here at
HTP.
For some reason, the trac instance cannot find the repository.
What happens if you replace repo2 with repo1 in the following trac.ini
trac.ini
---------
[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
templates_dir = c:\Python23\share\trac\templates
repository_dir = C:\htptrac\svn\repo2
repository_dir = C:\htptrac\svn\repo1
database = sqlite:db/trac.db
default_handler = WikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
c:\htptrac\svn\repo1 and it works.
c: or C: ? (maybe I'm just a bit paranoid here :) )
As you would expect, the same error from trac-admin resync.
----------------------------------------------------------------------------------------
Trac [c:\htptrac\svn\sentinelconnect]> resync
Ok, then really with the same environment, I'd like to know if it works
when you use repo1 and if it fails when you simply change the '2' to '1'...
-- Christian
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac