I follow the official guide for installing Trac on windows xp. Now everything was installed and I was told to do
trac-admin c:\trac initenv
Since I have several SVN repositories organized as
../SVN/Repository/project 1
../SVN/Repository/project 2
../SVN/Repository/project 3
My question is whether the “trac” folder will be the root folder in which all my projects are stored, in which case I would call the “projects” folder. But if this is not the root, I think I should call it the name of the project "project 1"?
And if the latter is true, does this mean that I have to run "trac-admin c: \ projectname initenv" several times for my projects?
source
share