You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andy Singleton <an...@assembla.com> on 2011/11/30 20:24:57 UTC

Patch to update the Binary Package download page with client-only, no-registration options

  Here is a patch to update the Binary Package page with links to client 
packages.  This will make it easier for users to upgrade to 1.7.

This patch is an update to
http://subversion.apache.org/packages.html

This patch keeps the links in alphabetical order.

BASIC FEATURES
* No registration is required.  No cookies or other user tracking are used
* Recent stable versions of Apache Subversion clients compiled and 
tested by Assembla or WANdisco
* Client only.  The majority of download users are looking for clients
* Directly link to each operating system with anchor links
* Users will have options to get some graphical open source clients, 
such as an enhanced Tortoise and a fixed-up version of Jack Repenning's 
SCplugin


Index: packages.html
===================================================================
--- packages.html    (revision 1208468)
+++ packages.html    (working copy)
@@ -96,6 +96,12 @@
<div class="package" style="background-image: url('/images/centos.png');">

<ul>
+<li><p><a href="http://svn-ref.assembla.com/download-clients.html#CentOS">
+        Assembla</a> (32- and 64-bit client only; supported by
+ <a href="http://www.assembla.com/">Assembla</a>, compiled and tested by
+ <a href="http://www.wandisco.com/"
+ >WANdisco</a>)</p>
+</li>
<li><p><a href="http://www.collab.net/downloads/subversion/redhat.html">
          CollabNet</a> (client only; supported and certified by
<a href="http://www.collab.net/subversion"
@@ -120,6 +126,12 @@
<div class="package" style="background-image: url('/images/debian.png');">

<ul>
+<li><p><a href="http://svn-ref.assembla.com/download-clients.html#Debian">
+        Assembla</a> (32- and 64-bit client only; supported by
+ <a href="http://www.assembla.com/">Assembla</a>, compiled and tested by
+ <a href="http://www.wandisco.com/"
+ >WANdisco</a>)</p>
+</li>
<li><p><a 
href="http://packages.debian.org/search?keywords=subversion&amp;exact=1"
 >Debian Project</a> (maintained by
<a href="mailto:subversion@packages.debian.org"
@@ -248,6 +260,11 @@
<div class="package" style="background-image: url('/images/mac.png');">

<ul>
+<li><p><a 
href="http://svn-ref.assembla.com/download-clients.html#Mac-OSX">
+        Assembla</a> (Mac OSX 10.6/10.7 client only; supported and 
maintained by
+ <a href="http://www.assembla.com/">Assembla</a>)
+ </p>
+</li>
<li><p><a href="http://pdb.finkproject.org/pdb/package.php/svn"
 >Fink</a> (requires <a href="http://www.finkproject.org/">Fink</a>; 
maintained by
<a href="mailto:chris01@users.sourceforge.net"
@@ -337,6 +354,12 @@
<div class="package" style="background-image: url('/images/suse.png');">

<ul>
+<li><p><a 
href="http://svn-ref.assembla.com/download-clients.html#SUSE-Linux">
+        Assembla</a> (32- and 64-bitclient only; supported by
+ <a href="http://www.assembla.com/">Assembla</a>, compiled and tested by
+ <a href="http://www.wandisco.com/"
+ >WANdisco</a>)</p>
+</li>
<li><p><a href="http://www.collab.net/downloads/subversion/redhat.html">
          CollabNet</a> (client only; supported and certified by
<a href="http://www.collab.net/subversion"
@@ -368,6 +391,12 @@
<div class="package" style="background-image: url('/images/ubuntu.png');">

<ul>
+<li><p><a href="http://svn-ref.assembla.com/download-clients.html#Ubuntu">
+        Assembla</a> (32- and 64-bit client only; supported by
+ <a href="http://www.assembla.com/">Assembla</a>, compiled and tested by
+ <a href="http://www.wandisco.com/"
+ >WANdisco</a>)</p>
+</li>
<li><p><a 
href="http://packages.ubuntu.com/search?keywords=subversion&amp;exact=1"
 >Ubuntu Packages</a> (maintained by
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss"
@@ -396,6 +425,12 @@
<div class="package" style="background-image: url('/images/windows.png');">

<ul>
+<li><p><a 
href="http://svn-ref.assembla.com/download-clients.html#Windows">
+        Assembla</a> (32- and 64-bit client only; supported by
+ <a href="http://www.assembla.com/">Assembla</a>, compiled and tested by
+ <a href="http://www.wandisco.com/"
+ >WANdisco</a>)</p>
+</li>
<li><p><a href="http://www.collab.net/downloads/subversion/"
 >CollabNet</a> (client only; supported and certified by
<a href="http://www.collab.net/subversion"


Re: Patch to update the Binary Package download page with client-only, no-registration options

Posted by "C. Michael Pilato" <cm...@collab.net>.
On 11/30/2011 02:24 PM, Andy Singleton wrote:
> Here is a patch to update the Binary Package page with links to client
> packages.  This will make it easier for users to upgrade to 1.7.

Andy, your patch didn't survive the transfer.  (The basic gist is there, but
the patch format is mangled.)

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: Patch to update the Binary Package download page with client-only, no-registration options

Posted by Mark Phippard <ma...@gmail.com>.
On Wed, Nov 30, 2011 at 2:24 PM, Andy Singleton <an...@assembla.com> wrote:
> Here is a patch to update the Binary Package page with links to client
> packages.  This will make it easier for users to upgrade to 1.7.
>
> This patch is an update to
> http://subversion.apache.org/packages.html
>
> This patch keeps the links in alphabetical order.
>
> BASIC FEATURES
> * No registration is required.  No cookies or other user tracking are used
> * Recent stable versions of Apache Subversion clients compiled and tested by
> Assembla or WANdisco
> * Client only.  The majority of download users are looking for clients
> * Directly link to each operating system with anchor links
> * Users will have options to get some graphical open source clients, such as
> an enhanced Tortoise and a fixed-up version of Jack Repenning's SCplugin
>
>
> Index: packages.html
> ===================================================================
> --- packages.html    (revision 1208468)
> +++ packages.html    (working copy)
> @@ -96,6 +96,12 @@
> <div class="package" style="background-image: url('/images/centos.png');">
>
> <ul>
> +<li><p><a href="http://svn-ref.assembla.com/download-clients.html#CentOS">
> +        Assembla</a> (32- and 64-bit client only; supported by

It might just be a copy and paste oversight, but all of the links on
this page you are linking to says the license is GPL.  That is true
for TortoiseSVN, but shouldn't the license for all of the plain
Subversion packages be listed as Apache 2.0?

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/