We should first remove git if you have installed it from repositories:
sudo apt-get remove git git-svn
Create a temporary directory on your local folder where you’ll download git.
mkdir ~/sources
cd sources/
Go to http://git.or.cz/ and download their latest stable version. Currently it’s v1.6.3.
wget http://kernel.org/pub/software/scm/git/git-1.6.3.tar.gz
Issue the apt-get command to get dependencies,
sudo apt-get build-dep git-core
extract the git source,
tar xzvf git-1.6.3.tar.gz
get [...]
How to install Subversion 1.5.0 on Ubuntu 8.04
Posted por Antonio Rosado - 5 CommentsFirsts things first and you’ll need to log on to your server and enter super user mode.
you@yourserver:~$ su
Change directory to /usr/local/src/
Now, you’ll need to download the Subversion packages and some dependencies. These packages will depend on the kind of server you have. Enter the commands one after the other.
Assuming your server is an AMD
root@yourserver:# wget [...]
A WeBreakStuff vai dar uma formação em Ruby on Rails que decorrerá nos próximos dias 19, 20 e 21 de Maio em Coimbra e está dividida em dois módulos: Ruby e Rails: as bases (1º e 2º dias) e tópicos avançados (3º dia).
Estes dois módulos podem ser adquiridos separadamente, embora o “best value” esteja em [...]





