You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2007/03/27 19:56:41 UTC

DO NOT REPLY [Bug 41961] New: - StarTeam Checkout does not update case of filenames

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41961>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41961

           Summary: StarTeam Checkout does not update case of filenames
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional SCM tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: BBurgess@tiaa-cref.org


This is a patch that I applied locally about a year ago and forgot to send back
(Bug 41948 reminded me).
StarTeam is case sensitive, but Windows is not.  Java is of course also
sensitive.  When a java class name changes case and is checked into StarTeam,
machines that still have a local copy of the file with the old cased name do not
get updated when the StarTeam checkout task runs.  The file contents are
updated, but the case of the name is left as it was before.  One workaround is
to first delete the file, then call checkout.  This is impractical as it forces
you to do a clean checkout every time which is far more time consuming than an
update would be.

I am attaching a patch that fixes the problem and allows changes to the case of
a filename in StarTeam to be checked out locally as well.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


DO NOT REPLY [Bug 41961] - StarTeam Checkout does not update case of filenames

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41961>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41961





------- Additional Comments From BBurgess@tiaa-cref.org  2007-03-27 10:58 -------
Created an attachment (id=19818)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19818&action=view)
if file should be checked out, then also forces case of name to match server


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org