Import files directly to SVN repo without checking out first

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-12T08:39:28Z Indexed on 2010/03/12 8:47 UTC
Read the original article Hit count: 190

Filed under:
|

Hi,

I am using SVN and have a repository on a remote machine. Sometimes, when working on my local machine I realize that I need to add some new files to the repo. The usual procedure I know would then be:

1- at the current folder on my local machine checkout the whole SVN repo 2- enter there 3- copy the interesting file here 4- commit

But this can be a bit tedious. I wonder if somehow, I can omit steps 1 to 3 and import the "interesting" file to SVN directly without necessity of checking out the repo first.

Thanks

© Stack Overflow or respective owner

Related posts about bash

Related posts about svn