I installed the VisualSVN server on a Windows machine. How to access this repository through a terminal from another Ubuntu (Linux) computer?
Use TortoiseSVN for WIndows or SubDiverSVN for Linux, an interface-based utility. Or install the SVN command line and run
svn list <url_to_your_repository> //to list the folders svn co <url_to_your_repository> //to checkout the code
You will need to install the Subversion client on Ubuntu. Run it on the terminal.
sudo apt-get install subversion
, , Ubuntu: https://help.ubuntu.com/community/Subversion#Access
Source: https://habr.com/ru/post/1783567/More articles:Движение NoSQL - обоснование для SQL RDBMS - databaseКак сделать ссылку безпоказать указатель мыши вместо указателя выделения? - pointersSimple explanation of pointer C - cCheck incoming call on iphone - iphoneShould I call redirect () from my controller or model within MVC? - redirectEclipse rcp disables the exit button in the eclipse application - buttonHow to show the amount of stocks available in Ubercart? - drupalFailed to load DLL 'iclit09b.dll' - .netHow can I override get and set methods for all properties in a class? - c #Как создать текстовое поле с адресом IPv4? - c#All Articles