The client has asked me to checkout the file and the path is given as follows:
svn+ssh://company/home/svn/payroll
What is the command that would extract the file? The following was tried and did not work.
svn co http://company/home/svn/payroll/
Nor did this…
svn co localhost://company/home/svn/payroll/
For the first command I got the error…
svn: Repository moved temporarily to 'http://company.in'; please relocate
So I tried the following command.
svn co http://company.in
I got the following message…
svn: OPTIONS of 'http://company.in': 200 OK (http://company.in)
I still do not see any files checkedout from repository.
Try:
svn checkout svn+ssh://company/home/svn/payroll