2D Toolkit Forum

2D Toolkit => Support => Topic started by: pbaker on February 24, 2012, 03:38:44 am

Title: What files should be added to version control?
Post by: pbaker on February 24, 2012, 03:38:44 am
Hi,

I was wondering what files you recommend adding to version control? It seems like sprite collection atlas textures can be left out as they are re-generated locally if a source sprite changes after a "get latest".
Thanks

Paul
Title: Re: What files should be added to version control?
Post by: unikronsoftware on February 24, 2012, 09:07:40 am
I suggest adding everything - the sprite collection, the data folder and all source textures. The atlas textures are regenerated when you change a sprite locally, but in my opinion, getting latest from version control should give you a full snapshot of a working copy. You don't HAVE to do that, but for what its worth, that is what we do.
Title: Re: What files should be added to version control?
Post by: pbaker on February 26, 2012, 10:53:52 pm
Ok, thanks.