I want to checkout files from an SVN repository which is installed in a windows machine. My system is Mac OS X.. I have installed tigris scPlugin and used the following repository URLs
Repository URL - file://windowsSystemName/Svn_Server/trunk/projectName
ERROR - Unable to open an ra_local session to URL
Local URL 'file://windowsSystemName/Svn_Server/trunk/projectName' contains unsupported hostname
I have tried adding a third "/" to the URL and got another error
Repository URL - file:///windowsSystemName/Svn_Server/trunk/projectName
ERROR: Unable to open an ra_local session to URL
Unable to open repository 'file://windowsSystemName/Svn_Server/trunk/projectName'
How can i solve this issue?
Note: Mac OS and SVN are new to me and my knowledge of them is limited.