Case sensitive double checkin in SVN
------------------------------------

         Key: MYFACES-571
         URL: http://issues.apache.org/jira/browse/MYFACES-571
     Project: MyFaces
        Type: Bug
    Versions: Nightly Build    
 Environment: Windows filesystems or any filesystem which is not case sensitive
    Reporter: Werner Punz


Somebody must have pushed a case senstive double checkin into the svn server, a 
checkout on a windows box 
of the current directory causes all svn clients under windows to choke with 
following error:


 A  C:/development/workspace/current/examples/sandbox/inc/head.inc
    A  C:/development/workspace/current/examples/sandbox/inputSuggest.jsp
    Problem running log
svn: In directory 'C:\development\workspace\current\examples\sandbox'
Das System kann die angegebene Datei nicht finden.
svn: Can't copy 
'C:\development\workspace\current\examples\sandbox\.svn\tmp\text-base\autoupdatedatatable.jsp.svn-base'
 to 
'C:\development\workspace\current\examples\sandbox\autoupdatedatatable.jsp.tmp':
 Das System kann die angegebene Datei nicht finden. 

which means it cannot find the specified file, a short bugreport on the 
subclipse mailinglist revealed following answer by the local guru there, after 
he meditated on the problem:

This has nothing to do with Subclipse, the command line also fails to 
check that out.  The problem is that you have two files in the repository 
with the same name but different case.  Your filesystem does not support 
that.
Someone needs to delete one of the two files.

You can also check this search to see how other have handled it:

<http://www.google.com/custom?domains=svn.haxx.se&q=svn%3A+Can%27t+copy&sa=Search&sitesearch=svn.haxx.se&client=pub-9313125053076989&forid=1&channel=8989477434&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%230066CC%3BGL%3A1%3BDIV%3A%23999999%3BVLC%3A336633%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFF9900%3BALC%3A0066CC%3BLC%3A0066CC%3BT%3A000000%3BGFNT%3A666666%3BGIMP%3A666666%3BFORID%3A1%3B&hl=en>





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

Reply via email to