Pithos Wiki

The latest documentation can be found here

Production of new Pithos releases

git tag vN.N.N
git push --tags 
git archive --prefix=pithos-N.N.N/ vN.N.N | gzip > pithos-N.N.N.tar.gz

Create a new version on redmine, upload to the Files section of the project.

Also, update the new version in pithos/__init__.py.

Working with git branches

Take a look: http://stackoverflow.com/questions/1519006/git-how-to-create-remote-branch

Restructuring the repository

Useful: http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/