Today is the first day I play with SVN. However, 1 situation, I can not solve:
I check for 2 pcs. The first PC Pc changes something in the file and commits. Then the second computer tries to fix:
Commit failed (details follow):
File '/classes/ghjs.html' is out of date
I need to run the update on a second computer, it will receive a new file from PC 1, after which I can fix it correctly again, however, the changes made before the update will be lost.
SVN is not so scary if you need to commit / update before you can write a line of code. Other people working in the same file do not have the latest version.
I understand that there is no sense for a "live" collaboration, but there must be something that if you were working on an old version, instead of updating, you can manually "transfer" your changes to the latest version.
Im uses "versions" as svn client and textwrangler as editor for editing php code.
source
share