[
https://issues.apache.org/jira/browse/HIVE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804363#action_12804363
]
Carl Steinbach commented on HIVE-1084:
--------------------------------------
I am working on a Mac with a case-insensitive file system, and as a result
I can't use 'svn rename' when the difference between old and new names
is just capitalization.
'svn rename a b' reduces to 'svn copy a b; svn delete a'. This fails on
case-insensitive
file systems since svn thinks you are trying to copy the file to itself.
I have tried doing 'svn rename selectDesc.java S1electDesc.java', followed by
'svn rename S1electDesc.java SelectDesc.java', but this seems to corrupt my
svn index.
I have two suggestions for how to proceed:
# Apply the patch as-is and lose the revision history of the deleted files. I
don't think this is a big deal since the deleted files are mostly bean,
annotations, etc and don't contain much real code.
# Pass this ticket and patch on to a committer with access to a case-sensitive
file system for more work.
> Cleanup Class names
> -------------------
>
> Key: HIVE-1084
> URL: https://issues.apache.org/jira/browse/HIVE-1084
> Project: Hadoop Hive
> Issue Type: Task
> Affects Versions: 0.6.0
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
> Attachments: cleanup-class-names.2.patch, cleanup-class-names.patch
>
>
> [Sun's Code Conventions for the Java Programming
> Language|http://java.sun.com/docs/codeconv/] document stipulates that Java
> class names must begin with a capital letter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.