]> source.dussan.org Git - jgit.git/commit
DHT: Support removing a repository name 92/3592/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 27 May 2011 00:25:59 +0000 (17:25 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 31 May 2011 15:58:45 +0000 (08:58 -0700)
commit50f236aff861ab2a6851eb96cff6fe07b775bb5b
tree64a726a4a7ecf9bc738eab49e6ab4490f94aa528
parent042a66fe8c2feef7b831b1999b8cd6e9a0181944
DHT: Support removing a repository name

The first step to deleting a repository from the DHT storage is to
remove the name binding in the RepositoryIndexTable, making the
repository unavailable for lookup.

Change-Id: I469bf92f4bf2f555a15949569b21937c14cb142b
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.storage.dht/src/org/eclipse/jgit/storage/dht/spi/RepositoryIndexTable.java
org.eclipse.jgit.storage.dht/src/org/eclipse/jgit/storage/dht/spi/cache/CacheRepositoryIndexTable.java
org.eclipse.jgit.storage.dht/src/org/eclipse/jgit/storage/dht/spi/memory/MemRepositoryIndexTable.java