[erlang-questions] rebar and subversion

Dave Smith dizzyd@REDACTED
Sun Feb 13 14:30:45 CET 2011


Hi Konstantin,

On Sat, Feb 12, 2011 at 11:06 AM, Konstantin Sorokin <kvs@REDACTED> wrote:
> Hello!
>
> I just noticed that that 'rebar clean' command removes ebin/.svn/tmp
> directory so that subversion feels very unhappy about it

Yes, rebar tries to clean out the ebin/ directory (and nested subdirs)
rather thoroughly. The Erlang compilation can generate nested
directories (if you're using packages), so rebar tries to accomodate
that.

D.


More information about the erlang-questions mailing list