PDA

View Full Version : rtmpdump Git and SVN


svnpenn
05-18-2011, 09:20 PM
on the rtmpdump page
http://rtmpdump.mplayerhq.hu

recently it has been changed from
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump

to
git clone git://git.ffmpeg.org/rtmpdump

for downloading the source

1. is svn not being used anymore for RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm)?

2. if so, why is svn still showing for older releases?

3. if git is the new way of things, how do you get a specific older
release with git, for example r562

any ANONYMOUS forum user
10-27-2011, 04:03 AM
bump :confused:

svnpenn
10-27-2011, 08:35 PM
1. The Last Changed Rev for SVN is 568, April 7 2011
http://repo.or.cz/w/rtmpdump.git/commit/6155179b296f9749f713bb9bf47e9ca1fdb1a201

Updates have been through Git since then.

2. SVN is still showing for historical reasons, I guess

3. If you want older releases the easiest way it to browse the Git mirror
http://repo.or.cz/w/rtmpdump.git

You can also do this from the command line, examples:

git clone git://git.ffmpeg.org/rtmpdump

git log | more
:: or
git log --pretty=oneline --abbrev-commit | more

git checkout 60218d0