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 76532 - _svn folders are not officially supported
Summary: _svn folders are not officially supported
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 91703 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-18 08:12 UTC by tboerkel
Modified: 2007-01-03 13:35 UTC (History)
1 user (show)

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 tboerkel 2006-05-18 08:12:41 UTC
Subversion now has official support for using _svn instead of .svn folders for
Subversion meta data. See
http://subversion.tigris.org/svn_1.3_releasenotes.html#_svn-hack

At the moment, I cannot test if NB 5.5 supports this at all, because Subversion
integration does not work for me (issue #76359), but at least in Options/IDE
Configuration/System/System Settings/Ignored Files, _svn is not reflected, which
leads me to the assumption, that this is not tested.
Comment 1 Maros Sandor 2006-06-23 13:48:48 UTC
Adding _svn to list of invisible patterns. More fixes to come in svn module.

/shared/data/ccvs/repository/core/src/org/netbeans/core/IDESettings.java,v  <--
 IDESettings.java
new revision: 1.77; previous revision: 1.76
/shared/data/ccvs/repository/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java,v
 <--  GlobalVisibilityQueryImplTest.java
new revision: 1.2; previous revision: 1.1
/shared/data/ccvs/repository/openide/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java,v
 <--  GlobalSharabilityQueryImplTest.java
new revision: 1.2; previous revision: 1.1
Comment 2 Maros Sandor 2006-06-23 14:13:09 UTC
Fixing _svn support in subversion module.

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/ignore/IgnoreAction.java,v
 <--  IgnoreAction.java
new revision: 1.9.4.2; previous revision: 1.9.4.1
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/FilesystemHandler.java,v
 <--  FilesystemHandler.java
new revision: 1.30.4.2; previous revision: 1.30.4.1
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/VersionsCache.java,v
 <--  VersionsCache.java
new revision: 1.7.4.3; previous revision: 1.7.4.2
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/FileStatusCache.java,v
 <--  FileStatusCache.java
new revision: 1.38.4.2; previous revision: 1.38.4.1
Comment 3 Jaroslav Tulach 2006-06-23 16:21:58 UTC
We wanted no externally visible changes in platform6 for release55 because it 
is supposed to be compatible release. 

This change is externally visible and changes the behaviour of the platform. 
Can you please try to fix this in different way for 5.5? Thanks.
Comment 4 Jaroslav Tulach 2006-06-23 16:22:42 UTC
"In different way" - I mean in a way that will not modify code in any 
platform*/**.jar
Comment 5 Maros Sandor 2006-06-26 10:27:10 UTC
Targetting this for Dev. We'll see what can be done in 5.5.
Comment 6 Tomas Stupka 2007-01-03 13:35:11 UTC
*** Issue 91703 has been marked as a duplicate of this issue. ***