Here's one I've never seen before... anyone else having trouble with the MP repo? Now svk does apply props for merge tickets as mentioned prior, and this has always worked before... I suppose I could one-off these commits until I narrow down the problem, but wanted to ask here at the sake of multiple commits per single functional change (email obscurity in this case). ===> Auto-merging (25942, 25943) /local/trunk to /mirror/trunk (base /mirror/trunk:25941). Merging back to mirror source https://svn.macports.org/repository/macports. U dports/net/libdnet/Portfile U dports/perl/p5-xml-apachefop/Portfile U dports/perl/p5-params-util/Portfile U dports/perl/p5-java/Portfile U dports/perl/p5-path-class/Portfile U dports/perl/p5-app-cli/Portfile U dports/perl/p5-pdf-reuse/Portfile U dports/perl/p5-list-moreutils/Portfile U dports/security/ike-scan/Portfile U dports/security/metasploit3/Portfile New merge ticket: e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25943 Failed to execute WebDAV PROPPATCH: At least one property change failed; repository is unchanged Mark Grimes, Principal Developer Stateful Labs
On Jun 5, 2007, at 10:45, Mark Grimes wrote:
Here's one I've never seen before... anyone else having trouble with the MP repo? Now svk does apply props for merge tickets as mentioned prior, and this has always worked before... I suppose I could one-off these commits until I narrow down the problem, but wanted to ask here at the sake of multiple commits per single functional change (email obscurity in this case).
===> Auto-merging (25942, 25943) /local/trunk to /mirror/trunk (base /mirror/trunk:25941). Merging back to mirror source https://svn.macports.org/repository/macports. U dports/net/libdnet/Portfile U dports/perl/p5-xml-apachefop/Portfile U dports/perl/p5-params-util/Portfile U dports/perl/p5-java/Portfile U dports/perl/p5-path-class/Portfile U dports/perl/p5-app-cli/Portfile U dports/perl/p5-pdf-reuse/Portfile U dports/perl/p5-list-moreutils/Portfile U dports/security/ike-scan/Portfile U dports/security/metasploit3/Portfile New merge ticket: e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25943 Failed to execute WebDAV PROPPATCH: At least one property change failed; repository is unchanged
I had to obscurify my ports in two commits because it wouldn't go in one. I frequently have this problem with commits which span many files. I don't use svk, I just use plain svn. I get a message about the SSL somethingorother. Oh, wait, here, I still have it: Transmitting file data ........................svn: Commit failed (details follow): svn: PUT of '/repository/macports/!svn/wrk/55dfb2b4-ae74-47ff-b412- db15fdc83ddd/trunk/dports/sysutils/cronolog/Portfile': SSL negotiation failed: SSL error: sslv3 alert bad record mac (https:// svn.macosforge.org) In my case, I tried many times and it was always sysutils/cronolog/ Portfile that was mentioned.
It's not necessary to use SSL to access the repository (we use digest authentication), and using the plain http:// URL will probably be more robust. - Kevin On Jun 5, 2007, at 8:57 AM, Ryan Schmidt wrote:
Transmitting file data ........................svn: Commit failed (details follow): svn: PUT of '/repository/macports/!svn/wrk/55dfb2b4-ae74-47ff-b412- db15fdc83ddd/trunk/dports/sysutils/cronolog/Portfile': SSL negotiation failed: SSL error: sslv3 alert bad record mac (https:// svn.macosforge.org)
Unfortunately, it (SSL) is actually necessary in my case (at least while I'm at work)... Most corporate web proxies don't proxy all the HTTP methods required to make WebDAV work. This is denoted in the form of an Error 500. (mark@entropy ~) svk sync /macports/mirror Syncing https://svn.macports.org/repository/macports Retrieving log information from 25914 to 25914 Committed revision 25947 from revision 25914. (mark@entropy ~) svk mirror -l | grep macports /macports/mirror https://svn.macports.org/repository/macports (mark@entropy ~) svk mirror --relocate /macports/mirror http://svn.macports.org/repository/macports Mirror relocated. (mark@entropy /Code/MacPorts) svk sync /macports/mirror Syncing http://svn.macports.org/repository/macports Retrieving log information from 25915 to 25916 RA layer request failed: REPORT request failed on '/repository/macports/!svn/bc/25916': REPORT of '/repository/macports/!svn/bc/25916': 500 Server Error (http://svn.macports.org) -Mark On 6/5/2007, "Kevin Van Vechten" <kvv@apple.com> wrote:
It's not necessary to use SSL to access the repository (we use digest authentication), and using the plain http:// URL will probably be more robust.
- Kevin
On Jun 5, 2007, at 8:57 AM, Ryan Schmidt wrote:
Transmitting file data ........................svn: Commit failed (details follow): svn: PUT of '/repository/macports/!svn/wrk/55dfb2b4-ae74-47ff-b412- db15fdc83ddd/trunk/dports/sysutils/cronolog/Portfile': SSL negotiation failed: SSL error: sslv3 alert bad record mac (https:// svn.macosforge.org)
participants (3)
-
Kevin Van Vechten
-
Mark Grimes
-
Ryan Schmidt