[Mplayer-devel] Re: [MPlayer-cvslog] CVS: main Makefile, 1.326, 1.327 configure, 1.1034, 1.1035 mencoder.c, 1.303, 1.304

Michael Niedermayer michaelni at gmx.at
Tue Aug 2 02:04:41 CEST 2005


Hi

On Tuesday 02 August 2005 00:34, The Wanderer wrote:
> Reimar Döffinger wrote:
> > Hi, On Mon, Aug 01, 2005 at 10:16:58PM +0200, Alexander Strasser
> >
> > (beastd) wrote:
> >> Log Message:
> >> Support new static libavcodec (depends on libavutil).
> >
> > Don't forget to get libavutil! And somebody should update the
> > download instructions on the homepage, I already fixed codecs.xml.
>
> This may be just another symptom of my ignorance of CVS (although this
> time I *have* searched the docs with no success), but: although I've
> gotten things into a state in which the three libav* directories will be
> updated along with MPlayer CVS, there is still the annoyance that cvs
> asks me for my password *twice* with every update - presumably, once per
> cvsroot (cvsroot/mplayer vs. cvsroot/ffmpeg). Have I managed to miss a
> way to avoid this behaviour, or is it Just One Of Those Things which
> comes as part and parcel of non-anonymous access?

one way to avoid pw questions on cvs commands is the following very trivial 
script, sadly it will ignore multiple cvs roots
----
#!/bin/sh
var=`cat CVS/Root`
cvs -z3 -d :pserver:anonymous@${var#*@} $*
----

and ssh-agent should probably work too ...

-- 
Michael




More information about the MPlayer-cvslog mailing list