Hi,
I had a problem in one of my projects, I decided to checkout an older revision and do a few modifications to it. I am now trying to commit this older modified revision and any contained changes to HEAD.
When I do the svn ci -m "reverting with some changes" it gives me:
svn: File '/trunk/main.c' is out of date
I tried doing an update answering mine-conflict when prompted but it broke some other changed files.
Is there a way to commit my modified version to HEAD?
Thanks