You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/06/19 16:50:24 UTC

[jira] [Created] (ACCUMULO-2927) Make 'git clean -df' sufficient when switching between branches

Bill Havanki created ACCUMULO-2927:
--------------------------------------

             Summary: Make 'git clean -df' sufficient when switching between branches
                 Key: ACCUMULO-2927
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2927
             Project: Accumulo
          Issue Type: Improvement
          Components: build
    Affects Versions: 1.6.0, 1.5.1
            Reporter: Bill Havanki
            Assignee: Bill Havanki
            Priority: Minor
             Fix For: 1.6.1, 1.7.0


Update .gitignore across the active development branches so that, upon switching from one branch containing build artifacts to another, it is enough to run {{git clean -df}} (and {{mvn clean}}) to remove leftovers from the prior branch and successfully build. Requiring {{git clean -xdf}} leads to the destruction of IDE tracking files.

For background, see [this email thread|http://mail-archives.apache.org/mod_mbox/accumulo-dev/201406.mbox/%3CCAGHyZ6JXBNpgH8nrA_sE9ss8NXAE7Se_Ob%3DBuxZaFA098bg_2Q%40mail.gmail.com%3E].



--
This message was sent by Atlassian JIRA
(v6.2#6252)