Is it possible to use svn import with a file that exists already?
Currently as workaround I do svn remove and than svn import. But the problem is that I have two revision numbers (two commits) and the entire diff is stored on svn server side instead of only the diff of the two files.
I don't want to make a checkout to have a solution for that.