Обсуждение статьи тематического каталога: Настройка локального cvsup (cvsupd) сервера. (cvsup update freebsd)Ссылка на текст статьи: http://www.opennet.me/base/sys/local_cvsupd.txt.html
$ cat /usr/ports/net/cvsup-mirror/pkg-descr
This is the CVSup Mirror Kit, an easy way to set up a FreeBSD mirror
site. When you type "make", it asks you a few questions about
which files you want to mirror, where you want to put them on your
disks, where you want to update them from, etc. After a "make
install" your system will then be running as a nearly self-maintaining
FreeBSD mirror site. It will even update its own configuration
files from the master site automatically.This kit is not for people who just want to keep their own files
up to date with CVSup. It is for people who wish to run servers
that distribute the FreeBSD sources to others.
Спасибо :) - буду знать еще одну полезную программу.
Отличная, полезная статья.
Только есть маленькая ошибка.
<base_cvsup_server>/sup/ports-all - файл в этом каталоге должен называться "releases", а не "release".
нашел опечатку-if [ ! -d ${www_dir} ]; then
+if [ ! -d ${www_conf} ]; then
echo "ERROR!"
echo "FILE ${www_conf} NOT FOUND"
exit 1
fiзы: за статью спасибо
test2# cvsup -g -L 2 /root/supfile
Parsing supfile "/root/supfile"
Connecting to 10.11.12.5
Connected to 10.11.12.5
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Server message: Unknown collection "src-all"
Establishing multiplexed-mode data connection
Running
Skipping collection src-all/cvs
Shutting down connection to server
Finished successfully
что-то не работает
>test2# cvsup -g -L 2 /root/supfile
>Parsing supfile "/root/supfile"
>Connecting to 10.11.12.5
>Connected to 10.11.12.5
>Server software version: SNAP_16_1h
>Negotiating file attribute support
>Exchanging collection information
>Server message: Unknown collection "src-all"
>Establishing multiplexed-mode data connection
>Running
>Skipping collection src-all/cvs
>Shutting down connection to server
>Finished successfully
>что-то не работает
1. Какая ОС
2. Как ставил сам локальный CVS
от жиж блин)))
releases надо писать, а не release)))С уважением)
-if [ ! -d ${www_dir} ]; then
+if [ ! -f ${www_conf} ]; then
echo "ERROR!"
echo "FILE ${www_conf} NOT FOUND"
exit 1
fi
<base_cvsup_server>/sup/www/list.cvs
-upgrade date
+upgrade data
Что-то правда не хочет работать !
Может что-то не так прописываю ?
Вот что пишит :
Parsing supfile "supfile.conf"
Connecting to 192.168.175.253
Connected to 192.168.175.253
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Server message: Unknown collection "ports-all"
Establishing multiplexed-mode data connection
Skipping collection ports-all/current
Running
Shutting down connection to server
Finished successfully
Ребятки, копался весь день - чуть не повесился - всё запускается нормально, но не обновляет коллекцию в результате. В и-нете инфы нема. Совершенно случайно наткнулся в разговоре о другом - у КЛИЕНТА *default tag=. - НЕ НУЖЕН!!!А за статью большой респект, только вот этот глюк убил.