SVN thru SSH will transfer your files in encrypted format over the network. If u using remote svn server then i’ll recommend u to use svn over ssh. By using SVN thru SSH, you can avoid others from reading your source code and this is a good practice for everyone.
To SVN thru SSH in Linux or Mac, follow the steps below:-
Advertisements
- Start your terminal
- Use the command below to checkout from the svn thru ssh:-
svn co svn+ssh://username@mysvnserver.com//home/svn/reponame /your/dest/folder
* of course you need to change the above command variable to yours (eg. username, mysvnserver.com, repo directory and destination folder)
- Once checkout, whenever you commit changes, the svn will be thru ssh
Related posts:
How to add Primary and Secondary DNS server - /etc/resolve.conf - Linux
How to hide .svn folders in Eclipse or Aptana
Prestashop 1.5 - How to enable add to cart button at Home Featured Product?
How to split large file into several smaller files - Linux
How to delete all .svn folder in Linux / Mac?
How to auto start Apache during boot time - Linux
How to block .log file using in .htaccess
MySQL 5.5 PDO::__construct(): The server requested authentication method unknown to the client [mysq...
Share this with your friends:-