A page in your DokuWiki was added or changed. Here are the details: Date : 2016/09/20 22:24 Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36 IP-Address : 96.248.86.25 Hostname : pool-96-248-86-25.cmdnnj.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin?rev=14383... New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin Edit Summary: ver-mswin -> release/ver-mswin We've been doing this for a while. User : mikedep333 @@ -5,9 +5,9 @@ Also to code.x2go.org via SSH. ^ Variable ^ Meaning ^ | ''<ver>'' | Existing released version. For example, 4.0.3.2 | - | ''<ver-mswin>'' | Branch off of a released version. For example, 4.0.3.2-mswin | + | ''<release/ver-mswin>'' | Branch off of a released version. For example, 4.0.3.2-mswin | | ''<ver-YYYYMMDD>'' | New Windows-specific version. For example, 4.0.3.2-20150201 (for February 1st, 2015) | | ''<ver-YYYYMMDD-mswin>'' | Git tag for the new Windows-specific version. For example, 4.0.3.2-20150201-mswin (for February 1st, 2015) | | ''<component>'' | Git name of the to-be-released component. | @@ -16,15 +16,15 @@ ^ No ^ Command ^ Tips / Comment ^ | 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. | | 2 | <code bash>cd <component></code> | | | 3 | <code bash>git fetch --all </code> | If the repo already exists, you will follow this step instead of step 1. | - | 4 | <code bash>git checkout -b <ver-mswin> <ver> </code> | | Creates a branch off of the released tag + | 4 | <code bash>git checkout -b <release/ver-mswin> <ver> </code> | | Creates a branch off of the released tag If a branch already exists: ^ No ^ Command ^ Tips / Comment ^ | 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. | | 2 | <code bash>cd <component></code> | | - | 3 | <code bash>git checkout <ver-mswin></code> | Only necessary, if you're not already on the branch. Check via ''git status''. | + | 3 | <code bash>git checkout <release/ver-mswin></code> | Only necessary, if you're not already on the branch. Check via ''git status''. | | 4 | <code bash>git pull --rebase</code> | Always make sure the repository is up-to-date. | Continue with the release process: -- This mail was generated by DokuWiki at http://wiki.x2go.org/