Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Panel

git clone git@github.com:fcrepo/fcrepo.git

or

Panel

git clone https://github.com/fcrepo/fcrepo.gitImage Removed

The main development line of Fedora is the "master" branch

...

Panel

curl -L -o fcrepo-source-master.tar.gz https://github.com/fcrepo/fcrepo/tarball/masterImage Removed

To download a branch (substituting in the appropriate branch-name, eg "maintenance-3.4" for the current 3.4 maintenance branch)

Panel

fcrepo-source-branch-name.tar.gz https://github.com/fcrepo/fcrepo/tarball/branch-nameImage Removed

Note that if you are intending to work with the source code, rather than just view the source or build the Fedora Repository from it, you will need to get a copy using git as above.