Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have a document synchronization component which I built using Microsoft Sync Framework.

Background:
On the client I use Microsoft File Sync Provider
On the other side (server) I use custom sync provider
Sync is running on the client and it is talking to the server through a proxy to the server side provider.
I have custom metadata store that saves knowledge and metadata in a SQL Server database.

The Issue:
Often when syncing between client and the serve where the client has the same document names as the server but initial it doesn’t have metadata file (it creates it when initializing the FileSyncProvider). What happens is that the local documents on the file system get renamed by appending .1 to the name.

Why the renaming is happening and what should I do to fix it?

Thanks for the support.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900