I need a terminal that will support svn on windows and I found that MobaXterm is one of them. However going to their plugin installation page which says:
To install these plugins, just download them and put them in the same directory than the MobaXterm executable.
So I downloaded it and put it in the file C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition however I still get the error message
Sorry: Svn is not included in this version of MobaXterm.
You can check online if you find a Svn plugin for MobaXterm
by ctrl+clicking here: http://mobaxterm.mobatek.net .
If you need a custom version of MobaXterm that includes Svn,
do not hesitate to ask us for a quotation: mailto:[email protected] .
Does anyone have experience with this software or recommended a terminal that can support svn in windows?
apt-get install git
in order to have the latest version. It is fully automatic (download and installation, no need to add plugin). What is also important it to update to last libopenssl version, so after the git install you need to update libopenssl withapt-get install libopenssl100
. Hope it helps – Jovita