[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Xaaes:update:info.c



On Fri, 2009-09-04 at 10:31 +0200, Andreas Schwab wrote:
> Alan Hourihane <alanh@fairlite.co.uk> writes:
> 
> > On Thu, 2009-09-03 at 22:26 +0200, Helmut Karlowski wrote:
> >> Am 01.09.2009, 23:41 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:
> >> >> always the new files are just listed but not diffed.
> >> >>
> >> >> ? info.c
> >> >> ? info.h
> >> >
> >> > You have to "cvs add" these files first of all.
> >> 
> >> 
> >> #cvs add info.c
> >> cvs [server aborted]: "add" requires write access to the repository
> >
> > Ugh. Yeah, that's a problem. 
> 
> cvs add should not really require write access, since all it actually
> does is add a line to CVS/Entries.  You can simulate that with
> echo "/info.c/0/dummy timestamp//" >> CVS/Entries

CVS has to ensure that the file hasn't been added by someone else
already.

git is the answer here :-0

Alan.