[Freeciv-Dev] Re: (PR#4790) CVS snapshot creation broken
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|