Posts tagged with ‘svn’

SVN: How to commit only modified files via command line

advertisement

apple macHave been looking for simple way to svn commit only modified files via command line for long time. Finally i manage to find a simple solution with just 2 line command and it will be able to commit any type of file status as you like.

To SVN commit the only modified files via command line, follow the steps below:-

Continue reading SVN: How to commit only modified files via command line »

How to set SVN_EDITOR environment variable

advertisement

mac, linuxJust encounter “svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no ‘editor-cmd’ run-time configuration option was found.” This error shows when i try to perform svn commit thru the terminal in a new machine which i have not set the default SVN_EDITOR environment variable.

To set SVN_Editor environment variable, follow the steps below:-

Continue reading How to set SVN_EDITOR environment variable »

How to svn thru ssh in Linux / Mac

advertisement

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:-

Continue reading How to svn thru ssh in Linux / Mac »