On Thursday, January 28, 2016 at 2:37:47 AM UTC-5, Brendan Barnwell wrote:
>
> Yes, I realize I can do that.  The problem is that (if I understand right) 
> unless I put it in the web2py folder, web2py won't know about it. 
>

I'm not sure I follow. If you realize you can leave your application folder 
inside /web2py/applications and simply create a version control repository 
right there, then why is it a "problem" that it must be inside the web2p 
folder?
 

> I can symlink it (or directory-junction it, in windows), but that still 
> seems quite awkward to me.  I feel like it would make more sense if the 
> information about where web2py looks for applications was part of web2py's 
> own configuration, not so closely tied to the directory structure on disk.
>

Well, you can already move the entire /applications folder somewhere else. 
And you can also create a separate version control repository for each 
application within the /applications folder. What additional benefit do you 
get by moving each application folder to some arbitrary place in the 
filesystem? In the rare cases where that is necessary, you can always use 
existing OS facilities, such as symlinking.

I suppose we could allow further configuration, but that would add 
complexity to the routing system and the functioning of the admin app. We 
tend to avoid additional complexity unless there is a compelling benefit. 
It's hard to see the compelling benefit here.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to