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: > 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 Or you can add the .svn directly; then it will no longer be ignored. -- -- Stephe