On Thu, 15 Mar 2018 12:03:53 +0100, Johan Corveleyn <jcor...@gmail.com> wrote:
>> Is there some flag or such that can help out during the import or in a >> following checkout so that the extra directory >something else> does >> not need to be used? >> >> Or can I just move the .svn dir from the working copy to the original >> project and then it will be converted in place? > >See http://subversion.apache.org/faq.html#in-place-import Seems like the best option is as follows: ----------------------------------------- svn import WiFiConfig <url>/WiFiConfig/trunk --depth files -m "msg" svn co <url>WiFiConfig/trunk --force WiFiConfig I.e. First import the directory and then immediately check out the same with --force It still takes some time because I think svn needs to download the files into the cache in the .svn directory. I have a rather slow connection to the server from where I am... -- Bo Berglund Developer in Sweden