Bug 3774

Summary: lndir.man fails to mention .svn (patch included)
Product: xorg Reporter: Bernhard Reiter <bernhard>
Component: App/otherAssignee: Alan Coopersmith <alan.coopersmith>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: lowest CC: esigra
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Bernhard Reiter 2005-07-14 22:51:14 UTC
lndir.man Rev 1.2 fails to mention that .svn directories are already 
considered by lndir rev 1.3. 
 
The following patch changes this: 
RCS file: /cvs/xorg/xc/config/util/lndir.man,v 
retrieving revision 1.2 
diff -u -r1.2 lndir.man 
--- lndir.man   23 Apr 2004 18:42:00 -0000      1.2 
+++ lndir.man   14 Jul 2005 12:45:21 -0000 
@@ -76,7 +76,7 @@ 
 (not the current directory). 
 .PP 
 .\" CVS.adm is used by the Concurrent Versions System. 
-Note that BitKeeper, RCS, SCCS, CVS and CVS.adm directories are 
+Note that BitKeeper, RCS, SCCS, .svn, CVS and CVS.adm directories are 
 shadowed only if the \fB\-withrevinfo\fP flag is specified. 
 .PP 
 If you add files, simply run 
@@ -105,7 +105,7 @@ 
 This option exists mostly to emulate the behavior the C version of 
 \fIlndir\fP had in X11R6.  Its use is not recommended. 
 .IP \-withrevinfo 
-Causes any BitKeeper, RCS, SCCS, CVS and CVS.adm subdirectories to be 
+Causes any BitKeeper, RCS, SCCS, .svn, CVS and CVS.adm subdirectories to be 
 treated as any other directory, rather than ignored. 
 .SH DIAGNOSTICS 
 The program displays the name of each subdirectory it enters, followed
Comment 1 Bernhard Reiter 2005-07-14 22:51:59 UTC
Created attachment 3081 [details]
xorg.conf used
Comment 2 Alan Coopersmith 2005-07-15 02:25:54 UTC
Thanks - will apply now.
Comment 3 Alan Coopersmith 2005-07-15 02:35:10 UTC
Committed to CVS head for upcoming 6.9/7.0 releases:

CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc@gabe.freedesktop.org	05/07/14 09:30:53

Log message:
  2005-07-14  Alan Coopersmith  <alan.coopersmith@sun.com>
  
          * config/util/lndir.man:
          Bug 3774 <https://bugs.freedesktop.org/show_bug.cgi?id=3774>
          Patch 3081 <https://bugs.freedesktop.org/attachment.cgi?id=3081>
          lndir.man fails to mention .svn (Bernhard Reiter)

Modified files:
      ./:
        ChangeLog 
      xc/config/util/:
        lndir.man 
  
  Revision      Changes    Path
  1.1120        +7 -0      xc/ChangeLog
  1.3           +2 -2      xc/config/util/lndir.man

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.