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

Dawid Weiss commented on LUCENE-6937:
-------------------------------------

I overlooked one release tag/ commit during migration. Here is the fixup log 
(already pushed to the repo):

{code}
# Locate the release tag's version in SVN

$ svn log -v --stop-on-copy 
https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_5_3_2
------------------------------------------------------------------------
r1726288 | anshum | 2016-01-22 19:57:58 +0100 (Fri, 22 Jan 2016) | 1 line
Changed paths:
   A /lucene/dev/tags/lucene_solr_5_3_2 (from 
/lucene/dev/branches/lucene_solr_5_3:1725196)

Lucene/Solr release 5.3.2
------------------------------------------------------------------------

$ git log --all --grep="@1726288"

# nothing, we lost this commit during pruning because it wasn't reachable by 
any ref.
# let's locate the *last* change that occurred on 
/lucene/dev/branches/lucene_solr_5_3
# prior to r1725196:

$ svn info 
https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_3@1725196

Path: lucene_solr_5_3
URL: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_3
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1725196
Node Kind: directory
Last Changed Author: yonik
Last Changed Rev: 1725012
Last Changed Date: 2016-01-16 19:07:46 +0100 (Sat, 16 Jan 2016)

# So the last change was r1725012, locate it in git:

$ git log --all --grep="@1725012"

commit d57d7b14883a4b27990ee88419ac89dbed8f34bf
Author: Yonik Seeley <yo...@apache.org>
Date:   Sat Jan 16 18:07:46 2016 +0000

    SOLR-8496: multi-select faceting and getDocSet(List<Query>) can match 
deleted docs

    git-svn-id: 
https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_3@1725012 
13f79535-47bb-0310-9956-ffa450edef68

# Tag this commit as the release commit (no further changes occurred on the tag 
path in SVN):

git tag releases/lucene-solr/5.3.2 d57d7b14883a4b27
git push origin releases/lucene-solr/5.3.2
{code}

> Migrate Lucene project from SVN to Git.
> ---------------------------------------
>
>                 Key: LUCENE-6937
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6937
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>
> See mailing list discussion: 
> http://mail-archives.apache.org/mod_mbox/lucene-dev/201512.mbox/%3CCAL8PwkbFVT83ZbCZm0y-x-MDeTH6HYC_xYEjRev9fzzk5YXYmQ%40mail.gmail.com%3E



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

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

Reply via email to