Company: HostMonster, Inc.
Country: United States
Founded: 1996
Phone: 1-866-573-4678
Address: 1958 South 950 East Provo, UT 84606

* UNLIMITED Hosting Space
* Unlimited bandwidth transfer
* hostmonster 24/7 Superb/Responsive Sales/Support
* 2,500 POP/Imap Email Accounts
* Free domain name
* SSH (Secure Shell), SSL, FTP, Stats
* CGI, Ruby (RoR), Perl, PHP, MySQL
* 12 months : $5.95/mo
** This Hostmonster Review is hosted with Hostmonster Hosting.
VISIT HOSTMONSTER
HostMonster SVN
HostMonster host is the default does not support SVN (version control procedures), but we can at HostMonster Host SVN install on the server side and client, as follows (the installation of the premise: the opening SSH access):
1, download and extract SVN1.4.6
$ Wget http://subversion.tigris.org/downloads/subversion-1.4.6.tar.bz2
$ Wget http://subversion.tigris.org/downloads/subversion-deps-1.4.6.tar.bz2
$ Tar xjf subversion-1.4.6.tar.bz2
$ Tar xjf subversion-deps-1.4.6.tar.bz2
$ Mkdir svn
2, configuration compiler option, the installation of SVN, the following options are explained:
*-Prefix: tell "make install" to be installed where
*-With-expat = builtin: Since at hostmonster host on apr-utils (included in subversion deps) should not the normal installation, so instead of using bulitin
*-With-ssl: support for https.
*-With-pic: Compile all the position-dependent code ( "Position Independent Code") if not set, will be at Hostmonster database link error.
Next:
$ Cd subversion-1.4.6
$. / Configure-prefix = $ HOME / svn-with-expat = builtin-with-pic-with-ssl
$ Make
$ Make install
3 to see whether the normal work of Subversion
$ Cd
$ Svn / bin / svn-version
svn, version 1.4.6 (r28521) ... ...
$ svn / bin / svnadmin create svntest
4, at any place if you want to be able to use SVN command, modify the. Bashrc file. Add the following line:
export PATH = ~ / python / bin: ~ / svn / bin: $ PATH
Note: Be sure to at. Bashrc to add, because at svn through ssh access only by default when the document is loaded, not loaded. Bash_profile file, here, we are able to use a SVN client, such as: can be used svn cohttp: / / xxxx.xx.xx such a command from the Internet directly download the source code open-source projects; We also should not directly from the local use such as TortoiseSvn this client software, hostmonster on the SVN-http Service. Hostmonster users because of the prohibition of Aapche add modules, so we are unable to add SVN support for http, the only way, only through the way SVN-SSH to access version of the Treasury.
5, configuration TortoiseSvn
TortoiseSvn-Network - set-ssh client, use the following parameters: TortoisePlink.exe-l xxx-pw xxx, try SVN detection, svn-ssh detection path: svn + ssh: / / [user name] @ [ Web site] / home / [user name] / [SVN storage path], such as the recently created svntest path: svn + ssh: / / [email protected] / xuming / svntest.
Success, now can use svn up hostmonster client, can also hostmonster as their svn server. For more security, you can use ssh keys to access hostmonster hosting, hostmonster control panel support ssh key generation and import