View Single Post
  #3  
Old 10-27-2011, 08:35 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: rtmpdump Git and SVN


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
Reply With Quote