This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remove src/tapsets directory?


Mike Mason wrote:
Can we remove the src/tapsets directory from CVS? It doesn't appear to be used for anything. I assume it's left over from earlier tapset work. It's confusing to newbies to have both the tapset (active) and tapsets (inactive) directories.

Mike,


This is a cvs oddity/bug. In cvs, directories aren't versioned objects, so you can't really remove them. What you can do however, is use the '-P' (prune) switch when doing checkouts/updates to avoid grabbing empty directories. To have cvs default to this behavior, place the following lines in your ~/.cvsrc file (creating it if necessary):

checkout -P
update -P

--
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]