#6609 closed defect (fixed)
SVN repository problem - SMED (OpenSeaMap plugin)
| Reported by: | akks | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | unspecified |
| Version: | latest | Keywords: | |
| Cc: |
Description (last modified by akks)
I am trying to check out sources (on Windows), but command
svn co http://svn.openstreetmap.org/applications/editors/josm/
exits with error:
svn: In directory 'josm\plugins\smed\plugs\oseam\src\images'
svn: Can't open file 'josm\plugins\smed\plugs\oseam\src\images\.svn\tmp\text-base\radar_reflector_355.png.svn-base': No such file
I have tried SlikSVN 1.6.16 and latest TortoiseSVN 1.6.16, Build 21511 - 32 Bit, folder was clean.
Partial checkout works OK.
Attachments (0)
Change History (12)
comment:1 Changed 2 years ago by akks
- Description modified (diff)
comment:2 Changed 2 years ago by akks
comment:3 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
Fixed in [o26370].
comment:4 Changed 2 years ago by anonymous
- Resolution fixed deleted
- Status changed from closed to reopened
I am sorry, but problem persists - checkout in cleand directory gives:
Error: In directory 'E:\Ak\JOSM2\plugins\smed\plugs\oseam\src\images'
Error: Can't open file
Error: 'E:\Ak\JOSM2\plugins\smed\plugs\oseam\src\images\.svn\tmp\text-base\radar_reflector_355.png.svn-base':
comment:5 Changed 2 years ago by akks
It works OK from Linux, problem is Windows-specific (filesystem case-independence?)
comment:6 Changed 2 years ago by stoecker
- Resolution set to fixed
- Status changed from reopened to closed
Fixed another 4 files.
comment:7 Changed 2 years ago by akks
- Resolution fixed deleted
- Status changed from closed to reopened
I am really sorry :), but
Error: In directory 'E:\Ak\JOSM2\plugins\smed\plugs\oseam\src\images'
Error: Can't open file
Error: 'E:\Ak\JOSM2\plugins\smed\plugs\oseam\src\images\.svn\tmp\text-base\light_green_120.png.svn-base':
comment:8 Changed 2 years ago by stoecker
Can you contact the plugin author of smed about this (see build.xml)? Probably better than deleting the files as I do. Basically he did check-in identical files with different Case-Sensitive name, but equal non-case-sensitive names. Check-in of duplicate files is an error in any case.
comment:9 Changed 2 years ago by akks
Yes, I will try to contact him...
comment:10 Changed 2 years ago by akks
- Summary changed from SVN repository problem to SVN repository problem - SMED (OpenSeaMap plugin)
comment:11 Changed 2 years ago by malcolmh
- Resolution set to fixed
- Status changed from reopened to closed
Sorry, some zombie files re-surfaced.
I have zapped them. Try again
comment:12 Changed 2 years ago by akks
Thank you very much, it worked OK!



Maybe it is something about upper case: instead of radar_reflector_355.png.svn-base exists file Rradar_Reflector_355.png.svn-base
Old revision was checked out correcly, then update worked without problem... Some magic happens (there were no commits, checkout latest revision still does not work).