Feeds:
Posts
Comments

Archive for January, 2008

With my recent conversion to Linux one of the first things I missed was a familiar DB client.
I’d been working with Toad on Windows for quite a bit now and had grown rather used to the interface. I needed a similar replacement on Linux. A search for “Toad + Linux” threw up a lot [...]

Read Full Post »

subversion setup

Install subversion on Ubuntu :

sudo apt-get

install subversion

Check the installation :

svn –version

svnadmin –version

Create a repository :

mkdir ~/svn-repos

svnadmin create ~/svn-repos

At this point you should have a folder called svn-repos in your home directory with [...]

Read Full Post »