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

Uwe Schindler commented on LUCENE-6938:
---------------------------------------

Exactly. We don't want to have anything ignored or other leftovers in it. 
Basically we want to tar what "ant clean clean-jars" leaves back (or should). 
Or better: the state of a fresh checkout without any additional files (not even 
ignroed ones) and no special files like .svn or .git.

The reason why git is faster than svn on exporting: it does the whole export 
stuff from your local GIT database wthout networks. Because you have the whole 
repository local already.

> Convert build to work with Git rather than SVN.
> -----------------------------------------------
>
>                 Key: LUCENE-6938
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6938
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>         Attachments: LUCENE-6938.patch
>
>
> We assume an SVN checkout in parts of our build and will need to move to 
> assuming a Git checkout.
> Patches against https://github.com/dweiss/lucene-solr-svn2git from 
> LUCENE-6933.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to