Collaboration: support for multiple users working with same shared notes database
I would like to be able to syncronize a database with an offine copy
Suppose you have several PCs connected to a lan, every user having access to a common notes database. Now a user copies this database to his notebook and leaves.
While he is away, he makes some new notes and edits some existing notes, the person working on the LAN do the same.
When he returns, it should be possilbe to sync the two versions of the database:
New notes should be copied to the other database
Notes that have been edited on one database should be updated on the other database
Notes that have been deleted in one database should be deleted in the other database, except if they have been updated there - in that case the updated note should be copied to the database where the original note has been deleted
notes that have been edited on both databases should be, according to sync configuration:
merged in both databases or copied in both versions to both databases, and tagged with a special tag (like "duplicate" or "merged"), so the user can mnually resolve the sync conflict
or
either the LAN database or the local database takes precedence and the other copy is overwritten and maybe copied to a sync conflict logfile, which could even have the same format as a notes database.
(http://cintanotes.com/forum/viewtopic.php?f=4&t=474)
Customer support service by UserEcho
But I guess it can be usable if notes are rarely modified.
This seems to be a related post however its 5 years old. I don't want to create a new entry in the forums since this is already in your "roadmap" could I get an update on the status of this. Or perhaps a workaround that someone has discovered?
Thanks
Please note that since version 2.9 CN went from shared to exclusive database usage mode.
You'll need to edit the cintanotes.settings file to return back the shared mode.
Please exit CN (this is important, otherwise your changes won't stick!), then find the cintanotes.settings file (it will be either near cintanotes.exe, or in %APPDATA%/CintaNotes).
Change the line
sqlite.pragma.locking_mode = EXCLUSIVE
to
sqlite.pragma.locking_mode = NORMAL
Please let me know if this helps, thanks!
That worked perfectly, I currently have 3 computers accessing my CintaNotes database on my LAN. I will keep you updated if I run into any future problems with this setup. However currently it seems to be working fine.
Thank you for your responce.
Hi Dan, thanks for the suggestion! I've merged it with an older similar one, so that you'll get free 9 votes!
In my case, We Can't not use the internet, network drive, shared folder and so on for security issues.
so we need any other way to share notes with others. Is any other way? like using FTP Server.
PS. Check-in, check-out functions would be very useful for co-work.
How about a WebDAV server?
Can I use WebDAV without connecting it as network drive?
If i attach WebDAV as Network drive, it could be the ransomware target. right?
Including above, network drive is not allowed for some security issues.
Yes, you can use WebDAV without connecting it as a network drive.