Changes between Version 2 and Version 3 of SwitchingToSvn
- Timestamp:
- 05/25/07 15:22:30 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SwitchingToSvn
v2 v3 34 34 * Error message : 35 35 {{{ 36 svn: Commit failed (details follow) :36 svn: Commit failed (details follow) 37 37 svn: OPTIONS request failed on '/igcmg/svn/CONFIG/trunk/IPSLCM4_v2' 38 svn: OPTIONS of '/igcmg/svn/CONFIG/trunk/IPSLCM4_v2': Could not resolve hostname `forge.ipsl.jussieu.fr': Temporary failure in name resolution (http://forge.ipsl.jussieu.fr) 38 svn: OPTIONS of '/igcmg/svn/CONFIG/trunk/IPSLCM4_v2': 39 Could not resolve hostname `forge.ipsl.jussieu.fr': 40 Temporary failure in name resolution (http://forge.ipsl.jussieu.fr) 39 41 }}} 40 It is because 42 The reason of this error is that you are not administrator (you extracted by using the command "svn co http"). 43 The solution is to extract again by using the administrator command "svn co svn+ssh". 41 44 42 45 == More information under work for developpers ==