My problem is that when trying to download my application from the github
repository through tortoise svn
, two new folders are created inside the folder where I downloaded my application, the application is downloaded correctly, the folders that are created are trunk
and branch
. What I want is to prevent those folders from being created and to only download the folders from my application that is in github
, since in the current way I can not keep my version control correctly.