Skip to main content
GameDev.net gamedev.net
🔒 Locked

Visual Studio - which files to version

Started by draconar Oct 11, 2010 at 7:30 PM 1 replies 1.3k views
Original Post
draconar
draconar
Hi all,

I'm using visual studio 2008 (express) and the SVN service of Assembla (which I recommend) and I want to know which files should I version and which ones should I ignore when committing to the SVN - besides the obvious .c, .cpp, .h, etc
KulSeran
KulSeran
Version the .vcproj and .sln
If you have VS integration with SVN, you may have a .vssscc file that should be in version control too.

Anything with your user name in it is local data. Don't version it.
The .ncb is the intelesense database. Ignore it.
Anything in your Debug/Release directories is strictly output, and can be ignored.
draconar
draconar
thank you very much! you just saved many many kb from flying aimlessly over the interwebs :D

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.