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 switch window within the same program in Mac OS X
How to open password protected zip in Mac OS X
Free image editor for Mac OS X / XP / Vista / Linux
How to install apache, php, mysql with macport in Mac OS X
Mac: How to create recent applications shortcut in Dock?
How to hide apache2 version number in error page
Debian: "There is no public key available for the following key IDs"
N900 virtual keyboard not working after uninstall SCIM
Share this with your friends:-