I'm relatively new to SVN and have a rather basic question.
I have several small versioned resource images for a web project. Today the designer updated one of those resources, so I should replace it.
Is the only way to update this file by first svn-delete it, commit and then svn-add the new one?
EDIT
As mentioned in the response, I could just overwrite the file.
Last time I tried that, I got a bunch of checksum errors on commit. Must have been some other reason..