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

Alan Gates commented on HIVE-4265:
----------------------------------

I'm totally fine with option 2.  You have my +1 to do the svn mv's necessary to 
make it happen.  These should be:

{code}
svn mkdir https://svn.apache.org/repos/asf/hive/hcatalog-historical
svn mv https://svn.apache.org/repos/asf/hive/trunk/hcatalog/branches 
https://svn.apache.org/repos/asf/hive/hcatalog-historical/branches
svn mv https://svn.apache.org/repos/asf/hive/trunk/hcatalog/site 
https://svn.apache.org/repos/asf/hive/hcatalog-historical/site
{code}
                
> HCatalog branches need to move out of trunk/hcatalog/historical
> ---------------------------------------------------------------
>
>                 Key: HIVE-4265
>                 URL: https://issues.apache.org/jira/browse/HIVE-4265
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HCatalog
>    Affects Versions: 0.11.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>             Fix For: 0.11.0
>
>
> When I moved the HCatalog code into Hive I put it all under trunk/hcatalog 
> (as we had discussed).  However this is causing checkouts and 'ant tar' both 
> to pick up the old hcatalog branches, which is not what we want.  We need to 
> move this branch code somewhere else.  Two options have been suggested:
> # Put it in branches, prefixing 'hcatalog-' to the branch name.  So 
> trunk/hcatalog/historical/branches/branch-0.5 would move to 
> branches/hcatalog-branch-0.5
> # Put it in a top level hcatalog-historical directory.
> Either is fine, but we need to do this soon to avoid plugging checkouts and 
> builds with dead code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to