I don't seem to be able to explain properly. Maybe someone else should try?
My answer would be:
(for a new local working copy):
- "Checkout" the project to the local disk
- If you don't have local modifications continue to work on the trunk/HighVoltageController.c file as it came from the svn.
- If you allready have modifications since your last commit replace the entire content of trunk/HighVoltageController.c with your code. Then "SVN Update" (will merge the modifications from the svn with your own). Then "SVN Commit" will publish your modifications to the svn.
- continue to work on this file from now on. Always do "update" before changing thinks and commit when your are satisfied with your changes.
(for an already existing local copy):
- Just do "SVN Update"
- Continue to work on it
|