Versions Compared

Key

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

...

The master branch has the latest features that should be stable enough for use, but may not be feature complete. (Typically, though, master is the same as the latest release.) If you want the latest master, you can download it easily via svninstead:

Code Block
$ svnwget co https://github.com/Internet2/comanage-registry/branchesarchive/master.zip

You can also download the develop branch, which is usually more bleeding edge.

Code Block
$ svnwget co https://github.com/Internet2/comanage-registry/branchesarchive/develop
.zip

Cloning the Git Repo

If you plan on mucking around with the code, you can also clone the git repo.

...