On Wed, Oct 22, 2008 at 3:01 AM, wb <[EMAIL PROTECTED]> wrote:
>
> Sorry, I solved it myself.It seemed I had a wrong repository path.Now
> I changed it to /project1 and all is OK.
> but new problem came.
> From my client I can browse the trac home page,but can't browse any
> other page.Browser shows "the page can't use."(Sorry my system is
> japanese and I don't know what shows in English.).
>
> these are configurations:
> <Location /trac_test>
> #    SetEnv TRAC_ENV d:\wangbin\project1\trac2
>   SetHandler mod_python
>   PythonInterpreter main_interpreter
>   PythonHandler trac.web.modpython_frontend
>   PythonOption TracEnv d:\wangbin\project1\trac2
>   PythonOption TracUriRoot /trac_test
> </Location>
>
> [trac]
> repository_dir = d:\wangbin\project1
> repository_type = svn

Did you actually create an SVN repository at d:\wangbin\project1 using
svnadmin create?  Also, you shouldn't create your repository in the
same directory that your trac environment resides in.  So create your
SVN repository somewhere like d:\wangbin\project1\svn and create the
Trac environment at d:\wangbin\project1\trac.

If you want you can also post the Japanese error message, as there are
people on this mailing list who would be able to read it.  But it
sounds like you haven't actually created a repository.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to