Re: Checkout without storing two copies
From: Paul Hammant <paul_at_hammant.org>
Date: Wed, 27 Sep 2017 13:14:31 -0400
> * HTTP(S) based sync protocol.
Mine uses Subversions WebDAV as is.
> * All files, both on the client and the server, are stored as plain files
Mine too, or plain binary 'as is'
> * Stores limited version history on the server only. Has limited support
Mine: Only current version is stored on the client. Works out if 'clash' is
> * No web/graphical UI Designed to perform a single function only,
Yup, though I'll have a tray piece in time like
> * No database dependency Stores file manifest information as regular
I've metadata stored client side in JSON too.
> * Atomic file system operations through journaling.
I've no server side beyond Subversion.
* Supports partial checkouts
Got that too :)
For your README, you'd be better to move the rationale to a separate page,
- Paul
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.