From 47730c0e3c06e0537b6f04c87ebb53f5d40d45a9 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 4 Dec 2006 17:22:23 +0000 Subject: [PATCH] Update download page for new SVN Connection Method git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5048 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- web/download.htm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web/download.htm b/web/download.htm index 8fcb916f8..9bf3e0ddf 100644 --- a/web/download.htm +++ b/web/download.htm @@ -474,16 +474,15 @@ following SVN projects are currently active:
You can download it using the following commands:

-# svn co https://svn.sourceforge.net/svnroot/shorewall/trunk/Shorewall
+    svn co +https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk/Shorewall

The current stable version is branch named x.y where x.y is the major version. Example: 3.0.
You can download it using the following commands:

-# svn co -https://svn.sourceforge.net/svnroot/shorewall/branches/x.y/Shorewall
-
-
+    svn co +https://shorewall.svn.sourceforge.net/svnroot/shorewall/branches/x.y/Shorewall
  • @@ -496,7 +495,9 @@ trunk is the current development version.
    You can always get the current documentation in XML Docbook format using the following command:

    -#svn co https://svn.sourceforge.net/svnroot/shorewall/trunk/docs +    svn co +https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk/docs +
  • web