hi all,
I use svn merge to merge trunk to branch :
svn merge --dry-run -r 25756:27670 https://192.168.10.232:4143/svn/projects/datang/trunk/ENGINE ENGINE
but got the following message:
svn: PROPFIND request failed on '/svn/projects/datang/trunk/ENGINE'
svn: PROPFIND of '/svn/projects/datang/trunk/ENGINE': SSL negotiation failed: Secure connection truncated .
Then i change some options in ~/.subversion/servers
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
http-compression = no
neon-debug-mask = 239
and try svn merge again :
svn merge --dry-run -r 25756:27670 https://192.168.10.232:4143/svn/projects/datang/trunk/ENGINE ENGINE > log.txt 2>&1
the attachment is log.txt.
can you give me some advice to resolve it ?
thanks
-weck
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 10 09:41:15 2005