[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
with there original names.

Mine too, or plain binary 'as is'

> * Stores limited version history on the server only. Has limited support
for file versioning.

Mine: Only current version is stored on the client. Works out if 'clash' is
about to happen.

> * No web/graphical UI Designed to perform a single function only,
provides a minimal command line interface.

Yup, though I'll have a tray piece in time like
https://www.sparkleshare.org/ and DropBox.

> * No database dependency Stores file manifest information as regular
JSON.

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,
and concentrate on hooking the potential user in.

- Paul
Received on 2017-09-27 19:14:48 CEST

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.