This is still a problem for people working with git-svn, but I admit
it makes sense to have a precommit target that assumes a "supported"
configuration, whatever it may be, and enforces strict checks rather
than support multiple configurations with next to nothing.

Dawid

On Mon, Nov 26, 2012 at 5:09 PM, Michael McCandless
<luc...@mikemccandless.com> wrote:
> I think the idea is to catch files you forgot to svn add.
>
> For IDE files, you should just svn ignore them?
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Mon, Nov 26, 2012 at 9:46 AM, David Smiley (@MITRE.org)
> <dsmi...@mitre.org> wrote:
>> "ant precommit" will check if the source tree is "dirty" (i.e. contains files
>> not in source control) and stop with a failure if so.  I find that rather
>> annoying since I've usually got a variety of .patch files and IDE config
>> changes.  What is the rationale behind this check?  How do people usually
>> deal with it?  Perhaps if I do my real development on another checkout (git
>> based), I could then patch on the svn one for the commit.  Pretty annoying
>> though, and the 4x port is yet another step.  There sure is a lot of burden
>> to getting commits in.  I no longer care to improve little javadoc and typo
>> stuff.
>>
>> ~ David
>>
>>
>>
>> -----
>>  Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
>> --
>> View this message in context: 
>> http://lucene.472066.n3.nabble.com/ant-precommit-annoyed-with-checkout-is-dirty-tp4022362.html
>> Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to