My current path of svn server is
http://file/repo/test
but I want use svn protocol instead of http
svn://file/repo/test to do a SVN sync
what I need to do.
Please help.
|
My current path of svn server is http://file/repo/test but I want use svn protocol instead of http svn://file/repo/test to do a SVN sync what I need to do. Please help. | |||
|
feedback
|
|
Subversion's default protocol is the svn. http protocol is extented by apache to subversion. You have two options: 1- You can re-fetch whole project by 2- You can change server adres by svn command: | |||||
feedback
|