What is the recommended way of developing on a team with a web2py
application using mercurial.

The main issue is that we would like to share the sqlite database and
.table files, however whenever any changes are made to these
table files, mercurial complains with merge conflicts for every .table
file that was changed between merges. Is there a way around this ?

Should we be developing with fake_migrate = True and not including the
.table files in version control?

-Thadeus

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

Reply via email to