
On 5/10/06, Tsuna <tsuna@warszawa.lrde.epita.fr> wrote:
On 2006-05-08, Nicolas Pouillard <nicolas.pouillard@gmail.com> wrote:
On 5/9/06, Tsuna <tsuna@warszawa.lrde.epita.fr> wrote:
Hi, vcs doesn't seem to support svn's option -N
Vcs supports it!
[...]
I know this is a "feature" of VCS. But I'm telling it not to recurse in this directory so ... what the hell?
The hell is this rule that is here to prevent you against incomplete patches due to missing files.
It's a bit borring to add all the files generated by the autotools in the ignore list...
Boring, perhaps but there is already many things to help you. - svn supports globbing inside svn:keyword so you can add Makefile.in recursively to all directories. - moreover svn support auto keywording: in your configuration file you can say that by default you ignore Makefile.in
maybe VCS should help by knowing that this particular file is generated by auto* and thus ignore it (maybe also display a notice to let the user know this file was ignored for such reasons)
- Vcs can also *already* do that: --8<---------------------------------------- # ~/.vcs configuration extract exclude: - Makefile.in --8<---------------------------------------- Best regards, -- Nicolas Pouillard aka Ertai <ertai@feydakins.org> http://uttk.org Uttk -- Unified Test Tool Kit