You are not logged in.

#1 2008-04-09 02:53:41

kianvl
Member
Registered: 2007-10-01
Posts: 2

Are there some problems with cvs.archlinux.org

I used

export CVSROOT=:pserver:anonymous:anonymous@cvs.archlinux.org:/home/cvs-core
cvs -z3 co .

but few day it doesn't work:

? cvs-get.sh
cvs checkout: failed to create lock directory for `/home/cvs-core/CVSROOT' (/home/cvs-core/CVSROOT/#cvs.history.lock): Permission denied
cvs checkout: failed to obtain history lock in repository `/home/cvs-core'
cvs checkout: Updating .
cvs checkout: failed to create lock directory for `/home/cvs-core' (/home/cvs-core/#cvs.lock): Permission denied
cvs checkout: failed to obtain dir lock in repository `/home/cvs-core'
cvs [checkout aborted]: read lock failed - giving up


What is wrong?

Offline

#2 2008-04-09 03:11:42

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: Are there some problems with cvs.archlinux.org

The devs are in the process of moving the repos to SVN so you may have trouble until they sort this out.  You can still get the PKGBUILD etc through abs.  In fact, I thought read access was available still...

Offline

#3 2008-04-09 04:19:28

kianvl
Member
Registered: 2007-10-01
Posts: 2

Re: Are there some problems with cvs.archlinux.org

I do not work in Archlinux, so I couldn't use PKGBUILD or ABS... but I am interesting in way how packages are built in Archlinux.
I'll try cvs later.

Offline

#4 2008-04-10 11:21:46

anakin
Member
From: Portugal
Registered: 2006-09-11
Posts: 85
Website

Re: Are there some problems with cvs.archlinux.org

You can always use the cvs web interface here http://cvs.archlinux.org/ otherwise for a complete checkout of the core repo for instance install the csup package on your distro and follow these steps:

1. Create a supfile named supfile.core like this:

#
# supfile.core
#

# this is the host containing the core PKGBUILD files
*default host=cvs.archlinux.org

*default release=cvs
*default delete
*default use-rel-suffix
*default compress
#*default umask=002

*default tag=CURRENT
core

2. Run csup -L 1 -r 0 -g -b "/path_where_you_will_store_the_files" -P m -c .sup supfile.core


www.geekslot.com - a place where peculiar people fit

Offline

Board footer

Powered by FluxBB