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:
SVN: How to commit only modified files via command line
How to connect Creative Zen V Plus in Mac OS X
Word cannot start the spelling checker - Word 2011
Symfony2: How to customize form error class in twig?
How to remove apache test page in CentOS
How to install LAMP (Apache, PHP and MySQL in Linux) using Yum
Secure file transfer thru scp in Mac and Linux
Mac RDP to Win 8.1 error - Remote Desktop Connection cannot verify the identity of the computer that...
Share this with your friends:-