|
dsvcczip
-
Version
1.0
I recommend to try MSDEV VC++ 6.0 add-in dsvcczip,
This add-in zips all sources registered in an open
workspace and stores result zip file in predefined
backup directory.
This add-in may be useful to complete following tasks:
1. Check workspace consistency, find not registered
files.
Unzip the result zip file in some other folder
and
build targets of workspace. The build will success
only if ALL sources has been registered in workspace.
2. Clean up development directory from junk files.
After the step#1 succeeds, delete all previous
development folder and unzip there zip file.
3. Find dead links from workspace (to the files which
are not more exist or have been moved).
4. Do periodical backup (daily, weekly). 4 digit
counter may be appended to file, which will be forward
every predefined period.
5. Fixate development milestone by forcing backup
counter.
6. Zip source files for delivery.
7. Zip selected projects from workspace.
|