Closed
Bug 274080
Opened 20 years ago
Closed 20 years ago
dot files not listed by rview.cgi
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
|
569 bytes,
patch
|
cls
:
review+
|
Details | Diff | Splinter Review |
Bonsai version 1.3
This is Bonsai: a query interface to the CVS source repository
[top]/ mozilla/
Branch:
Goto Directory:
Directories:
accessible
admin
apache
Attic
base
browser
build
calendar
camino
caps
cck
chimera
chrome
cmd
composer
config
content
db
dbm
directory
docshell
dom
editor
ef
embedding
expat
extensions
gc
gconfig
gfx
gfx2
grendel
htmlparser
include
intl
ipc
java
jpeg
js
js2
l10n
layout
lib
mail
mailnews
modules
mozilla
msgsdk
mstone
mzlu
nav-java
netwerk
network
nglayout
nsprpub
nunet
other-licenses
parser
plugin
privacy
profile
rdf
README
registry
security
shell
silentdl
storage
string
sun-java
themes
timer
toolkit
tools
tripledb
uriloader
view
wallet
webshell
webtools
widget
xpcom
xpcom_obsolete
xpfc
xpfe
xpinstall
xulrunner
Files:
aclocal.m4
allmakefiles.sh
camino.mk
client.mak
client.mk
configure
configure.in
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in
makefile.win
minimo.mk
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
README.txt
trex.mak
trex.mk
Menu
Query
* SeaMonkey (Mozilla trunk)
* SeaMonkey (Mozilla 1.0 branch)
* NSS
* Mozilla Classic
* Aviary Branch
* Grendel (Java Mail/News)
* l10n Aviary Branch
Browse
* SeaMonkey (Mozilla trunk)
* SeaMonkey (Mozilla 1.0 branch)
* NSS
* Mozilla Classic
* Aviary Branch
* Grendel (Java Mail/News)
* l10n Aviary Branch
Examine Modules
* SeaMonkey (Mozilla trunk)
* SeaMonkey (Mozilla 1.0 branch)
* NSS
* Mozilla Classic
* Aviary Branch
* Grendel (Java Mail/News)
* l10n Aviary Branch
Found a bug or have a feature request? File a bug report about it.
Back to the top of Bonsai
Found a bug or have a feature request? File a bug report about it.
--
Bonsai version 1.3
CVS Blame
mozilla/ .cvsignore (1.10)
LXR: Cross Reference
Full Change Log
Revision Graph
1 slamm 1.1 dist
2 ramiro 1.2 Makefile
3 config.log
4 config.cache
5 config.status
6 slamm 1.4 .client-defs.mk
7 mcafee 1.5 config-defs.h
8 slamm 1.6 .mozconfig
9 slamm 1.8 .mozconfig.mk
10 .mozconfig.out
11 sspitzer 1.7 a.out
12 seawood 1.9 unallmakefiles
13 nss
14 seawood 1.10 mozilla-config.h
1.1 <slamm@netscape.com> 1998-08-26 11:36
Make cvs ignore the dist directory
1.2 <ramiro@netscape.com> 1998-12-05 02:39
Ignore files generated by autoconf.
1.10 <seawood@netscape.com> 2002-08-21 18:14
Add mozilla-config.h to .cvsignore
Bug #163929
1.4 <slamm@netscape.com> 1999-02-19 11:53
Add .client-defs and myconfig.sh
1.5 <mcafee@netscape.com> 1999-03-26 16:08
Ignore generated files.
1.6 <slamm@netscape.com> 1999-04-01 16:29
Name change: myconfig.sh is now .mozconfig
1.7 <sspitzer@netscape.com> 1999-04-10 14:22
ignore a.out as well
1.8 <slamm@netscape.com> 2000-03-23 15:29
Ignore .mozconfig.mk and .mozconfig.out (made by client.mk)
1.9 <seawood@netscape.com> 2002-06-12 09:44
Update toplevel ignore list
Page configuration and help. Mail feedback to <endico@mozilla.org>.<*> glob does not catch files beginning with "." so it's a general dot files issue not just .cvsignore. http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/webtools/bonsai/rview.cgi&rev=1.27#166
Summary: .cvsignore is not listed by rview → dot files not listed by rview.cgi
Attachment #168928 -
Flags: review?(cls) → review+
Comment on attachment 168928 [details] [diff] [review] include .*/.*,v in globs, but exclude '.' and '..' from directories You should probably escape that . in the match test so that it isn't treated as a wildcard.
mozilla/webtools/bonsai/rview.cgi 1.28
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•