Up
to java development
File copy
utility
It is not a simple recursive copy !
I did it to make me able to move project source share under SVN or
CVS from a PC to another and reverse. To achive this I included the
following behaviour:
- a text file eclude.txt contains directory or/and file names
excluded from copy
I use ".svn" for Subversion, and "CVS" for Concurrent Versions
System
- do not copy source file to destination file if there is not file
content change
- delete from destination files/directories that no more exist on
source directory
executable jar
eclipse project sources