Best practices for using Hg with Grails?
Posted
by leeand00
on Stack Overflow
See other posts from Stack Overflow
or by leeand00
Published on 2010-04-06T01:23:10Z
Indexed on
2010/04/06
1:33 UTC
Read the original article
Hit count: 277
What should I check in/not check in? Since many of the files are sometimes auto-generated I'm not entirely sure how to handle this using version control...does it have something to do with tags?
For instance in ANT, I know not to check-in my target/bin directories...but Grails adds another level of confusion to this...since some of code is generated and some of it is not.
(It may become clearer as I go...but it seems to be that there needs to be some way of being able to tell what was just generated and what was modified by a developer so that it needs to be placed in version control)
© Stack Overflow or respective owner