> > There are two problems. Consider the errors folder. README.txt would
> > show up in the admin error page.
>
> Then find a way to do it - change so that errors does not show either
> README or anything that has the pattern '__.*__';

I do not like the idea that I have to modify the code to use
mercurial.
It tells me there is a major design flaw in mercurial. An empty folder
should be treated as a file.

> It will not break backward compatibility - there are always ways to do
> this, if you want to.
>
> > Consider the uploads page. How do I
> > hgingore everything BUT README.txt?
>
> http://www.selenic.com/mercurial/hgignore.5.html:
>
> I'm not sure how to negate a whole pattern (except for the ugly
> sequence of character class things); if you can't find something
> better, this should do it:
>
> ^[^R][^E][^A][^D][^M][^E]$

No. this would not exclude every other file by README.

Anyway, I am trying mercurial right now and posted a project on google
hg:

   http://code.google.com/p/pythonisosurfaces/

So far Cons:
1) the empty folders (they are not version controller)
2) the security model (it assigns me a password instead of letting me
register a public key as in launchpad).
Pros:
1) It is faster than lauchpad



--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to