Ticket #56 (enhancement)
Opened 2 years ago
Last modified 2 years ago
detect temporary .NET checkins and remove them from the conversion
Status: closed (fixed)
| Reported by: | luedi | Assigned to: | toby |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | vss2svn.pl | Version: | 0.11.0 |
| Keywords: | Cc: | ||
Visual Studio .NET creates and removes a temporary files in order to detect the VSS capabilities. These actions can be removed from the conversion. The activity can be detected by the following comment:
Temporary file created by Visual Studio .NET to detect Microsoft Visual SourceSafe capabilities.
Change History
06/26/2007 07:09:50 PM: Modified by luedi
- status changed from new to closed.
- resolution set to fixed.

fixed in [316]: introduced a new state REMOVETMPCHECKIN
The database is searched for file items with the above comment and all actions for this physical files are removed.
I found 1 project item with this comment. I have no idea how this can happen, but I excluded project items from this check in order to prevent orphaned files.