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:
Code:
git clone git://git.ffmpeg.org/rtmpdump
git log | more
:: or
git log --pretty=oneline --abbrev-commit | more
git checkout 60218d0