Hey
I'm maintaining a mercurial repository of ispcp with my own patches using hgsvn. Today I tried to update my local copy using "hgpullsvn" and I got some weird errors. So I tried to play with SVN by hand a bit and I get a lot of "svn: XXX path not found" and other errors. For example:
Code:
svn co http://isp-control.net/ispcp_svn/trunk -r1605
cd trunk
svn up
last message:
Code:
svn: '/ispcp_svn/!svn/bc/2813/trunk/gui/include/spGzip.php' path not found
last message:
Code:
svn: '/ispcp_svn/!svn/bc/1722/trunk/gui/include/class.critical-update.php' path not found
in case anyone uses hgsvn, the following is the actual error preventing me from continuing:
Code:
hgimportsvn -r2082 http://isp-control.net/ispcp_svn/trunk
output:
Code:
Traceback (most recent call last):
File "/usr/bin/hgimportsvn", line 8, in <module>
load_entry_point('hgsvn==0.1.8', 'console_scripts', 'hgimportsvn')()
File "build/bdist.linux-i686/egg/hgsvn/run/hgimportsvn.py", line 124, in main
File "build/bdist.linux-i686/egg/hgsvn/svnclient.py", line 231, in get_last_svn_log_entry
File "build/bdist.linux-i686/egg/hgsvn/svnclient.py", line 206, in get_one_svn_log_entry
File "build/bdist.linux-i686/egg/hgsvn/svnclient.py", line 174, in run_svn_log
File "build/bdist.linux-i686/egg/hgsvn/common.py", line 236, in run_svn
File "build/bdist.linux-i686/egg/hgsvn/common.py", line 169, in run_command
File "build/bdist.linux-i686/egg/hgsvn/common.py", line 142, in _run_raw_command
hgsvn.errors.ExternalCommandFailed: External program failed (return code 1): svn 'log' '--xml' '-v' '--stop-on-copy' '-r' '2082:1' '--limit' '1' 'http://isp-control.net/ispcp_svn/branches/omega-1.0.3'
svn: '/ispcp_svn/!svn/bc/2915/branches/omega-1.0.3' path not found
Somewhere in the SVN repo there must be a wrong reference to the nonexisting branch omega-1.0.3... Does anyone know what could cause this?
Another one, also rather interesting:
Code:
svn co -r2681 http://isp-control.net/ispcp_svn/trunk
cd trunk
svn up --ignore-externals --accept postpone -r 2693 .
output:
Code:
svn: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/ispcp_svn/branches/omega-1.0.5/gui/tools/webmail/plugins/msg_flags/locale/.htaccess'