[Trac] Login problem with mod_python and trac

2007-08-19 Thread sniffer
hi all, I am a newbie using trac,my problem is as follows: i have setup trac to work with apache(mod_python) when i login using basic authentication i do get logged in,but when i logout using the logout link i still get to see logged in as user, i then ran trac using tracd and basic

[Trac] Re: Performance problems with large numbers of trac projects

2007-08-19 Thread Sam Minnee
Yes - we used this technique: http://trac.edgewall.org/wiki/TracMultipleProjects/MultipleEnvironments with a MySQL database. On Aug 19, 3:49 pm, Alec Thomas [EMAIL PROTECTED] wrote: Are you using a single Trac to manage multiple projects, as

[Trac] Re: support for public and private trac sites via https

2007-08-19 Thread Emmanuel Blot
Replace the multiple project directive with directives for each project: Location /tracsite SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /myserver/trac/tracsite PythonOption TracUriRoot /tracsite PythonInterpreter main_interpreter PythonPath

[Trac] How to install 0.11 in Debian?

2007-08-19 Thread Joost Kraaijeveld
Hi, I would like to install 0.11 on my Debian Lenny machine. As there seems to be no .deb file, does anyone have any suggestion of how to do that? I have followed the instructions from http://trac.edgewall.org/wiki/0.11/TracInstall but that gave me 0.10.4 TIA -- Groeten, Joost Kraaijeveld

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Emmanuel Blot
0.11 is yet to be released. You want to checkout the source from the Subversion repos. svn co http://svn.edgewall.com/repos/trac/trunk trac cd trac python setup.py install Note that you'll need the setuptools and Genshi to get it working. Both are available w/ apt-get in Debian/unstable (at

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Noah Kantrowitz
0.11 has not been released yet. What is currently /trunk will become 0.11 upon release. Trac generally has a rather drawn-out release cycle, so things are kept fairly stable and you can install from subversion directly if you want. --Noah Joost Kraaijeveld wrote: Hi, I would like to install

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Joost Kraaijeveld
On Sun, 2007-08-19 at 13:25 +0200, Emmanuel Blot wrote: 0.11 is yet to be released. You want to checkout the source from the Subversion repos. svn co http://svn.edgewall.com/repos/trac/trunk trac cd trac python setup.py install Note that you'll need the setuptools and Genshi to get it

[Trac] Re: Cannot login

2007-08-19 Thread Uli
Thank you both for answering on my Topic. On Aug 19, 1:52 am, Graham Dumpleton [EMAIL PROTECTED] wrote: What happens when you do not use the Location directive for '/', ie., just include all those directives at the top level? The Result stays exactly the same... even if i put the Location

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Emmanuel Blot
I don't know much of the setuptools - ie. whether there is an uninstall command for exemple, but yes, you can manually remove the egg file and edit the easy-install.pth file and remove the matching line. You can also run Trac from the check out location: use the following command python setup.py

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Noah Kantrowitz
Yes, though you won't actually have to since setuptools will load the highest-versioned egg by default. --Noah Joost Kraaijeveld wrote: On Sun, 2007-08-19 at 13:25 +0200, Emmanuel Blot wrote: 0.11 is yet to be released. You want to checkout the source from the Subversion repos. svn co

[Trac] Re: Cannot login

2007-08-19 Thread Emmanuel Blot
Any hints? Thanks in advance! Try moving the Location /login directive before the Location / directive in your config file. Cheers, Manu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post

[Trac] Re: Performance problems with large numbers of trac projects

2007-08-19 Thread Andy Singleton
We have 6000 trac spaces running on our main tools server at http://www.assembla.com and tools.assembla.com . Sometimes there are hundreds of users at one time. Usually, there are no performance problems. I have been surprised at how much trac can be served from one machine. However, we do

[Trac] Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
Hi, I have Trac 0.11 working on Debian Lenny, with Apache and mod_python. I have followed the instructions on http://trac.edgewall.org/wiki/TracSubversion (Getting subversion working). I thought that all files of my Trac installation (which are in /var/lib/trac/testtrac) would end up in my

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Emmanuel Blot
Not sure to understand: If /var/lib/trac/testtrac is your Trac project, it contains Trac internal files for your project and these files will never be visible neither in Trac nor in Subversion. What is the path of your Trac environment, and the path of your Subversion repository? Cheers, Manu

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
On Sun, 2007-08-19 at 17:13 +0200, Emmanuel Blot wrote: Not sure to understand: If /var/lib/trac/testtrac is your Trac project, it contains Trac internal files for your project and these files will never be visible neither in Trac nor in Subversion. What is the path of your Trac

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Joost Kraaijeveld
On Sun, 2007-08-19 at 17:28 +0200, Joost Kraaijeveld wrote: On Sun, 2007-08-19 at 17:13 +0200, Emmanuel Blot wrote: Not sure to understand: If /var/lib/trac/testtrac is your Trac project, it contains Trac internal files for your project and these files will never be visible neither in

[Trac] Re: Performance problems with large numbers of trac projects

2007-08-19 Thread Michal Konvalinka
Hi Andy, nice to hear the number of your Trac spaces :-) Could you share with us your experience, which way have you chosen to run Trac, if it's mod_python, fcgi or something else? Thanks, Michal --~--~-~--~~~---~--~~ You received this message because you are

[Trac] Re: trac multi project

2007-08-19 Thread [EMAIL PROTECTED]
Thanks, we want to manage multiple project using single installation of Trac link the way that used at http://trac.edgewall.org, http://wiki.linuxfromscratch.org/ and etc. we used trac-admin SampleProject initenv to initial new project on Trac. but it askes us to use tracd --port PORTNUMBER

[Trac] Re: Cannot login

2007-08-19 Thread Uli
On 19 Aug., 13:52, Emmanuel Blot [EMAIL PROTECTED] wrote: On 19 Aug., 13:52, Emmanuel Blot [EMAIL PROTECTED] wrote: Try moving the Location/login directive before the Location/ directive in your config file. Didn't help...I switched from Basic-Auth to the Accountmanager-Plugin, which

[Trac] Stylesheet not showing

2007-08-19 Thread Ryan James R.
Alrighty, have read the faq dealing css and image problems. Have searched google. Have gotten very very cranky over this. Trac 'appears' to work. But the stylesheets don't show up. I'm using Trac w/ mod_python. My apache access_log returns 404 errors on those files. Permissions on the files are

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Emmanuel Blot
Now I expect the files of my freshly created Trac project testtrac to be in the Subversion repository and that I am able to check them out using svn checkout file:///var/lib/subversion/testtrac/ Which files are you referring to? Trac browser shows the content of the Subversion repository

[Trac] Re: trac multi project

2007-08-19 Thread Emmanuel Blot
You can use tracd with the -e option to serve several projects with a single tracd instance on the same port. IOW: trac-admin create projects/projectA trac-admin create projects/projectB trac-admin create projects/projectC tracd -e projects I'm not sure why you would want to use both Apache and

[Trac] Re: How to install 0.11 in Debian?

2007-08-19 Thread Andreas Jellinghaus
On Sunday 19 August 2007 13:48:43 Emmanuel Blot wrote: I don't know much of the setuptools - ie. whether there is an uninstall command for exemple, but yes, you can manually remove the egg file and edit the easy-install.pth file and remove the matching line. You can also run Trac from the

[Trac] Re: trac multi project

2007-08-19 Thread [EMAIL PROTECTED]
Thanks a lot I just follow the manner that mention by trac-admin. can u give me more information about tracd and inform me is there any other way to manage multi projects with single trac installation without trac-admin and tracd? On Aug 19, 8:37 pm, Emmanuel Blot [EMAIL PROTECTED] wrote:

[Trac] Re: trac multi project

2007-08-19 Thread Dimitri Maziuk
On Sunday 19 August 2007 14:29:21 [EMAIL PROTECTED] wrote: Thanks a lot I just follow the manner that mention by trac-admin. can u give me more information about tracd and inform me is there any other way to manage multi projects with single trac installation without trac-admin and tracd?

[Trac] Re: Howto combine subversion with trac??

2007-08-19 Thread Jason Schulz
Actually, I'd quite like it if files attached to the wiki were stored in the repository, and available there. It's easy to draw parallels between the wiki path and the repository path. The same applies to ticket attachments, although component/milestone/ other field combination would have

[Trac] Re: Stylesheet not showing

2007-08-19 Thread Graham Dumpleton
On Aug 20, 3:18 am, Ryan James R. [EMAIL PROTECTED] wrote: Alrighty, have read the faq dealing css and image problems. Have searched google. Have gotten very very cranky over this. Trac 'appears' to work. But the stylesheets don't show up. I'm using Trac w/mod_python. My apache access_log