[FFmpeg-devel] [PATCH] Update download page after Git migration
Rob
robert.swain
Mon Jan 17 12:36:15 CET 2011
On 17 January 2011 12:29, Stefano Sabatini
<stefano.sabatini-lala at poste.it> wrote:
> On date Monday 2011-01-17 12:19:11 +0100, Stefano Sabatini encoded:
>> I plan to apply this patch soon to ffmpeg.org, please comment.
>>
>> I also plan to move the Git section before the SVN section.
>
> Updated with some rewording.
+<p><b>
+The FFmpeg development has moved to a Git repository, and the SVN
s/The//
+repository is not anymore updated. r26400 was the last revision
s/not anymore/no longer/
+committed to SVN in date 2011-01-17.
s/in date/on/
+The SVN repository may be removed soon, so you're recommended to use
+the Git repository instead.
+</b></p>
+In order to use the standard Git client to check out the source code:
</p>
<blockquote>
<pre>
-git clone git://git.ffmpeg.org/ffmpeg/
-cd ffmpeg
-git clone git://git.ffmpeg.org/libswscale/
+git clone git://git.videolan.org/ffmpeg
</pre>
</blockquote>
Note that is gives read only access. There are details in the howto
for making a read/write clone.
+consider using the development trunk (see above), which is the only
version on that FFmpeg
developers actively work on. The release branches only cherry pick selected
s/trunk/branch/
s/on that/on which/
s/work on/work/
Regards,
Rob
More information about the ffmpeg-devel
mailing list