From: Don Marti <dmarti@perforce.com>
To: git@vger.kernel.org
Subject: Defensive publication on Git replication
Date: Wed, 23 Jan 2013 10:00:10 -0800 (PST) [thread overview]
Message-ID: <4e91728c-ea52-448d-8174-f8487768a505@caret.perforce.com> (raw)
In-Reply-To: <a3951c54-efb8-476f-952f-4893bcc5e4a9@caret.perforce.com>
Just wanted to get this simple scheme out there in the hope of minimizing
patent troll risks for people working on replication.
You run an update hook that blocks pushes unless the branch reference in
the repository matches the corresponding reference stored in a synchronized
system, and flood the objects out using an inexpensive, simple system.
(Apologies if this is too obvious for the list; I didn't want to take
chances with the patent office definition of "obvious.")
Replication Mechanism for a Distributed Version Control System
http://ip.com/IPCOM/000225058
Disclosed is a mechanism for replication of content repositories of a
distributed version control system (DVCS), which is unique in that objects
and branch references are transferred between nodes by independent means,
with only branch references subject to synchronization among nodes. The
object of this disclosure is to simplify deployment of a DVCS in a
replicated configuration. Replication can be performed efficiently by
transferring objects using a key-value store, such as a distributed hash
table (DHT), independently of a repository's branch references, which are
transferred using a synchronized data store.
--
Don Marti Perforce Software +1-510-473-3142
http://www.perforce.com/git-fusion
parent reply other threads:[~2013-01-23 18:10 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <a3951c54-efb8-476f-952f-4893bcc5e4a9@caret.perforce.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4e91728c-ea52-448d-8174-f8487768a505@caret.perforce.com \
--to=dmarti@perforce.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).