[erlang-questions] rebar and subversion
Konstantin Sorokin
kvs@REDACTED
Sun Feb 13 21:01:40 CET 2011
On Sun, Feb 13, 2011 at 4:41 PM, Bob Ippolito <bob@REDACTED> wrote:
> 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.
>
>
Thanks for the hint, Bob, it worked like a charm!
--
Konstantin Sorokin
More information about the erlang-questions
mailing list