Hello Guest

Author Topic: What files should be added to version control?  (Read 6237 times)

pbaker

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 7
    • View Profile
What files should be added to version control?
« 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

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: What files should be added to version control?
« Reply #1 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.

pbaker

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: What files should be added to version control?
« Reply #2 on: February 26, 2012, 10:53:52 pm »
Ok, thanks.