[MPlayer-dev-eng] svn policy change [RFC][PATCH]

Ivo ivop at euronet.nl
Wed Aug 9 00:51:07 CEST 2006


On Wednesday 09 August 2006 00:01, Michael Niedermayer wrote:
> On Tue, Aug 08, 2006 at 11:59:11PM +0300, Ivan Kalvachev wrote:
> [...]
>
> > #9
> > I'd like an sample command how exacly to do that svn copy from
> > previous revision.
>
> next time someone messes up ffmpeg svn ill try to find one ;)

There's probably a better way than this, but I once tried it at a file based 
test repo and did it with svn cat (that's why I mentioned svn cat in the 
svn-howto for inspecting old revisions in case of reverting changes). I 
did:

say you have fubar.c at revision 500 and want to revert to revision 498:

svn -r498 cat fubar.c > fubar.tmp
mv fubar.tmp fubar.c
svn commit fubar.c

:-)

--Ivo



More information about the MPlayer-dev-eng mailing list