Changes between Version 33 and Version 34 of DownloadPage


Ignore:
Timestamp:
Jul 3, 2010, 9:52:03 PM (13 years ago)
Author:
Peter Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownloadPage

    v33 v34  
    33Svndigest is available for free under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License].
    44
    5 == Latest Stable Release - 0.7.4 ==
     5== Latest Stable Release - 0.7.5 ==
    66
    7 The latest release can be downloaded as gzipped tar file, [attachment:wiki:DownloadPage:svndigest-0.7.4.tar.gz?format=raw svndigest-0.7.4.tar.gz] ([attachment:wiki:DownloadPage:svndigest-0.7.4.tar.gz.MD5?format=raw MD5]).
     7The latest release can be downloaded as gzipped tar file, [attachment:wiki:DownloadPage:svndigest-0.7.5.tar.gz?format=raw svndigest-0.7.5.tar.gz] ([attachment:wiki:DownloadPage:svndigest-0.7.5.tar.gz.MD5?format=raw MD5]).
    88
    9 You may want to take a look at the [source:tags/0.7.4/NEWS NEWS] file.
     9You may want to take a look at the [source:tags/0.7.5/NEWS NEWS] file.
    1010
    1111== Subversion access ==
     
    1717The latest stable release of svndigest can be checked out from subversion with:
    1818
    19  `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.7.4 svndigest-0.7.4`
     19 `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.7.5 svndigest-0.7.5`
    2020
    2121If you already have an earlier release checked out, you can switch to the latest release by issuing
    2222
    23   `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.7.4`
     23  `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.7.5`
    2424
    2525in the earlier checked out root directory. This is more efficient because it allows you to download, not the entire package, but only the changes necessary to make your working copy reflect the latest tagged release.
    2626
    27 You may want to take a look at the [source:tags/0.7.4/NEWS NEWS] file.
     27You may want to take a look at the [source:tags/0.7.5/NEWS NEWS] file.
    2828
    2929=== Svndigest ''stable'' ===
    3030
    31 The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.7.5" 0.7.5]pre) can be checked out from subversion with:
     31The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.7.6" 0.7.6]pre) can be checked out from subversion with:
    3232
    3333 `svn checkout http://dev.thep.lu.se/svndigest/svn/branches/0.7-stable svndigest-0.7dev`