All of lore.kernel.org
 help / color / mirror / Atom feed
* Defensive publication on Git replication
       [not found] <a3951c54-efb8-476f-952f-4893bcc5e4a9@caret.perforce.com>
@ 2013-01-23 18:00 ` Don Marti
  0 siblings, 0 replies; only message in thread
From: Don Marti @ 2013-01-23 18:00 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-23 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a3951c54-efb8-476f-952f-4893bcc5e4a9@caret.perforce.com>
2013-01-23 18:00 ` Defensive publication on Git replication Don Marti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.