Changes between Version 20 and Version 21 of DownloadPage
- Timestamp:
- Apr 25, 2008, 8:17:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadPage
v20 v21 19 19 `svn checkout http://lev.thep.lu.se/repository/svndigest/tags/0.6.5 svndigest-0.6.5` 20 20 21 If you already have an earlier release checked out, you can switch to the latest release by issuing 22 23 svn switch http://lev.thep.lu.se/repository/svndigest/tags/0.6.5 24 25 in 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. 26 21 27 You may want to take a look at the [source:tags/0.6.5/NEWS NEWS] file. 22 28 … … 27 33 `svn checkout http://lev.thep.lu.se/repository/svndigest/branches/0.6-stable svndigest-0.6dev` 28 34 35 If you already have another stable branch checked out, you can switch to the latest stable branch by issuing 36 37 svn switch http://lev.thep.lu.se/repository/svndigest/branches/0.6-stable 38 39 in the earlier checked out root directory. This will allow you to keep local files and modifications. Local changes may interfere with the switch. 40 29 41 You may want to take a look at the [source:branches/0.6-stable/NEWS NEWS] file. 30 42