I have seen the same behavior across multiple cycles of: 1. Change the code. 2. sudo python2.4 setup.py install 3. sudo /usr/sbin/apache2ctl restart
I am using mod_python/Apache2. I can change the code back and forth between the two snippets in the previous mail, and see it stop working then start working, and then stop working again. (Reinstalling and rebooting apache between each code change.) If this is not the appropriate developmenet strategy, is there a guide online that I missed, or can you give me some pointers. Thanks much, Russ Tyndall Programmer Acceleration.net 352-335-6500x125 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Boos Sent: Thursday, June 29, 2006 10:50 AM To: [email protected] Subject: Re: [Trac-dev] Strange Bug regarding SVN Backend Russ Tyndall wrote: > ... > > Now comes the fun part, if I change: > > raise TracError, 'Unsupported version control system "%s" (connectors:%s )' > \ > % (self.repository_type, self.connectors); > > ... > This could be because by caching issues, on the server side. I'm guessing here that you're using apache/mod_python (or fcgi?) and you didn't restart the server after a code upgrade. Try to do this first and see if the problem persist. -- Christian _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
