This forum is no longer active. Please post your questions to our new community site

Recent Posts by lynda

Subscribe to Recent Posts by lynda 4 post(s) found

08 Feb, 2010 07:55 PM
Avatar lynda 4 post(s)

Topic: Trac / where is subversion config file located?

We want to set automatic lock-modify-unlock for all of our files. I need to set auto-props=yes and add all files to have property svn:needs-lock in suversion config file. Normally subversion config file is located in “C:\Documents and Settings\[USER_NAME]\Application Data\Subversion\config” for subversion installation. For my window server 2008, I cannot access C:\Documents and Settings\. When I tried to access, I got “C\UserName\Application Data is not accessable. Access is denied”. As for BitNami Trac Stack, I installed it at C:\Program Files\BitNamiTrac, where is the subversion config file located? I cannot find it from

 
27 Jan, 2010 10:19 PM
Avatar lynda 4 post(s)

Topic: Trac / where is the trac database?

I installed BitNami trac stack, and set up a project called my_project. I am wondering how to access the database? What is the default database name? is it trac.db? where can i find it?
here is my installation:
C:\Program files\BitNamiTrac
project is
E:\BitNamiTracProject\myproject

Thank you!
Best Regards
Lynda

 
27 Jan, 2010 10:16 PM
Avatar lynda 4 post(s)

Topic: Trac / How to install plugin?

Victoria,
Thank you! It is admininstrator permission problem. I reinstalled BitNami Trac and use web admin panel to install the plugins, it worked.
Best regards
lynda

 
09 Jan, 2010 12:55 AM
Avatar lynda 4 post(s)

Topic: Trac / How to install plugin?

I just install trac stack smoothly. and I am trying to install plugin xmlrpc for it. I followed instruction from http://trac.edgewall.org/wiki/TracPlugins to made an egg file. Then I go to BitNami trac admin page, install it. Then I go to trac.ini to put
[components]
tracrpc.* = enabled
stopped the server, then run again. Still I cannot see the plugin is installed. I tried to install it again, it says the plugin is already insatlled.
If so, why cannot I see it from the plugin page?
What is general rules to install a plugin?
Also, I install the BitNami on windows server 2008. I cannot modify trac.ini, it says read only. I change it to any user write permission. I was able to do it. I don’t think it is a good idea to give any user write permission. But I cannot modify it ortherwise.
Thank you for your help.