This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 112160 - Hidding VSS shadow files
Summary: Hidding VSS shadow files
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 6.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2007-08-07 10:13 UTC by facilityderek
Modified: 2007-12-07 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description facilityderek 2007-08-07 10:13:45 UTC
Unfortunately, Where I work we still have to use Visual Source Safe.

We recently updated to Visual Source Safe 2005. Previous versions of VSS inserted vssver.scc files into versioned
directories. These are hidden by a setting in Options -> Advanced Options -> Ide Configuration -> System -> System
Settings -> Ignored files.

VSS 2005 inserts vssver2.scc files. To hide these you just add vssver2\.scc to the existing settings.

I don't know how many users are still using VSS but hiding these files automatically in the ignored files setting would
be nice.
Comment 1 Peter Pis 2007-08-10 08:40:52 UTC
Reassigning to "versioncontrol" ...
Comment 2 Martin Entlicher 2007-08-10 16:09:13 UTC
Can be considered for beta1 as a trivial change after the VCS modules are put to the Update Center.
Comment 3 Martin Entlicher 2007-11-09 18:08:50 UTC
I've changed vssver\\.scc to vssver.?\\.scc so that it matches both old and new variants of vssver.scc:

/shared/data/ccvs/repository/core/src/org/netbeans/core/IDESettings.java,v  <--  IDESettings.java
new revision: 1.91; previous revision: 1.90

/shared/data/ccvs/repository/java/project/src/org/netbeans/spi/java/project/support/ui/IncludeExcludeVisualizer.java,v 
<--  IncludeExcludeVisualizer.java
new revision: 1.5; previous revision: 1.4

/shared/data/ccvs/repository/openide/masterfs/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImpl.java,v  <-- 
GlobalVisibilityQueryImpl.java
new revision: 1.13; previous revision: 1.12

/shared/data/ccvs/repository/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java,v
 <--  GlobalSharabilityQueryImplTest.java
new revision: 1.6; previous revision: 1.5

/shared/data/ccvs/repository/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java,v
 <--  GlobalVisibilityQueryImplTest.java
new revision: 1.6; previous revision: 1.5

/shared/data/ccvs/repository/ide/launcher/upgrade/test/unit/src/org/netbeans/upgrade/systemoptions/IDESettingsTest.java,v
 <--  IDESettingsTest.java
new revision: 1.6; previous revision: 1.5
Comment 4 facilityderek 2007-12-05 08:44:23 UTC
Issue still exists in NB 6.0 Release.

The Ignored files setting still reads vssver\.scc

In the last comment: it states I've changed vssver\\.scc to vssver.?\\.scc

Should that read vssver\\.scc to vssver?\\.scc
Comment 5 Martin Entlicher 2007-12-05 10:37:31 UTC
Was fixed in Dev, not in 6.0. It's fixed in post-6.0 development builds.