Archive for June, 2008

wine 1.0 released

Wednesday, June 18th, 2008

get it here.

power user’s guide to firefox 3

Wednesday, June 18th, 2008

go here.

subversion: revision control system

Tuesday, June 17th, 2008

**these steps are for a stand alone repository.

check if subversion is already installed:
root@localhost ~]# rpm -q subversion

create a repository on a desired location, e.g /opt
root@localhost ~]# cd /opt
root@localhost opt]# svnadmin create repos

this will establish your repository in /opt/repos

root@localhost repos]# ls
conf    dav    db    format    hooks    locks    README.txt

go to /opt/repos/conf and edit passwd for user accounts and svnserve.conf for privileges

include these lines in svnserve.conf:
    anon-access = none
    auth-access = write
    password-db = passwd

lastly, enter the following commands:
root@localhost ~]# cd /usr/bin
root@localhost bin]# ./svnserve -d

—-
note: during linux installation, subversion is included. unless development tools were nselected.

next time, i’ll post how to connect to a subversion server with subclipse plugin for eclipse ide.

apple quicktime 7.5

Thursday, June 12th, 2008

get it here.