Yes i am running trac 0.11.5 on windows xp machine.I have configured apache for the multi-project trac environment. Separate sqlite database is used as the backend for both the project environment. Apache is running with the previleges of Local System Account . Apache 2.0 had been installed in this machine before even i started with Trac 0.11.5 configuration.
In my previous setup in a different xp machine, the trac 0.10 version has been congifured without Apache,i used the default method ,D: \Python24\Scripts\tracd --port 8000 --auth trac,D:\myproj \digest.txt,trac D:\proj, to start the tracd daemon. i was not getting the [Error 13 Permission denied] when the hotcopy command was used. I hope that i have given a clear idea on this issue. Regards, Balaji. On Nov 16, 2:25 pm, "Cooke, Mark" <[email protected]> wrote: > > This is Balaji. I have recently installed Trac version 0.11.5 using > > Apache + mod_python method . Installation and configuration of > > database and users went fine without any trouble. > > > I am trying to make use of hotcopy utility inorder to get the backup > > of the multi-project environment D:\proj\trac\ and D:\proj\trac1. The > > hotcopy is done properly but i am gettting the error messages like > > below, > > > C:\Documents and Settings\Administrator>d:\Python24\Scripts\trac- > > admin.exe D:\proj\trac hotcopy D:\backup\trac-proj > > Hotcopying D:\proj\trac to D:\backup\trac-proj... > > The following errors happened while copying the environment: > > [Errno 13] Permission denied: 'D:\\backup\\trac-proj\\attachments': > > 'D:\proj\trac\attachments' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj \\conf': 'D: > > \proj\trac\conf' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj > > \\db': 'D:\proj > > \trac\db' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj \\htdocs': 'D: > > \proj\trac\htdocs' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj \\log': 'D: > > \proj\trac\log' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj > > \\plugins': 'D: > > \proj\trac\plugins' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj \\templates': > > 'D:\proj\trac\templates' > > [Errno 13] Permission denied: 'D:\\backup\\ trac-proj ': 'D:\proj > > \trac'Hotcopy done. > > I am guessing you are on windoze (the D:\ sort of gives it away), so > permission issues are less likely but not impossible. How have you > configured apache? Which user does it use? What permissions are set on > the trac and target directories? Remember trac on windoze usually runs > as the apache user which is configured when you setup the service (did > you install yourself or use a packaged installer?) > > From memory, the trac hotcopy script only works with sqlite ~ which > database backend are you using? > > ~ Mark C- Hide quoted text - > > - Show quoted text - -- 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]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=.
