Re: [AD] datafile.c bugfix |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> CVS isn't very easy to handle beeing anonymous, checkout works fine on DOS
> but update seems to require the file to be lost or else skipping. On Linux
> I can't even check it out using the commands suggested on the web page. (I
> have not experianced problems with cvs general, I use it in about 10
> different projects)
I have never had any problems with CVS updates, anonymous or not, DOS or
Linux.
> >cvs -z3 -d:pserver:anonymous@xxxxxxxxxx
>
> update alconfig.h
> CVS.EXE update: failed to open c:/allegro.cvs/.cvspass for reading: No
> such file or directory
> cvs server: move away alconfig.h; it is in the way
> C alconfig.h
>
> >del alconfig.h
> >cvs -z3 -d:pserver:anonymous@xxxxxxxxxx
>
> update alconfig.h
> CVS.EXE update: failed to open c:/allegro.cvs/.cvspass for reading: No
> such file or directory
> U alconfig.h
Don't to pass -d:pserver:anonymous@xxxxxxxxxx
when updating. Simply type:
cvs -z3 update
within the 'allegro' directory in your local CVS repository.
--
Eric Botcazou