I totally agree. Version control is the way to go even for individual developers. Setting up an SVN repository is trivial and that is what needs to backed up not the workspace which by definition is transitory.

Pierre
--
Pierre Frisch
[EMAIL PROTECTED]


On Mar 12, 2008, at 5:02, Kieran Kelleher wrote:

I think the only (roundabout) way to deal with this problem in Eclipse right now is to use svn:ignore (or something similar depending on your version control system) for derived artifacts so they don't get committed and backup the version control system repos (assuming you use a version control system).

If not using a version control system and doing regular copy the workspace for backup, then I would say the best way to remove the derived bloat from the workspace before backup would be to turn off build automatically, do a clean all, possibly supplemented by a "clean" target in the ant build.xml that deletes any other bits that the regular clean all does not do. Seems like a pain to do this.

Another alternative might be to just use a high compression archiver like bzip to minimize the size of the workspace backup ...... that's what I used to do in my early "lone programmer" non-subversion days.

If not using a team version control system, you could always just have a local subversion repository on your hard drive (simple to set up and use BTW) that gets backed up and use svn:ignore to prevent the derived garbage from going in there.

YMMV,

Regards, Kieran

On Mar 11, 2008, at 7:22 PM, Gaastra Dennis - WO Lists wrote:

Dear List,

WOLips: "build" and "bin" outside of workspace?

In order to keep our workspace lean for backups, is it possible to keep these derived contents out of the workspace directory. In XCode, you could specify separate "Built" and "Product" directories.

That would be a great benefit to us. Thanks.


With Kind Regards,

Dennis Gaastra,
Chief Technology Officer,
WEBAPPZ
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/pierre%40apple.com

This email sent to [EMAIL PROTECTED]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to