You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/03/30 18:07:27 UTC

[jira] Created: (INFRA-2580) create lucene-solr git project

create lucene-solr git project
------------------------------

                 Key: INFRA-2580
                 URL: https://issues.apache.org/jira/browse/INFRA-2580
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Git
            Reporter: Yonik Seeley


The lucene and solr git projects at http://git.apache.org/ now point to old trunks.
Lucene and Solr merged and now share a trunk.
Please remove  lucene.git and solr.git and replace with lucene-solr.git

The new svn trunk is:
https://svn.apache.org/repos/asf/lucene/dev/trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2580) create lucene-solr git project

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855459#action_12855459 ] 

Jukka Zitting commented on INFRA-2580:
--------------------------------------

The problem dates back to the way the new combined trunk was created in revision 924461 [1], which is as far as git-svn is able to follow the commit history. The actual Lucene and Solr codebases were added in revisions 924463 [2] and 924483 [3], which to git-svn look just like simple svn add operations. Git-svn can only follow the svn history when the entire trunk is moved from one place to another.

It would probably be possible to construct a Git mirror with full version histories of both codebases, but I believe that'd require quite a bit of work. I'd be happy to help out if someone has enough spare cycles for this.

[1] http://svn.apache.org/viewvc?view=revision&revision=924461
[2] http://svn.apache.org/viewvc?view=revision&revision=924463
[3] http://svn.apache.org/viewvc?view=revision&revision=924483


> create lucene-solr git project
> ------------------------------
>
>                 Key: INFRA-2580
>                 URL: https://issues.apache.org/jira/browse/INFRA-2580
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Yonik Seeley
>            Assignee: Jukka Zitting
>
> The lucene and solr git projects at http://git.apache.org/ now point to old trunks.
> Lucene and Solr merged and now share a trunk.
> Please remove  lucene.git and solr.git and replace with lucene-solr.git
> The new svn trunk is:
> https://svn.apache.org/repos/asf/lucene/dev/trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (INFRA-2580) create lucene-solr git project

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved INFRA-2580.
----------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

The new mirror is now available at git://git.apache.org/lucene-solr.git

> create lucene-solr git project
> ------------------------------
>
>                 Key: INFRA-2580
>                 URL: https://issues.apache.org/jira/browse/INFRA-2580
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Yonik Seeley
>            Assignee: Jukka Zitting
>
> The lucene and solr git projects at http://git.apache.org/ now point to old trunks.
> Lucene and Solr merged and now share a trunk.
> Please remove  lucene.git and solr.git and replace with lucene-solr.git
> The new svn trunk is:
> https://svn.apache.org/repos/asf/lucene/dev/trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2580) create lucene-solr git project

Posted by "David Smiley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855424#action_12855424 ] 

David Smiley commented on INFRA-2580:
-------------------------------------

Unfortunately this resulted in a complete lack of history.  Can this be rectified?  It would probably take a git expert to fix this.

> create lucene-solr git project
> ------------------------------
>
>                 Key: INFRA-2580
>                 URL: https://issues.apache.org/jira/browse/INFRA-2580
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Yonik Seeley
>            Assignee: Jukka Zitting
>
> The lucene and solr git projects at http://git.apache.org/ now point to old trunks.
> Lucene and Solr merged and now share a trunk.
> Please remove  lucene.git and solr.git and replace with lucene-solr.git
> The new svn trunk is:
> https://svn.apache.org/repos/asf/lucene/dev/trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.