How to start an SVN project from the command line?

后端 未结 3 920
悲哀的现实
悲哀的现实 2021-01-30 09:04

So I have a ruby on rails application that I have created on my local computer. I have a remote repository that I\'ve created. Now how do I check it in for the first time? I hav

3条回答
  •  情深已故
    2021-01-30 09:30

    See below screnshot ...

    First you need to create a directory(pathToProject in this case) and then you just need to apply svn checkout command! After that to check if its really working or not, just modify any of the file and commit it to check if your changes are successfully applied or not.

    $ svn update
    $ svn commit
    

提交回复
热议问题