On Fri, Jul 26, 2013 at 12:28 AM, ChoeJenSing <jensing.c...@b2b.com.my> wrote: > Hi, > > i have searched through the archives and try google for the answer. > but i not able to found the solution. > > I try to commit this gif filename =popupMenuBg.gif > but it failed to commit > > the images actually comes from > dojo_0.90\dijit\themes\tundra\images\popupMenuBg.gif > > please guide me on the log file directory for troubleshooting > > SVN version 1.6.11 (r934486), compiled jun 23 2013
You need to describe the "failure". What error message(s) do you get? Subversion itself does no filtering of file *names*. Your repository administrator may have installed a hook script that prohibits such names, or there may be a file by the same name with different case already in the repository at that location. But without you providing the *actual error message*, all that we can do here is guess.