On Mar 14, 2011, at 1:10 PM, Gene Chow wrote:
> 
> I'm using the basic router from router.example.py. I also use
> subversion to track changes and I have a .svn directory in
> applications directory. The load function in gluon/rewrite.py tries to
> read controllers in the .svn directory and throws an exception.
> 
> I made a change in rewrite.py which fixes the problem but may not be
> the best solution.
> 
> 
> 245c245
> <             if os.path.isdir(abspath('applications', appname)):
> ---
>>            if appname[0] != '.' and os.path.isdir(abspath('applications', 
>> appname)):

Good catch. I'll send Massimo a slightly revised patch asap.

Reply via email to