I'm doing a project with omnet++ (which is based on Eclipse) and I wanted to create an online repository on projectlocker.com for it, so I typed:
svn import /home/paul/myProject https://pl3.projectlocker.com/myaccount/myrepository --username=myUsername
Now, by just going into my project folder, how can I store all the possible changes that I've made into my online repository?
svn commit
won't do it. I've also downloaded subclipse 1.0, but it doesn't seem to be all that helpful on this matter.
Any ideas? Thanks!