Skip to main content

a git-remote-helper that allows you to push source code into a CouchDB

Project description

Author:

Filip Noetzel

Version:
v0.1a
Web:

http://github.com/peritus/git-remote-couch/

Git:

git clone git://github.com/peritus/git-remote-couch.git (browse source)

Download:

Downloads page on GitHub

Abstract

git-remote-couch is a git-remote-helper that allows you to push source code into a CouchDB (you can then fetch a clone from it, of course).

Installation and Usage

First, install git-remote-couch via your favorite Python package installing mechanism, like so:

easy_install -U git-remote-couch

Then, you can start cloning a repository:

git remote add couch http+couch://localhost:5984/testrepo/
git push origin master

You can now browse your repository with CouchDB’s web interface at http://localhost:5984/_utils/database.html?testrepo or clone that repository:

git clone http+couch://localhost:5984/testrepo/ a_copy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-remote-couch-0.1a2.tar.gz (7.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page