Bug 59719 - Temporary zip files are not cleaned up when no longer needed
Summary: Temporary zip files are not cleaned up when no longer needed
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Stellation (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jim Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 17:44 EDT by Jim Wright CLA
Modified: 2005-08-31 16:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Wright CLA 2004-04-22 17:44:50 EDT
Temporary zipfiles are created as part of the checkin and checkout processes.  
They use names of the form "tmp_NNNNN.zip".  They should be deleted once the 
corresponding checkin or checkout is completed.

Some work on this issue has already been done, but garbage is still being left, 
so further attention is clearly needed.  Also, the temp files are being created 
in the "current directory" , which for Linux is the current directory at the 
time that the Eclipse session was launched.  Instead of littering an arbitrary 
directory, the tmp files should ideally be created in a tmp directory under 
the .ScmAdmin directory within each managed project (or perhaps in some system-
level tmp directory.  That would make it easier to delete garbage files if they 
are not properly cleaned up for whatever reason.