sync

How do I sync between VSS and SVN

I am forced to use VSS at work, but use SVN for a personal repository. What is the best way to sync between VSS and sync? ...

Sync Algorithms

Are there any good references out there for sync algorithms? I'm interested in algorithms that synchronize the following kinds of data between multiple users: calendars documents lists and outlines I'm not just looking for synchronization of contents of directories a la rsync; I am interested in merging the data within individual fi...

Microsoft Sync Framework query performance

We're developing a product that relies on the Microsoft Sync Framework to keep the data on a client app and on the server in sync. What we have noticed is when syncing about 16 tables and ~2200 records it will take about 4 minutes, which is not acceptable. Using the SQL Server Profiler we found it is using sp_executesql to execute the ...

What are some good resources to look into synchronizing contact data on mobile devices with a .NET application?

Basically we want to be able to somehow synchronize our .NET application's contacts with the contacts on a mobile device (Pocket PC, iPhone, Blackberry, etc) Preferably a one shot deal that can interface with them all but that doesn't seem likely. Preferably also we're not writing applications (or at least very simple ones) for the m...

Are there any SyncML server components that work in .NET?

Basically we'd want to create a SyncML server that we can hookup to our own custom data source, all the component would do is listen for client connections and notify and request data from our code return the data back to the client. Looking primarily to sync Contact data from our app with various mobile devices. ...

sync online order portal with local DB

So we're building a locally(at customers site) hosted, custom point of sale system, nothing too much out of the ordinary. Its all .NET, C# and SQL Server. One of the requirements is that the system allows orders to be taken over the internet as well. For various reasons(connection reliability/speed, backups, stability, maintainance, et...

Syncing an object between two projects on different devices over the network

I have two projects communicating over a wireless network. I have communication working fine between the two. I would like to maintain two identical copies of some objects on both programs. The objects needn't be equal (in a reference sense), however the objects must show the same data when viewed. Is there an existing technology to ...

Algorithm for syncing the order of entries

This is client/server application system. Client-part application can go off-line mode and sometimes syncs with server. (like GMail offline) More than one client can connect to server, so each client can add, edit and remove its entries and synchronize these changes like SVN (the collision can be happend, but it's not a problem.) The ...

Common format for time zone in Java/J2me

We are developing a j2me app for syncing contacts to/from a server. we are storing the update and create time (long mill sec) with each contact for conflict resolution/sync calculations. Now as the client and server app can be in different time zones , how one can store time with time zone in a standard format (to take care diff time zo...

How Can I Send Multiple Events To an Outlook 2003 Calendar in 3 or less clicks?

Basically I want someone to be able to click a bunch of events on my website, and have them all synced in a pain-free way to their primary Outlook calendar. I know I can send an ics with multiple events in it, but this creates a second calendar (unless you import the calendar which is more than 3 clicks). I can also have a user sync to...

Mac 10.4 Sync Files

I am using Google code svn and have a repository setup. Inside the repository I am including TinyMCE and now I want to upgrade all the files in this folder. The problem I am having is if I checkout locally and then download their new version and replace the folder it wipes out all my svn files. So in effect removes it from version cont...

SVN and VSS sync

Can I sync files from SVN to VSS automatically?. My personal repository is SVN and my client hava a VSS repository. I'll would to like sync the repository throught scripts or something like that. Can I? Thanks ...

Microsoft/Ford Sync SDK

Just got a car with the Microsoft sync system in it. Did a quick search online and was curious if anyone is aware of any SDK that may exist, sample open source add-on applications, etc. Thanks in advance. ...

How does one sync live to dev datastores on Google App Engine?

I've got some data up on Google App Engine's live datastore, but would like to have a local copy as well for local development. What's the best way to do an occasional sync? ...

Eclipse sync workspaces/perspectives/preferences across computers

I have a project I need to be working on from two different computers, at work and at home. I need to be able to work on the code from both computers, so the issue is two fold; Sharing the code Sharing the workspace. 1 is simple enough with svn; but I feel icky committing broken code to svn just so I can access that again from home....

How to sync the clocks of multiple Fedora systems

I have a subscription system that allows users to subscribe to things or people they are interested in, and receive notifications when new posts or files or images are submitted. To determine whether something is new, I track their views by tstamp. The problem is that if the webserver and the MySQL database are out of sync, a user could...

MySQL table modified timestamp

I have a test server that uses data from a test database. When I'm done testing, it gets moved to the live database. The problem is, I have other projects that rely on the data now in production, so I have to run a script that grabs the data from the tables I need, deletes the data in the test DB and inserts the data from the live DB. ...

KnowledgeSyncProvider class

Hi, Does anybody know where to find documentation, howtos, tutorials, etc., on how to extend the KnowledgeSyncProvider class. This class in new with the Microsoft Sync Framework 2.0 CTP. It comes with a sample, but we were not able to find a big picture documentation of this class, besides the absolutely useless MSDN reference documenta...

Server Sync Provider and SessionParameters

I'm currently building a custom ServerSyncProvider I've already overrided the GetServerInfo, GetSchema and GetChanges methods, but aparently I'm not getting any session parameters on the server side, like @SyncClientIdHash or @SyncLastReceivedAnchor, that should be kept on the client (I haven't done anything alteration to my SqlCeClientS...

One-way Database Synchronization

There is frequently the need to synchronize data from master tables in one database to clone tables in other databases, often on other servers. For example, consider the case where a backend system manages inventory data and that inventory data ultimately must be pushed to one or more databases that are part of a web site application. T...