svn import/home/mysurface/programming file:///home/mysurface/repo/programing_repo-m “initial import”
For example, you have a project located in the repository created at URL location http://www.guru99.com/svn/myrepo/myproject. So you have to checkout myproject into your local system assuming myrepo is a public repository. You will use code
This command will copy all your files to your current directory. If you want checkout the directory which is in a private repository, you will then use the following command
Leave a Reply