[erlang-questions] rebar and subversion

Bob Ippolito bob@REDACTED
Sun Feb 13 14:41:02 CET 2011


On Sun, Feb 13, 2011 at 9:30 PM, Dave Smith <dizzyd@REDACTED> wrote:
> 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.

Another option is to simply not have an ebin dir, and have the .app
file get generated by rebar with an .app.src file in your src
directory.

-bob


More information about the erlang-questions mailing list