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
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