Zipping Workspace Source Files from MSDEV
Posted
by mq778 mq778
on March 6th, 2003
This add-in zips all sources registered in an open workspace and stores the resulting zip file in a predefined backup directory.
This add-in may be useful to complete the following tasks:
- Check workspace consistency and find any unregistered files. Unzip the resulting zip file in some other folder and build targets of the workspace. The build will be successful only if ALL sources have been registered in the workspace.
- Clean up development directory from junk files. After Step 1 succeeds, delete all previous development folders and unzip their zip files.
- Find dead links from the workspace (to the files that no longer exist or have been moved).
- Do periodical backup (daily, weekly). A four-digit counter may be appended to the file, which will be forwarded every predefined period.
- Fixate development milestone by forcing backup counter.
- Zip source files for delivery.
- Zip selected projects from the workspace.

Comments
Remove this item please
Posted by Legacy on 05/23/2003 12:00amOriginally posted by: Gee
This plugin looks good but is a shareware product!
Is Code Guru not an area where code is shared.
It should not be used for the distrubution of shareware products!
is it??
ReplyWhere is source code ?
Posted by Legacy on 03/25/2003 12:00amOriginally posted by: Kingkee
Sir, Where is source code ?
Reply
Great addition! But...
Posted by Legacy on 03/12/2003 12:00amOriginally posted by: Tom Stepka
... my security officer won't let me use it unless I can get source code and build DLL from scratch. (Paranoia concerning trojan horses, spyware, etc) Any chance to provide original project?
Reply