[FFmpeg-devel] [PATCH] Rename ffmpeg.regression.ref to vsynth.regression.ref

Stefano Sabatini stefano.sabatini-lala
Fri Jun 19 00:42:30 CEST 2009


On date Thursday 2009-06-18 23:12:05 +0100, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
> 
> > Hi, there seems to be no point into naming it ffmpeg.regression.ref,
> > should allow further simplifications.
> >
> >
> >
> > Property changes on: tests/vsynth.regression.ref
> 
> ???
> 
> > Added: svn:mergeinfo
> 
> ???
> 
> > Index: tests/ffmpeg.regression.ref
> > ===================================================================
> > --- tests/ffmpeg.regression.ref	(revision 19219)
> > +++ tests/ffmpeg.regression.ref	(working copy)
> 
> Be sure to do the rename with svn mv.  The diff looks like you simply
> renamed the file.

That's the result of the command:
stefano at geppetto ~/s/f/tests> svn mv ffmpeg.regression.ref vsynth.regression.ref
A         vsynth.regression.ref
D         ffmpeg.regression.ref

svn adds the file vsynth.regression.ref, which is just a copy of
ffmpeg.regression.ref, so attaches to it the svn:mergeinfo property and
make it inherit the ffmpeg.regression.ref history, *then* blasts
ffmpeg.regression.ref.

Looks just fine to me.
 
> > Index: Makefile
> > ===================================================================
> > --- Makefile	(revision 19219)
> > +++ Makefile	(working copy)
> > @@ -138,11 +138,11 @@
> >  
> >  fulltest test: codectest lavftest seektest
> >  
> > -FFMPEG_REFFILE   = $(SRC_PATH)/tests/ffmpeg.regression.ref
> >  FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
> >  LAVF_REFFILE     = $(SRC_PATH)/tests/lavf.regression.ref
> >  ROTOZOOM_REFFILE = $(SRC_PATH)/tests/rotozoom.regression.ref
> >  SEEK_REFFILE     = $(SRC_PATH)/tests/seek.regression.ref
> > +VSYNTH_REFFILE   = $(SRC_PATH)/tests/vsynth.regression.ref
> >  
> >  CODEC_TESTS = $(addprefix regtest-,             \
> >          mpeg                                    \
> > @@ -251,7 +251,7 @@
> >  	@exit 1
> >  
> >  codectest: $(VSYNTH_REG) $(ROTOZOOM_REG)
> > -	diff -u -w $(FFMPEG_REFFILE)   $(VSYNTH_REG)
> > +	diff -u -w $(VSYNTH_REFFILE)   $(VSYNTH_REG)
> >  	diff -u -w $(ROTOZOOM_REFFILE) $(ROTOZOOM_REG)
> >  
> >  lavftest: $(LAVF_REG)
> 
> Makefile part OK.

Regards.
-- 
FFmpeg = Forgiving and Faboulous MultiPurpose Eccentric Guru



More information about the ffmpeg-devel mailing list