Space: Apache Connectors Framework (https://cwiki.apache.org/confluence/display/CONNECTORS) Page: Distributing Releases (https://cwiki.apache.org/confluence/display/CONNECTORS/Distributing+Releases)
Edited by Karl Wright: --------------------------------------------------------------------- h1. How to distribute releases ManifoldCF's release area is "svnpubsub"d, so that means that all you need to do as a release engineer is check in the release artifacts into the appropriate svn in the right place. *The svn used for releases is NOT the same svn as is used for sources.* To add release artifacts, do the following: # Install svn. # Check out [https://dist.apache.org/repos/dist/release/manifoldcf/]. # Copy release artifacts into the appropriate location. # "svn add" your new artifacts. # "svn commit" when done. _You will need committer access rights to do the above._ It is also essential that, after everything has updated, you remove the older version of the artifact from the svn repository. The older version will have been archived at [http://archive.apache.org/dist/manifoldcf], so you can still provide a link to the older version if you like. Apache rules, however, forbid more than one version of package from being replicated to the mirror downloads. Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action
