You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/01/06 17:25:51 UTC

[jira] [Commented] (LUCENE-5385) make precommit work for svn 1.8 or git checkouts

    [ https://issues.apache.org/jira/browse/LUCENE-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863077#comment-13863077 ] 

Robert Muir commented on LUCENE-5385:
-------------------------------------

The biggest thing i dont like, is the ignoring of any svn exceptions in the main processing loop.
I guess I would prefer if we had something like this instead:

{code}
// explicit sanity check to see if its even an svn checkout with a supported version
try {
  statusClient.getVersionOrSomeOtherTrivialOperation();
} catch (SVNException e) {
  task.log("unsupported....")
}
{code}

> make precommit work for svn 1.8 or git checkouts
> ------------------------------------------------
>
>                 Key: LUCENE-5385
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5385
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: general/build
>            Reporter: Robert Muir
>         Attachments: LUCENE-5385.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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