Codeville Quickstart
The Codeville distributed version management system has documentation that is, to say the least, quite lacking.
So let's say for example that you want to get started playing around with Codeville and you don't have a lot of time in which to do it. Here's the skinny:
- Install Python 2.3 or newer
- Install Berekely DB 4.1 or newer
- Install python-bsddb (version is less important)
- Install Codeville
- $ touch /etc/cdvserver.conf
- $ mkdir /repository
- $ cd /repository
- $ touch codeville_repository passwd
- $ cdvpasswd -f ./passwd add user@hostname
- $ cdvserver -n -d -f .
- $ mkdir /mycode
- $ cd /mycode
- $ mkdir CVILLE
- $ cdv set user user@hostname
- $ cdv set repository cdv://127.0.0.1/testprogram
- $ cdv create cdv://127.0.0.1/testprogram
- $ date > date.txt
- $ cdv add ...
- $ cdv commit
There you go. That's all you need to get started with a Codeville server, client, and initial commit. Have fun.
No comments:
Post a Comment