I am writing some scripts to update the Linux box's SVN repo with newer versions of xml files. The repo is huge, and there is no checkout version on the same box. The idea is to update the xml without a working copy. Is that possible or do I need to checkout to a temporary folder, copy/overwrite, check in and delete temporary folder?
Edit: Thanks very much for your answers so far.
I know that you can do it with API and code, not sure if any SVN command does so...
Many thanks.