Hi, Thanks for the quick reply, sure. Here are my configuration details. As stated before, I followed the instructions for the windows install, and so installed the following:
1. svn-1.4.2-setup.exe 2. python-2.5.2.msi 3. Trac-0.11.win32.exe 4. Genshi-0.5.win32-py2.5.exe 5. pysqlite-2.4.0.win32-py2.5.exe 6. svn-python-1.4.6.win32-py2.5.exe doing a >svn info on the target repository folder gives me the following information: C:\dev\svn\astraia>svn info Path: . URL: svn://leto/astraia/trunk Repository Root: svn://leto Repository UUID: ddfa4bae-9e45-4718-84dc-f690a1708df4 Revision: 861 Node Kind: directory Schedule: normal I assume you don't want my mostly default trac.ini file, but here is what I think is important here: [trac] authz_file = authz_module_name = auto_reload = False base_url = check_auth_ip = true database = sqlite:db/trac.db default_charset = iso-8859-15 htdocs_location = ignore_auth_case = false mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,prefs,help,about permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy permission_store = DefaultPermissionStore repository_dir = C:\dev\svn\astraia repository_type = svn show_email_addresses = false timeout = 20 use_base_url_for_redirect = False I installed my trac project at: C:\dev\trac\xsltReportGen so in otherwords, the ini file (part of which I posted just above) is at C:\dev\trac\xsltReportGen\conf the ini file is being correctly read. I know this because when i change the variable 'repository_dir' the error in the home page of my trac site changes to include the new path, which, while also being valid, also doesn't work with trac. Thanks again for any reply!! On 7/9/08, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > > > > Any idea what the problem may be? > > > A configuration issue. > > Please provide some details about your setup: where is your SVN > repository located, which SVN repos path did you submit to the > trac-admin prompt when you created your Trac environment, which > version of Trac you use, etc. > > Cheers, > Manu > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
