a few questions about working with a versioned project



hello,

I have my program setup as a project in Eclipse and a few months ago I also got it connected to a SVN repository that is hosted on a friend's domain. I am the only one working on the project and I've been making various updates since the initial check-in. I just do Commits once in a while to get my code back into the SVN repo.

Given that situation, do I need to do anything else to make sure that the code in the SVN repo is the full code? I ask because when I right click on my project name in Eclipse and view the Properties, I see that my last changed revision is only at 3 and yet the revision next to some of my files in my project is 12. The Merged value is also set to False right now. Do I need to be doing Merges/Updates/Syncs with the SVN repo or am I okay with what I've been doing (just using Commits)? I just want to be sure the repo has all my code changes and the latest version of all my source files.

thanks
Brandon
.


Quantcast