[FFmpeg-cvslog] [ffmpeg-web] branch master updated. e032977 download: remove the old FFmpeg SVN reference.

gitolite ffmpeg-cvslog at ffmpeg.org
Mon Jun 25 22:29:21 CEST 2012


The branch, master has been updated
       via  e0329773dce3cf886f328e9911a22c0c6d44b8ac (commit)
       via  79c7fcbc81942fd24cfb7f0935aec41ebad7684d (commit)
      from  1954ae7cad3925897231c8eb2f35f4e8903d828e (commit)


- Log -----------------------------------------------------------------
commit e0329773dce3cf886f328e9911a22c0c6d44b8ac
Author:     Clément Bœsch <ubitux at gmail.com>
AuthorDate: Thu Jun 21 22:45:20 2012 +0200
Commit:     Clément Bœsch <ubitux at gmail.com>
CommitDate: Mon Jun 25 19:29:46 2012 +0200

    download: remove the old FFmpeg SVN reference.

diff --git a/src/download b/src/download
index 383c858..d43378c 100644
--- a/src/download
+++ b/src/download
@@ -268,32 +268,6 @@ developers and groups of developers are available.
 Note, if you have a public clone of ffmpeg and want to be listed above, contact us.
 </p>
 
-
-<h2>FFmpeg SVN</h2>
-<p><b>
-FFmpeg development has moved to a Git repository, and the SVN
-repository is no longer updated. The last revision committed to SVN
-was r26402 on 2011-01-19.
-
-The SVN repository may be removed in a near future, so you're
-recommended to use the Git repository instead.
-</b></p>
-
-<p>
-In order to use the standard SVN client to check out the source code:
-</p>
-
-<blockquote>
-<pre>svn checkout <a href="svn://svn.ffmpeg.org/ffmpeg/trunk">svn://svn.ffmpeg.org/ffmpeg/trunk</a> ffmpeg</pre>
-</blockquote>
-
-<p>
-If you cannot access the repository, you are being firewalled somewhere.
-Our Subversion setup does <strong>not</strong> work over HTTP/HTTPS, nor
-will it in the future. There is no point in asking for it, the decision
-is final.
-</p>
-
 <a name="releases"></a><h1>FFmpeg Releases</h1>
 
 <p>

commit 79c7fcbc81942fd24cfb7f0935aec41ebad7684d
Author:     Clément Bœsch <ubitux at gmail.com>
AuthorDate: Thu Jun 21 22:44:26 2012 +0200
Commit:     Clément Bœsch <ubitux at gmail.com>
CommitDate: Mon Jun 25 19:29:46 2012 +0200

    download: rework the page.
    
    Move the long list of repositories lower, and provides an explicit
    copy-pastable git clone URL.

diff --git a/src/download b/src/download
index 622d4b3..383c858 100644
--- a/src/download
+++ b/src/download
@@ -8,25 +8,66 @@ constantly. Development branch snapshots work really well 99% of the
 time so people are not afraid to use them.
 </p>
 
-<h2>FFmpeg Git</h2>
 <p>
-FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
-Given the decentralized nature of Git, multiple repositories from
-developers and groups of developers are available.
+You can retrieve the source code through the standard Git client by
+using the command:
 </p>
 
+<pre>git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg</pre>
+
 <p>
-You can retrieve the source code through the standard Git client by
-using the command:
+If you are a distributor, you can find <a href="#releases">release tarballs
+below</a>.
 </p>
 
-<blockquote>
-<pre>git clone <i>CLONE_URL</i> ffmpeg</pre>
-</blockquote>
+<h2 id="snapshots">FFmpeg Repository Snapshots</h2>
+
+<p>
+For the main ffmpeg repository you can also directly download the
+<a href="releases/ffmpeg-snapshot.tar.bz2">source snapshot</a>
+that we generate each night instead of grabbing a source snapshot
+from the gitweb URL. This is slightly preferred since it reduces
+the load on our server.
+</p>
+
+<p>
+Alternatively, if you cannot access Git directly or wish to speed up
+the cloning and reduce the bandwidth usage, we also offer a complete
+<a href="releases/ffmpeg-snapshot-git.tar.bz2">git snapshot</a>
+tarball that comes with git metadata and version history to
+bootstrap your local repository.
+</p>
+
+<h2>FFmpeg Linux Builds </h2>
+<p>
+FFmpeg Debian packages for Oldstable, Stable, Testing, Unstable
+(amd64, i386, powerpc, sparc, ia64, armel, mips, mipsel) are available at
+<a href="http://www.deb-multimedia.org/">deb-multimedia</a>.
+</p>
+
+<p>
+FFmpeg Ubuntu packages for Precise, Oneiric, Natty, Maverick, and Lucid
+(amd64, i386) are available at
+<a href="https://launchpad.net/~jon-severinsson/+archive/ffmpeg">Jon Severinsson's FFmpeg PPA</a>.
+</p>
+
+<p>
+FFmpeg static builds are available at
+<a href="http://ffmpeg.gusari.org/static/">FFmpeg Static Builds by Burek</a> and
+<a href="http://dl.dropbox.com/u/24633983/ffmpeg/index.html">FFmpeg Static Builds by Relaxed</a>.
+</p>
+
+<h2>FFmpeg Windows Builds </h2>
+<p>
+FFmpeg Windows Builds are available at
+<a href="http://ffmpeg.zeranoe.com/builds/">Zeranoe FFmpeg Builds</a>.
+</p>
 
+<h2>Extra repositories</h2>
 <p>
-where <i>CLONE_URL</i> is one of the Git clone URLs listed in the
-table below.
+FFmpeg is developed with <a href="http://git-scm.com/">Git</a>.
+Given the decentralized nature of Git, multiple repositories from
+developers and groups of developers are available.
 </p>
 
 <table id="repos">
@@ -227,49 +268,6 @@ table below.
 Note, if you have a public clone of ffmpeg and want to be listed above, contact us.
 </p>
 
-<h2>FFmpeg Repository Snapshots</h2>
-
-<p>
-For the main ffmpeg repository you can also directly download the
-<a href="releases/ffmpeg-snapshot.tar.bz2">source snapshot</a>
-that we generate each night instead of grabbing a source snapshot
-from the gitweb URL. This is slightly preferred since it reduces
-the load on our server.
-</p>
-
-<p>
-Alternatively, if you cannot access Git directly or wish to speed up
-the cloning and reduce the bandwidth usage, we also offer a complete
-<a href="releases/ffmpeg-snapshot-git.tar.bz2">git snapshot</a>
-tarball that comes with git metadata and version history to
-bootstrap your local repository.
-</p>
-
-<h2>FFmpeg Linux Builds </h2>
-<p>
-FFmpeg Debian packages for Oldstable, Stable, Testing, Unstable
-(amd64, i386, powerpc, sparc, ia64, armel, mips, mipsel) are available at
-<a href="http://www.deb-multimedia.org/">deb-multimedia</a>.
-</p>
-
-<p>
-FFmpeg Ubuntu packages for Precise, Oneiric, Natty, Maverick, and Lucid
-(amd64, i386) are available at
-<a href="https://launchpad.net/~jon-severinsson/+archive/ffmpeg">Jon Severinsson's FFmpeg PPA</a>.
-</p>
-
-<p>
-FFmpeg static builds are available at
-<a href="http://ffmpeg.gusari.org/static/">FFmpeg Static Builds by Burek</a> and
-<a href="http://dl.dropbox.com/u/24633983/ffmpeg/index.html">FFmpeg Static Builds by Relaxed</a>.
-</p>
-
-<h2>FFmpeg Windows Builds </h2>
-<p>
-FFmpeg Windows Builds are available at
-<a href="http://ffmpeg.zeranoe.com/builds/">Zeranoe FFmpeg Builds</a>.
-</p>
-
 
 <h2>FFmpeg SVN</h2>
 <p><b>

-----------------------------------------------------------------------

Summary of changes:
 src/download |  132 +++++++++++++++++++++++-----------------------------------
 1 files changed, 52 insertions(+), 80 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list