> You didn't mentioned that you created project with trac-admin.
> 
> I suggest that you create two base directories for example c:\trac and
> c:\svn
> 
> First create subversion:
> 
> svnadmin create c:\svn\testproject
> 
> Then create trac environment:
> 
> trac-admin c:\trac\testproject initenv
> 
> Fill in other details, when asking for repository you would but
> c:\svn\testproject here.
> 
> And now test with tracd:
> 
> tracd --hostname=localhost -p 8080 c:\trac\testproject
> 
> 
> Now you should have access to just created testproject.
> 
> If it works it is time to configure XAMPP to run all that stuff.

Thank you very much. I saw that in the instructions but couldn't get it to
run. Took me awhile to realize what I had missed (a pesky path environment
variable was all, the one for the python scripts)

I will now trudge on. Seems I can now crash Python 2.5.2 with a single click
. . .


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