I have checked out an external svn repository that I have applied a couple of patches to.
(Applying the patches can only be done manually due to conflicts.)
Now I want to be able to maintain this local copy of the remote repository in a proper way.
(I do not have any other access rights than read on the remote repository.)
First of all I need to be able to check-in my local changes in some sort of source control system since there were manual steps involved in applying the patches.
And secondly I still want to be able to receive updates from the remote repository.
What is the best way to achieve this?