Re: monotone suppresses .svn directories.
Stephen Leake <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Hendrik Boom <[email protected]> writes: > On Tue, Nov 29, 2011 at 02:28:52AM -0500, Stephen Leake wrote: >> Hendrik Boom <[email protected]> writes: >> >> > How can I do the recursive mtn add and suppress the .svn suppression? >> >> .svn is in the standard Lua function 'ignore_file'; you can override >> that function definition in your ~/.monotone/monotonerc > > Except I might still want to not override it when I'm working on other > projects. Is there some per-project or similar way of providing lua > function? Yes; http://www.monotone.ca/docs/Lua-Reference.html#Lua-Reference you want _MTN/monotonerc -- -- Stephe