Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Contact Powerhouse Dynamics at connectware@powerhousedynamics.com to setup credentials for the ConnectWare read only Git repository https://github.com/powerhousedynamics/connectware  

We recently moved the ConnectWare repo from Beanstalk to GitHub. If you had access to the Beanstalk repo, your email address will be automatically registered to the GitHub repo. If you would like the email address associated in the GitHub repo changed, please contact us at the email address above.

Expand
title2. Clone the repository and checkout the latest tagged version:

$ git clone https://github.com/powerhousedynamics/connectware  

Cloning into 'connectware'...

remote: Counting objects: 538, done.

Remote: Compressing objects: 100% (517/517), done.

Remote: Total 538 (delta 312), reused 0 (delta 0)

Receiving objects: 100% (538/538), 43.18 MiB | 631.00 KiB/s, done.

Resolving deltas: 100% (312/312), done.

 

$ cd connectware/

$ git tag

1.0.0

1.0.1

….

1.0.15

1.0.16

$ git checkout -b 1.0.16 1.0.16

Switched to a new branch '1.0.16'

OKE implementors should use the latest tagged version.

 

This document contains detailed release notes for each tagged version and information about upgrading from earlier versions to the newer versions.

...