Re: monotone suppresses .svn directories.
CooSoft Support <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Evil make system relying on the .svn dir. Or you an do something like: mtn add --no-respect-ignore --recursive if you just want to add all files in a one off operation, your mtn config is not changed (normally you would want to ignore the .svn dirs). mtn is really good at simply dealing with vendor branches, used this technique to do a CVS to mtn import. Tony. 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 > > Or you can add the .svn directly; then it will no longer be ignored. > >