Yann Chemin wrote: > While doing a couple of updates this afternoon, suddenly svn > refused updates, saying this: > > # svn ci -m "fix bug" > svn: Commit failed (details follow): > svn: Unrecognized URL scheme for > 'https://svn.osgeo.org/grass/grass-addons/gipe/r.out.vic'
Hi, FWIW, I saw a similar error message a few days ago but then it was because I miss wrote the directory name, like https://svn.osgeo.org/grass/trunk/... instead of correct: https://svn.osgeo.org/grass/grass/trunk/... works for me: $ svn co https://svn.osgeo.org/grass/grass-addons/gipe/r.out.vic \ grass-addons/gipe/r.out.vic if I put a typo in the addons dir structure I get the error: svn: URL '.../grass/grass-addon/...' doesn't exist if I put a typo in the project name I the less helpful error: svn: PROPFIND request failed on '/gras/grass-addons/...' svn: PROPFIND of '/gras/grass-addons/...': 405 Method Not Allowed (https://svn.osgeo.org) maybe try the checkin with full path and filename from the grass-addons "root" dir? try with a fresh checkout? does "svn diff" work? ? Hamish ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
