Changes between Version 104 and Version 105 of Download


Ignore:
Timestamp:
Jun 9, 2013, 7:39:39 PM (11 years ago)
Author:
Christian Franke
Comment:

Update SVN repository URLs

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v104 v105  
    7272Uncompress the tarball:
    7373{{{
    74   tar zxvf smartmontools-5.42.tar.gz
    75 }}}
    76 
    77 The previous step created a directory called {{{smartmontools-5.42}}}
     74  tar zxvf smartmontools-6.1.tar.gz
     75}}}
     76
     77The previous step created a directory called {{{smartmontools-6.1}}}
    7878containing the code. Go to that directory, build, and install:
    7979{{{
    80   cd smartmontools-5.42
     80  cd smartmontools-6.1
    8181  ./configure
    8282  make
     
    118118== Install latest unreleased code from SVN repository ==
    119119
    120 We moved from CVS to a Subversion (SVN) repository.
    121 The new address for our repository is 
    122 [https://smartmontools.svn.sourceforge.net/svnroot/smartmontools].
    123 
    124 Two repository browsers are available:
    125 [http://smartmontools.svn.sourceforge.net/viewvc/smartmontools ViewVC] and [source:/ Trac].
    126 You can also download the source tree via the ViewVC link [http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/?view=tar Download GNU tarball] or the Trac link [http://sourceforge.net/changeset/HEAD/trunk/smartmontools?old_path=%2F&format=zip Zip Archive].
     120'''Sourceforge moved our repository to a new location: [http://svn.code.sf.net/p/smartmontools/code/].
     121Commits to this repository are not visible in this Trac.
     122Use the [http://sourceforge.net/p/smartmontools/code/HEAD/tree/ new code browser] instead.'''
     123
     124You can also download the source tree via the code browser link [http://sourceforge.net/p/smartmontools/code/HEAD/tarball?path=/trunk/smartmontools Download Snapshot].
     125
     126The old repository at [https://smartmontools.svn.sourceforge.net/svnroot/smartmontools] is now set to read-only.
    127127
    128128For those, who don't already have a Subversion client installed,
     
    137137
    138138{{{
    139   svn co https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools smartmontools
     139  svn co http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools
    140140}}}
    141141
     
    163163the most current development version. And it's trivial, because
    164164each release is __tagged__ with a name. Look at the
    165 [source:/tags/ tags in our SVN repository] to see what the different names are.
     165[http://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/ tags in our SVN repository]
     166to see what the different names are.
    166167
    167168E.g. run the following command to fetch the RELEASE_5_38 release:
    168169
    169170{{{
    170   svn co https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/tags/RELEASE_5_38/sm5 smartmontools
     171  svn co http://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools
    171172}}}
    172173
    173174Note that the directory with the smartmontools sourcefiles is named '''{{{sm5}}}''' in
    174 releases <= 5.39.
     175releases <= 5.38.
    175176
    176177The rest of the build procedure is the same like described above.
     
    188189The Windows package provides {{{update-smart-drivedb.exe}}}. It reads the proxy configuration from IE registry key.
    189190
    190 Alternatively the file {{{drivedb.h}}} could be downloaded from [http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/drivedb.h?revision=HEAD SVN trunk].
     191Alternatively the file {{{drivedb.h}}} could be downloaded from [http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/drivedb.h?format=raw SVN trunk].
    191192
    192193----