SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to roll back an individual file from a specific revision and be able to commit, then do:
svn merge -c -[OldRev#] [Filename]
ie. svn merge -c -150 myfile.py
svn merge -c -150 myfile.py
Note the negative on the revision number