Browsing articles in "Subversion"
Apr
18

Vim IDE and PHP / Symfony / Web develompment

By rzelazko  //  Linux, PHP, Subversion  //  2 Comments

VIM Logo VIM is very useful feature reach development environment. Its look & feel is beet different than other well known IDE. This difference is VIM power – it is extremely fast, has syntax highlighting, auto indent, bracket matching, code folding, etc.

VIM can work as the fastest professional development environment but requires from user change some of his habits. For the convenience of working with VIM you will need few free lessons (from vimtutor) a bit time and tips from this blog. After all you will work the most efficiently with the VIM, faster than in any other editor. read more

Nov
28

SVNManager on Debian

This howto describe installation process of SVNManager od Debian, should also work on Ubuntu. Howto based on http://redimp.de/(…)SVNManager.html.

First step is installation of apache2 and php5, it won’t be describe here.
Next step is installation of necessary packages

aptitude install php-pear libapache2-svn subversion
pear install -f -o VersionControl_SVN

read more

Jan
9

Setting up subversion and websvn on Debian

This howto will illustrate a way to install and configure Subversion and websvn on a Debian server: http://www.howtoforge.com/debian_subversion_websvn

Oct
8

SmartSVN on Debian

To install SmartSVN on Debian / Ubuntu type in console:

wget -c http://rafekz.one.pl/smartsvn_3.0.2.deb
aptitude install sun-java6-jre
dpkg -i smartsvn_3.0.2.deb