CVS tags
От | Jim C. Nasby |
---|---|
Тема | CVS tags |
Дата | |
Msg-id | 20060417191920.GM49405@pervasive.com обсуждение исходный текст |
Ответы |
Re: CVS tags
|
Список | pgsql-hackers |
I finally got around to looking at adding $PostgreSQL$ tags to all files in the repository. To see what I was looking at, I ran the following on a clean checkout: find . -type f ! -path \*/CVS\* ! -exec grep -q '$PostgreSQL: pgsql' {} \; -print The results are at http://jim.nasby.net/no_cvs_tag.txt Since we're talking about 1100 files here, many of which might need the tag added manually, I'm wondering if I should break this into chunks (ie: src, contrib, everything else) rather than submitting one huge patch. Anyone care one way or another? -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
В списке pgsql-hackers по дате отправления: