|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
OpenSync for Network File Syncing?Hello Everyone,
I was wondering if Opensync would be a good framework for syncing files over the network. I've looked over some of the documentation but it's difficult to get a full idea. This would be for an application in which a single users would sync there files over the network periodically to keep directories the same on separate computers. This all would be part of a Google Summer of Code project and was wondering what you all thought. Thanks for any input! Cheers, Kyle Cunningham ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
|
Re: OpenSync for Network File Syncing?On Monday 10 March 2008 18:27:01 Kyle Cunningham wrote: > I was wondering if Opensync would be a good framework for syncing files > over the network. I've looked > over some of the documentation but it's difficult to get a full idea. > This would be for an application > in which a single users would sync there files over the network > periodically to keep directories the same > on separate computers. This all would be part of a Google Summer of > Code project and was wondering what you all > thought. Thanks for any input! Hi rsync (oneway) and unison (twoway) would suit better for your needs. Br, Tuju -- Varo hattupƤisiƤ autoilijoita. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
|
libsyncml/test/CMakeLists.txt correctionHi,
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIR} ) should be changed to INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ) i.e. LIBXML2_INCLUDE_DIR -> LIBXML2_INCLUDE_DIRS (Compiling libsyncml/libsyncml itself works, because here WBXML2 is included, which points to the correct directory) /Henrik ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
|
|
Re: libsyncml/test/CMakeLists.txt correctionHenrik /KaarPoSoft schrieb:
> INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} > ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIR} ) > > should be changed to > > INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} > ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ) > > i.e. LIBXML2_INCLUDE_DIR -> LIBXML2_INCLUDE_DIRS > > (Compiling libsyncml/libsyncml itself works, because here WBXML2 is > included, which points to the correct directory) Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 michael.bell@... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensync-devel mailing list Opensync-devel@... https://lists.sourceforge.net/lists/listinfo/opensync-devel |
| Free Forum Powered by Nabble | Forum Help |