When using source control, what files should actually be commited?
Posted
by
SimpleCoder
on Stack Overflow
See other posts from Stack Overflow
or by SimpleCoder
Published on 2010-12-28T01:02:31Z
Indexed on
2010/12/28
1:54 UTC
Read the original article
Hit count: 182
I am working on a small project, hosted on Google Code, using SVN for source control. This is my first time using source control, and I'm a bit confused about what I should actually be committing to the repository. My project is very simple: A Class Library project, written in C#. The actual code that I have written is a single file.
My question is this: Should I be committing the entire project (including directories like Debug, Release, Properties, etc.) or just my main .cs file? Thanks,
After fighting with Subversion for a while (note to self: do not reset repository), it looks like I finally have it working with the directories laid out properly. Thanks again for all your advice.
© Stack Overflow or respective owner