On Wed, May 04, 2005 at 07:22:34PM +0200, Lele Gaifax wrote: > >>>>> "Nathan" == Nathan Gray <[EMAIL PROTECTED]> writes: > > Nathan> Updating 'Apache' from revision '2005-01-04 23:37:55 by > Nathan> trorabaugh' TZ=UTC cvs -f > Nathan> -d///var/sync/capad/perl/modules/ rlog -N -S -r:HEAD > Nathan> -d'2005-01-04 23:37:55 UTC<' Apache > /tmp/tailor5C2Urhcvs > Nathan> 2>&1 [Error 256] Failure getting upstream changes: 'cvs > Nathan> log' on '/var/sync/capad/perl/modules/Apache/.' returned > Nathan> status 256 > > Nathan> Every CVS module I maintain with tailor.py gives the same > Nathan> error message. > > Are those coming out from the same repository?
Yes, all are listed in my config file as ///var/sync/capad/perl/modules/ which is really just a directory with a bunch of CVS sandboxes. The actual repository is on another server. That is specified in each sandbox in the file ./CVS/Root, and in the environment variable $CVSROOT (though I do not believe the environment variable is necessary). > Nathan> When I go into /var/sync/capad/perl/modules/Apache and > Nathan> type 'cvs log', I get logs. > > Isn't /var/sync/capad/perl/modules/Apache the CVS repository? What > about manually re-executing exactly the same command tailor did? > What is its output? If I run the command I think tailor is running, I get this: $ TZ=UTC cvs -f -d///var/sync/capad/perl/modules/ rlog -N -S -r:HEAD -d'2005-01-04 23:37:55 UTC<' Apache > /tmp/tailor6O0355cvs cvs [rlog aborted]: ///var/sync/capad/perl/modules/CVSROOT: No such file or directory I think I must keep tailor pointing to my sandboxes as upstream, so that sync'ing back from darcs works. So far, I haven't had any problems pulling down revisions with this setup, well, until last week when it stopped working. I am wondering if there might be some file that is corrupted in each sandbox. Late last week, I started getting this error on one of the CVS modules, but not the rest. Yesterday I tried each module independently, and all failed with the same error message. -kolibrie _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
