grantsg / dbox

Automatically exported from code.google.com/p/dbox
0 stars 0 forks source link

double files in no/truben/dbox/util: HelperClass vs helperClass #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Windows 7
2. Trying to check out the sources

What is the expected output? What do you see instead?
Sources should be correctly checked out. However, I get the error message: 
svn: In directory 'dbox-read-only\no\truben\dbox\util'
svn: Can't open file 
'dbox-read-only\no\truben\dbox\util\.svn\tmp\text-base\HelperClass.java.svn-base
': The system cannot find the file specified.

What version of the product are you using? On what operating system?
Tried this with both TortoiseSVN and command line client

Please provide any additional information below.

The error is caused by a duplicate file with different capitalization: 
helperClass.java and HelperClass.java.

It should be easy to solve this problem, just delete the faulty one (probably 
helperClass.java)

Original issue reported on code.google.com by peter.ba...@gmail.com on 9 May 2011 at 9:11

GoogleCodeExporter commented 8 years ago
Thank you for the report! It should be fixed now.

Original comment by tru...@gmail.com on 14 Jun 2011 at 6:48