[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Saving eclipse workspace data in one file

Hello there.

Why not just tar it up (with maximal compression by using bzip2) like so:
tar -cjf tmp/eclipseWorkspace workspace/.metadata/
and then put the archive into CVS instead of the folder?

On my machine this takes it down from 34MB to just under 8MB.

HTH

Steve