Changes between Version 2 and Version 3 of developing_using_subversion
- Timestamp:
- Dec 31, 2008, 9:06:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
developing_using_subversion
v2 v3 17 17 18 18 ''FIXME: describe how to "push" changes to a live site.'' 19 20 == Retrieve Most Recent Tag == 21 22 To get the url for the revision directoy, go into the working directory on your computer and do 23 24 {{{ 25 svn info 26 }}} 27 28 You'll get something like this: 29 30 {{{ 31 svn+ssh://lsntap@svn.mayfirst.org/trunk/lsntap.org 32 }}} 33 34 Then you use the above url with "tag" which is a sub-dir at the same level as trunk. 35 36 {{{ 37 svn ls svn+ssh://lsntap@svn.mayfirst.org/tag 38 }}} 39 40 And all the latest tags will show.