Ticket #48 (defect)
Opened 2 years ago
Last modified 2 years ago
Ensure labels don't have characters which are invalid in filenames
Status: closed (fixed)
| Reported by: | toby | Assigned to: | toby |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | vss2svn.pl | Version: | 0.11.0 |
| Keywords: | Cc: | ||
In Dumpfile.pm, we are currently removing slashes from label names; this should be expanded to remove all illegal filename characters.
Change History
03/11/2007 11:33:21 PM: Modified by finnied@aciworldwide.com
03/27/2007 11:05:12 PM: Modified by toby
- status changed from new to closed.
- resolution set to fixed.
Fixed in r309 according to rules at: http://support.microsoft.com/kb/177506

Just in case it has not already been thought about for this change - the label names cannot contain the colon character (":") because it is invalid when you try to check out such a label to a Windows directory. Thanks !