This update fixes some bugs that are listed below:
fix: bug fix NullReferenceException in FilesToSynchronizeCollector.cs 238
fix: fixing problem when a foreign file exists unchanged, and the own file was deleted in the database (then no synchronization was performed before)
fix: problems with an assert condition which distinguished between lower case and upper case in file names
fix: issue when a directory was deleted, and recreated with the same name again: the removed attribute of this directory was not re-set then to false
chg: changing the action description from updating to visiting
Syncoco (Synchronize two computers) is a file synchronization tools that synchronizes one or more directories between two computers (see below: "Why only two computers?"). Unless other file synchronization tools, it does not need an online connection between the two computers. Instead, a data medium (like a memory stick, CD-RW) can be used for synchronization. The size of this transfer medium can be much smaller than the size of the directory structure you want to keep synchronized, since only changed/missing files are transferred. For an overview and screenshots please visit http://syncoco.sourceforge.net
Dr. Dirk Lellinger