Ticket #29 (defect)
Opened 3 years ago
Last modified 2 years ago
Don't break execution of the script if no XML file was generated due to a broken physical file
Status: assigned
| Reported by: | luedi | Assigned to: | toby (accepted) |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10 |
| Component: | vss2svn.pl | Version: | 0.11.0 |
| Keywords: | Cc: | ||
currently the converter does not check, whether the XML file was actually created from the ssphys command. The return value of the execution is ignored. This will lead to an abortion of the script since the file can not be found. See also http://www.pumacode.org/projects/vss2svn/browser/trunk/script/vss2svn.pl?rev=219#L245
Change History
05/05/2006 04:42:24 AM: Modified by luedi
02/11/2007 02:24:39 AM: Modified by toby
- status changed from new to assigned.

Actually we should check for an empty string in http://www.pumacode.org/projects/vss2svn/browser/trunk/script/vss2svn.pl?rev=219#L247