Oops, my fix to subdir.mk didn't work with existing symlinks. Fixed.
[wvapps.git] / wvsync / README
blob18469ea510a9ab802bc613703ce345bddb0b265c
1 WvSync is an experimental attempt to provide a generalized replication
2 layer that can be used in any WvStreams C++ program that needs to maintain
3 sets of data in more than one place.
5 Think of rsync, and add the following:
6     - ability to synchronize "named objects" of any arbitrary data type,
7       not just files, as long as you provide some API glue
8     - bidirectional synchronization and conflict detection
10 This is all partially implemented and completely broken right now.  I can't
11 even guarantee that you'll be able to compile it.
13 Questions, comments, feature requests, and especially patches should be
14 directed to me:
15     Dave Coombs <dcoombs@nit.ca>
17 This code is Copyright 2004 Net Integration Technologies Inc.
19 This code is licensed under the LGPL, a full copy of which can be found in
20 the COPYING.LIB file in the same directory as this file.