(Almost) duplicate file names on mifos.org site
-----------------------------------------------

                 Key: MIFOSADMIN-165
                 URL: http://mifosforge.jira.com/browse/MIFOSADMIN-165
             Project: mifos administration
          Issue Type: Bug
         Environment: Mac OS
            Reporter: Keith Pierce
            Priority: Blocker


For each of three files in the mifos.org/mifos.com Git repository there's 
another file in the repository  named identically except for case:
{code}
sites/default/files/images/manage_clients.jpg
sites/default/files/images/manage_clients.JPG

sites/default/files/images/manage_clients.preview.jpg
sites/default/files/images/manage_clients.preview.JPG

sites/default/files/images/manage_clients.thumbnail.jpg
sites/default/files/images/manage_clients.thumbnail.JPG
{code}

Because the Mac's operating system is not case sensitive, it views the pairs as 
the same file. This prevents me from cloning the repository locally on my Mac: 
After cloning, the command {{git status}} returns this message:
{code}
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   sites/default/files/images/manage_clients.JPG
#       modified:   sites/default/files/images/manage_clients.preview.JPG
#       modified:   sites/default/files/images/manage_clients.thumbnail.JPG
#
no changes added to commit (use "git add" and/or "git commit -a")
{code}
It looks like {{git status}} command is comparing a local version of one of the 
pairs with the remote version of the other.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to