Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpdump Git and SVN

(http://stream-recorder.com/forum/showthread.php?t=9119)

svnpenn 05-18-2011 09:20 PM

rtmpdump Git and SVN


 
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?

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

Re: rtmpdump Git and SVN


 
bump :confused:

svnpenn 10-27-2011 08:35 PM

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



All times are GMT -6. The time now is 05:55 AM.