I have a situation where:
- Developer is working on SVN project.
- Person checks out SVN project, walks away, kid/cat/wife sits/dools/sleepwalks/whatever at computer and inserts gobbledygook asdfg-code. Person commits project.
- Developer sees bad files and Update To Revision back to the last working version
All is well untill the developer wants to commit the project. If the developer has made changes to the file in question, it will be committed just fine. BUT if not - the dev only Update To Revision and made no further changes - that file will not be commited, and any updates to the project will render the gobbledygook asdfg-code file to you.
Question : If I only 'Update To Revision' a file, how do I commit it again without manually editing the file?