R – Importing to trunk does not work Tortoise Subversion

svntortoisesvn

I created the following Repository structure using VisualSVN

MyCompanyRepository
    Project1
        branches
        tags
        trunk

I copied the URL off of the trunk folder. Then I went to my c:\www\Project1 folder and right-clicked it and did TortoiseSVN | Import and the url was https://ourserver/svn/MyCompanyRepository/Project1/trunk

It added the files but my folder does not appear to be in source control. I mean the files are there in the trunk on the server, however locally, I have no .svn anywhere. So am I doing something wrong? I get no flags showing that my folder is running under svn, nothing.

Best Answer

You'll have to check out files from SVN repo to disk: Importing does not imply creation of a local working copy.