Loading...
 
Architecture / Installation

Architecture / Installation


cvs -z5 up -dP broken?

posts: 22

Currently have 1.8.3 CVS installed and trying to update to 1.8.5. I am getting some strange errors. Web searching seems to indicate problems with the CVS servers.

root@pelorus tiki# cvs -z5 up -dP
? INSTALL
? JabberApplet.html
? README
? applet.html
? article_image.php
? backups
? banner_click.php
? banner_image.php
? categorize.php
? categorize_list.php
? changelog.txt

    • snip**

    • followed by a whole bunch more lines like that, followed by hundreds of lines like these:

cvs update: Updating .
cvs update: move away ./INSTALL; it is in the way
C INSTALL
cvs update: move away ./README; it is in the way
C README
cvs update: move away ./article_image.php; it is in the way
C article_image.php
cvs update: move away ./banner_click.php; it is in the way
C banner_click.php
cvs update: move away ./banner_image.php; it is in the way
C banner_image.php
cvs update: move away ./categorize.php; it is in the way
C categorize.php
cvs update: move away ./categorize_list.php; it is in the way
C categorize_list.php
cvs update: move away ./changelog.txt; it is in the way
C changelog.txt
cvs update: move away ./comments.php; it is in the way
C comments.php

    • big snip**


Is it something I did or do I need to scrap the update idea and do a fresh install?

Skip

posts: 2881 United Kingdom

cvs is handled by SourceForge so its out of our hands.

from a 1.8.3 I would probably do cvs up -dP -r BRANCH-1-8 to make sure that we havent branched something differently in the recent times.

You probably want REL-1-8-5 tho.

Damian