I am completely new to svn (and RCS for software projects).
The situation I am trying to deal with may be very basic!
There is this project code that I am interested in developing. So every time there is a new version, I do a svn checkout and get the latest code.
But, I want to make a few code changes to each checkout so that the code works for my m/c (which is in a non-default configuration with regards to the project).
Assuming that I won't be checking back my changes into the project, what is the best way to put in my changes every time I check out the project files?
After gaining familiarity with the project, I would like to start making changes which I want to check into the project. Would I be able to check in only the changes that I want? (I don't want to checkin all the changes that I made to allow the project to compile on my m/c).
thanks.
PS: found answer to 2nd question here: How do I avoid checking in local changes to the SVN repository?