Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2003:
[Freeciv-Dev] Re: (PR#4790) CVS snapshot creation broken
Home

[Freeciv-Dev] Re: (PR#4790) CVS snapshot creation broken

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rt-guest@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#4790) CVS snapshot creation broken
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Aug 2003 06:01:04 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Reinier Post wrote:
> On Thu, Aug 14, 2003 at 08:53:39AM -0700, Jason Short wrote:
> 
>>[guest - Fri Aug  8 08:54:05 2003]:
>>
>>
>>>LAtest CVS snapshot at ftp://ftp.freeciv.org/pub/freeciv/latest is from
>>>28-Jul. It seems that snapshots are not currently generated.
>>
>>I think this patch should fix things.  Problem is that "make dist"
>>modifies the source directory (.po files), which leads to conflicts in
>>the "cvs up" step and results in broken .po files.
>>
>>jason
> 
> 
>    cvs -q up -d
> +  cvs -q up -d -A -C
> 
> Shouldn't the first line be removed?

Presumably because of a bug in cvs, "cvs up -A -C" will fail on a file 
that has to be both updated and reverted.

cvs [server aborted]: cannot open nl.po for copying: No such file or 
directory

doing a "cvs up -A" first will avoid this.  (In this case there are no 
sticky tags so the -A is not necessary in either case.)

jason




[Prev in Thread] Current Thread [Next in Thread]