Welcome to Aspire Knowledge Central (AKC)
Home Public Library Author Content
Find a decent free synching software
Click here to provide feedback or comments at the bottom of this page
Possible alternatives
windiff - seem to be limited in functionality
winmerge - looks good. free source forge
synchit - costs 30$
How can I exclude directories and files
These are called filters. These are done through filter files. See the documentation and see how these work.
How can I tell it to ignore the following directories and files
d:bin
.class
.classpath
.bak
Has a decent merging capabilities
You can navigate to each change and merge them left or right. Similar to eclipse merging capabilities.
Comparing directories
file/open
Pick two directories
You have to navigate into a directory to select
project fle syntax
<?xml version="1.0"?>
<project>
<paths>
<left>c:\work\project1</left>
<right>c:\work\project2</right>
<filter>Visual C++ loose</filter>
<subfolders>0</subfolders>
</paths>
</project>
How to create the project file
1. Compare directories as indicated above.
2. Pick any filters you want
3. Do open file again.
4. You will see save project
5. Save project into a file
6. Then you can open the project when you need it