Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-remote-couch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-remote-couch

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

  • 0.1a2
  • PyPI
  • Socket score

Maintainers
1

================ git-remote-couch

Relax your source code

:Author: Filip Noetzel <http://filip.noetzel.co.uk/>_ :Version: v0.1a :Web: http://github.com/peritus/git-remote-couch/ :Git: git clone git://github.com/peritus/git-remote-couch.git (browse source <http://github.com/peritus/git-remote-couch/>) :Download: Downloads page on GitHub <https://github.com/peritus/git-remote-couch/downloads> :Abstract: git-remote-couch is a git-remote-helper <http://www.kernel.org/pub/software/scm/git/docs/git-remote-helpers.html>_ that allows you to push source code into a CouchDB <http://couchdb.apache.org/>_ (you can then fetch a clone from it, of course).

.. warning::

This software is very slow and a three headed monkey will eat your data! It should not be used to save valuable production source code! ALWAYS keep at least a second copy using other backup mechanisms.

.. note::

This is a fun project for me to learn some git and CouchDB internals. Also, I want to write CouchApps <http://github.com/couchapp/couchapp>_ that handle source code. Patches welcome.

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 <http://localhost:5984/_utils/database.html?testrepo>_ or clone that repository::

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc