[
https://issues.apache.org/jira/browse/SOLR-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053665#comment-13053665
]
David Smiley commented on SOLR-2617:
------------------------------------
For .gitignore, I prefer to generate it automatically assuming the git repo is
git-svn based, however that didn't work:
{noformat}
lucene-solr$ git svn create-ignore
config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned
error: 1
{noformat}
solr/example/work: Needs to be created. I recommend altering the "example" ant
build target to create it if need be. Add the following at like 760 (before the
<delete> task):
{code:xml}<mkdir dir="${example}/work" /><!-- in case not there -->
{code}
solr/example/logs: I think we can purposefully overlook this as its not used
unless explicit configuration action is taken to log something there, at which
point if an error is reported about its absence, it will be obvious it needs to
be created.
Anything else?
> Support git.
> ------------
>
> Key: SOLR-2617
> URL: https://issues.apache.org/jira/browse/SOLR-2617
> Project: Solr
> Issue Type: New Feature
> Components: Build
> Reporter: David Smiley
>
> Apache has git mirrors of Lucene/Solr, as well as many other projects.
> Presently, if git is used to checkout Lucene/Solr, there are only a couple
> small problems to address, but it otherwise works fine.
> * a .gitignore is needed.
> * empty directories need to be dealt-with. (git doesn't support them)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]