Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 327525] New: TCFFileSubSystemConfiguration should set file system is unix style

https://bugs.eclipse.org/bugs/show_bug.cgi?id=327525 
Product/Component: Target Management / TCF

           Summary: TCFFileSubSystemConfiguration should set file system
                    is unix style
    Classification: DSDP
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: liping.ke@xxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Build Identifier: r1178

TCFFileSubSystemConfiguration did not set the file system is unix style. It
will cause problems. The filter string is wrong ("*\\.") [correct string should
be ("*/.")]. For example, if you new a folder under Files->Home, it will report
a warning bug "New resource will not be visible due to subsetting. Create it
anyway". 
Since the filter string is wrong, it might cause some other problems too.
The fix is straight-forward. I will submit the patch after this bug is
confirmed.

Reproducible: Always

Steps to Reproduce:
1. new a TCF connection
2. under TCF-connection->Files->Home, new a folder
3. warning box show "New resource will not be visible due to subsetting. Create
it anyway". If you create any way, the folder can't be seen.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top