This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

SVN download fails

0

We make a svn dowload with op "svn co http://svn.openstreetmap.org --force" many times and always stop at with returned message as the following:

svn.openstreetmap.org\applications\editors\josm\plugins\smed\plugs\oseam\src\images\top_vh_cone, point up_red.png
svn: In directory 'svn.openstreetmap.org\applications\editors\josm\plugins\smed\plugs\oseam\src\images'
svn: Can't open file 
'svn.openstreetmap.org\applications\editors\josm\plugins\smed\plugs\oseam\src\images\.svn\tmp\text-base\tower.png.svn-base': 系统找不到指定
    的文件。(means: system can not find the specified file.)
    D:\osms>

asked 08 Feb '11, 07:37

pizza6899's gravatar image

pizza6899
1111
accept rate: 0%

edited 08 Feb '11, 12:01

emj's gravatar image

emj
2.0k123547


One Answer:

0

Try just checking that directory out.

svn co http://svn.openstreetmap.org/applications/editors/josm/plugins/smed/plugs/oseam/src/images

That works for me.

I'm not sure what you want to do, the OSM subversion repository contains lots of code for many different purposes. You seldom need to check out all code at once.

answered 08 Feb '11, 12:00

emj's gravatar image

emj
2.0k123547
accept rate: 15%

Source code available on GitHub .