I am debugging to find why my trac-post-commit-hook does not update my trac ticket. Accidently I am checking source through trac browser, then I found that at root/hooks/ directory, there are nothing changed there, it has only original templates files such as: pre-post- commit.tmpl, post-commit.tmpl, pre-lock.tmpl. However, in my real repository I have the scripts that I modified to do comit updates such as scripts trac-post-commit-hook, trac-post-commit-hook.cmd, post- command.bak and so on. I am able to browse other trunck contents which I have made updates. Doesn't the trac browser browse my repository? Why it doesn't reflect my real repository contents? I am wondering if this is the problem to cause me not able to update trac ticket? I installed trac .11 on my windows server 2008, using mod_wsgi to link with apache server. and followed the steps of http://how-to-solutions.com/how-to-install-trac-on-windows.html. Here is my structure: C:/trac // this is my trac enovenronment C:/src // what is source firectory for??? C:/Python26 I am tetsing on my local PC, my repository is on E:/svn_repository, it has E:/svn_repository/hooks diretcory, I modifles post-commit files over there. However, it is not reflected by trac browser. Thank you for ypour help Lynda
-- 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.
