SVN checkout the contents of a folder, not the folder itself -


I do not want to see my WebRoot folder contents in the WebRoot folder itself.

I have two contents in my content

There are two folders in / tmp / easton src and WebRoot

svn import -m 'import source files' / tmp / easton Svn: //209.235.175.18/easton/

I try

svn checkout svn: //209.235.175.18/easton/WebRoot

but this Creating the WebRoot folder in my Exoncutive Directory. I do not want to add the contents of the webroot folder to your own folder webroot.

You do not intend. Due to the SVN need a separate directory where at checkout I recommend it to checkout like the following:

  svn checkout svn: //209.235.175.18/easton/checkout-folder < / Code>  

This checkout folder with the content of the Easton folder from its repository.

Comments