Add PushOperation to plugin
commitc4ada572adc6ce5520980e7535a73f55435d1e28
authorMarek Zawirski <marek.zawirski@gmail.com>
Sat, 16 Aug 2008 14:13:56 +0000 (16 16:13 +0200)
committerMarek Zawirski <marek.zawirski@gmail.com>
Sun, 17 Aug 2008 19:15:47 +0000 (17 21:15 +0200)
tree606a25a127be3e91d469ba43bfce1e205e4e582b
parent64e66efc1f4b1525bafe83f08ed9555a99e60acf
Add PushOperation to plugin

PushOperation is designed to handle push-to-one and push-to-many URIs,
using some supporting classes. Failure of connection to any of
repositories doesn't cause to fail whole operation - they are
independent that way. It is also possible to specify different expected
old object id for each remote repository.

Signed-off-by: Marek Zawirski <marek.zawirski@gmail.com>
org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java
org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties
org.spearce.egit.core/src/org/spearce/egit/core/op/PushOperation.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/op/PushOperationResult.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/op/PushOperationSpecification.java [new file with mode: 0644]