Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Issue with built-in cvsignore patterns
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Gregor N. Purdy  
View profile  
 More options Nov 10 2000, 3:00 am
Newsgroups: gnu.cvs.bug
From: "Gregor N. Purdy" <gre...@focusresearch.com>
Date: 2000/11/10
Subject: Issue with built-in cvsignore patterns
I'd like to question the presence of the cvsignore pattern '_$*'
as listed in doc/cvs.texinfo in the cvs 1.11 distribution. I think
this is intended to match files with names like '_$foo' and '_$',
but instead it matches (only?) the file '_' on my system under
ksh and sh. This is probably due to '$' being taken as end-
of-string in the matching algorithm. To get the behavior I
think is intended, I have to use the pattern '_\$*'.

The other pattern with '$' in it is '*$', which does appear to
find names ending in '$' on my system (despite the issue
above). I think the patterns used in cvsignore should work
as-is on shells. The system I'm doing this on doesn't have
bash installed, or I would have tried that, too.

Regards,

-- Gregor


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »