I need to import a folder (say Project
) with files into SVN even though the folder already exists on the server with the files.
Note : I have set up my repository as write-through proxy, so if I checkout the folder, do the changes and commit back, I get a "working copy out of date" error.
Is there any command-line tool to do this? Or any other ideas?