[MPlayer-cvslog] r18595 - trunk/version.sh

Diego Biurrun diego at biurrun.de
Tue Jun 6 16:00:20 CEST 2006


On Tue, Jun 06, 2006 at 04:02:08PM +0200, Ivo wrote:
> On Tuesday 06 June 2006 15:43, Diego Biurrun wrote:
> > On Tue, Jun 06, 2006 at 03:36:22PM +0200, Ivo wrote:
> > > On Tuesday 06 June 2006 14:45, Diego Biurrun wrote:
> > > > I tested on OS X 10.4.  The only possible problem I see is 'head -n
> > > > 1' vs 'head -1'.
> > >
> > > How about:
> > >
> > > revision=r`grep -m 1 committed-rev .svn/entries | cut -d '"' -f 2
> > > 2>/dev/null`
> >
> > Does this work with non-GNU grep?  If it does, go right ahead and
> > commit.
> 
> Hmm, it does not. I don't have access to any non-gnu grep atm, but I checked 
> the manpage of Solaris and it doesn't support the -m option.
> This should work everywhere though:
> 
> revision=r`grep committed-rev .svn/entries | sed 1q | cut -d '"' -f 2 
> 2>/dev/null`
> 
> Can I use my old CVS user/pass combination for Subversion?

I need a FAQ already.  It seems that developers are worse at reading
mailing list announcements than users are at reading documentation...

Diego



More information about the MPlayer-cvslog mailing list