[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

subversion 1.6.2 (svn+https) copy/commit "Could not read status line: Secure connection truncated"

From: Ronie Gilberto Henrich <ronie_at_ronie.com.br>
Date: Wed, 01 Jul 2009 13:51:42 -0400

Hi,

I am getting an error "Could not read status line: Secure connection
truncated" when I am trying to do a "svn copy" or a "svn commit"
using svn+https.
subversion: 1.6.2
apache: 2.2.11
neon: 0.28.4
command: svn copy --config-option servers:global:neon-debug-mask=130
https://redmine.example.com/svn/test/trunk
https://redmine.example.com/svn/test/branches/testcopy -m "test"

Any ideas of what am I doing wrong?
Or could it be a bug?

Thanks in advance for your help!
Ronie

vhost config (the IfDefine !SVNPROXY at the end of this vhost config
is because we a load balancing environment. So, with this reverse
proxy configuration with ensure https subversion always go thru the
same host):

<VirtualHost *:443>
        ServerAdmin sac_at_git.com.br
        DocumentRoot /home/redmine/public
        ServerName redmine.example.com
        ServerAlias 192.168.0.6
        SSLEngine On
        SSLCertificateFile /etc/apache2/ssl/redmine.crt
        SSLCertificateKeyFile /etc/apache2/ssl/redmine.key
        <Directory "/home/redmine/public">
                Options None
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory>
        <ifDefine WEBDAVSVN>
                <Location /sys>
                        Order deny,allow
                        Deny from all
                        Allow from 192.168.0.0/24
                </Location>
                <IfDefine DAV>
                        <IfModule dav_module>
                                <IfModule dav_fs_module>
                                        PerlLoadModule Redmine
                                        <Location /svn>
                                                DAV svn
                                                SVNParentPath
"/var/svn/"
                                                AuthType Basic
                                                AuthName redmine
                                                Require valid-user
                                                PerlAccessHandler
Apache::Authn::Redmine::access_handler
                                                PerlAuthenHandler
Apache::Authn::Redmine::authen_handler
                                                RedmineDSN
"DBI:Pg:dbname=redmine;host=redmine.example.com"
                                                RedmineDbUser "redmine"
                                                RedmineDbPass
"redmine_passwd"
                                        </Location>
                                        <Location /svn-private>
                                                DAV svn
                                                SVNParentPath
"/var/svn/"
                                                Order deny,allow
                                                Deny from all
                                                <Limit GET PROPFIND
OPTIONS REPORT>
                                                        Allow from
192.168.0.0/24
                                                </Limit>
                                        </Location>
                                </IfModule>
                        </IfModule>
                </IfDefine>
        </IfDefine>
        <IfDefine !SVNPROXY>
                SSLProxyEngine on
                ProxyPass / https://bla/
                ProxyPassReverse / https://bla/
                ProxyPreserveHost on
        </IfDefine>

Now, the result of the svn copy command:
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 104
Accept-Encoding: gzip

Sending request-line and headers:
Doing DNS lookup on redmine.example.com...
Connecting to 192.168.0.6
Sending request body:
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request sent; retry is 0.
[status-line] < HTTP/1.1 401 Authorization Required
[hdr] Date: Wed, 01 Jul 2009 17:18:49 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:49 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] WWW-Authenticate: Basic realm="redmine"
Header Name: [www-authenticate], Value: [Basic realm="redmine"]
[hdr] Content-Length: 515
Header Name: [content-length], Value: [515]
[hdr] Keep-Alive: timeout=15
Header Name: [keep-alive], Value: [timeout=15]
[hdr] Connection: Keep-Alive
Header Name: [connection], Value: [Keep-Alive]
[hdr] Content-Type: text/html; charset=iso-8859-1
Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 515 bytes of response body.
Got 515 bytes.
Read block (515 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Authentication realm: <https://redmine.example.com:443> redmine
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 104
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] DAV: 1,2
Header Name: [dav], Value: [1,2]
[hdr] DAV: version-control,checkout,working-resource
Header Name: [dav], Value: [version-control,checkout,working-resource]
[hdr] DAV: merge,baseline,activity,version-controlled-collection
Header Name: [dav], Value:
[merge,baseline,activity,version-controlled-collection]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/depth]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/log-revprops]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/partial-replay
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/partial-replay]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/mergeinfo]
[hdr] DAV: <http://apache.org/dav/propset/fs/1>
Header Name: [dav], Value: [<http://apache.org/dav/propset/fs/1>]
[hdr] MS-Author-Via: DAV
Header Name: [ms-author-via], Value: [DAV]
[hdr] Allow:
OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT
Header Name: [allow], Value:
[OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT]
[hdr] Content-Length: 192
Header Name: [content-length], Value: [192]
[hdr] Keep-Alive: timeout=15
Header Name: [keep-alive], Value: [timeout=15]
[hdr] Connection: Keep-Alive
Header Name: [connection], Value: [Keep-Alive]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 192 bytes of response body.
Got 192 bytes.
Read block (192 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:options-response xmlns:D="DAV:">
<D:activity-collection-set><D:href>/svn/test/!svn/act/</D:href></D:activity-collection-set></D:options-response>
]
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 698
Header Name: [content-length], Value: [698]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 698 bytes of response body.
Got 698 bytes.
Read block (698 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/vcc/default</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/bln/208</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bln/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 698
Header Name: [content-length], Value: [698]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 698 bytes of response body.
Got 698 bytes.
Read block (698 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/vcc/default</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/bln/208</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bln/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 698
Header Name: [content-length], Value: [698]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 698 bytes of response body.
Got 698 bytes.
Read block (698 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/vcc/default</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/bln/208</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bln/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
HTTP session to https://redmine.example.com:443 begins.
HTTP session to https://redmine.example.com:443 begins.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 104
Accept-Encoding: gzip

Sending request-line and headers:
Doing DNS lookup on redmine.example.com...
Connecting to 192.168.0.6
Sending request body:
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request sent; retry is 0.
[status-line] < HTTP/1.1 401 Authorization Required
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] WWW-Authenticate: Basic realm="redmine"
Header Name: [www-authenticate], Value: [Basic realm="redmine"]
[hdr] Content-Length: 515
Header Name: [content-length], Value: [515]
[hdr] Keep-Alive: timeout=15
Header Name: [keep-alive], Value: [timeout=15]
[hdr] Connection: Keep-Alive
Header Name: [connection], Value: [Keep-Alive]
[hdr] Content-Type: text/html; charset=iso-8859-1
Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 515 bytes of response body.
Got 515 bytes.
Read block (515 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
OPTIONS /svn/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 104
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (104 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:options
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] DAV: 1,2
Header Name: [dav], Value: [1,2]
[hdr] DAV: version-control,checkout,working-resource
Header Name: [dav], Value: [version-control,checkout,working-resource]
[hdr] DAV: merge,baseline,activity,version-controlled-collection
Header Name: [dav], Value:
[merge,baseline,activity,version-controlled-collection]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/depth]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/log-revprops]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/partial-replay
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/partial-replay]
[hdr] DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
Header Name: [dav], Value:
[http://subversion.tigris.org/xmlns/dav/svn/mergeinfo]
[hdr] DAV: <http://apache.org/dav/propset/fs/1>
Header Name: [dav], Value: [<http://apache.org/dav/propset/fs/1>]
[hdr] MS-Author-Via: DAV
Header Name: [ms-author-via], Value: [DAV]
[hdr] Allow:
OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT
Header Name: [allow], Value:
[OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,LOCK,UNLOCK,CHECKOUT]
[hdr] Content-Length: 192
Header Name: [content-length], Value: [192]
[hdr] Keep-Alive: timeout=15
Header Name: [keep-alive], Value: [timeout=15]
[hdr] Connection: Keep-Alive
Header Name: [connection], Value: [Keep-Alive]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 192 bytes of response body.
Got 192 bytes.
Read block (192 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:options-response xmlns:D="DAV:">
<D:activity-collection-set><D:href>/svn/test/!svn/act/</D:href></D:activity-collection-set></D:options-response>
]
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 710
Header Name: [content-length], Value: [710]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 710 bytes of response body.
Got 710 bytes.
Read block (710 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/trunk/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/trunk</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/vcc/default</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/bln/208</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bln/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
sess: Destroying session.
sess: Destroying session.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 710
Header Name: [content-length], Value: [710]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 710 bytes of response body.
Got 710 bytes.
Read block (710 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/trunk/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/trunk</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 208
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bc/208/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 722
Header Name: [content-length], Value: [722]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 722 bytes of response body.
Got 722 bytes.
Read block (722 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bc/208/test/trunk/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/trunk</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/branches/testcopy HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 404 Not Found
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 348
Header Name: [content-length], Value: [348]
[hdr] Content-Type: text/html; charset=iso-8859-1
Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 348 bytes of response body.
Got 348 bytes.
Read block (348 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /svn/test/branches/testcopy was not found on
this server.</p>
<hr>
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 404 class 4xx, error line:
404 Not Found
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/branches HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 716
Header Name: [content-length], Value: [716]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 716 bytes of response body.
Got 716 bytes.
Read block (716 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/branches/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/branches</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 208
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bc/208/test/branches/testcopy HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 404 Not Found
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 360
Header Name: [content-length], Value: [360]
[hdr] Content-Type: text/html; charset=iso-8859-1
Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 360 bytes of response body.
Got 360 bytes.
Read block (360 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /svn/test/!svn/bc/208/test/branches/testcopy
was not found on this server.</p>
<hr>
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 404 class 4xx, error line:
404 Not Found
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 655
Header Name: [content-length], Value: [655]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 655 bytes of response body.
Got 655 bytes.
Read block (655 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path/>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 0
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 457
Header Name: [content-length], Value: [457]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 457 bytes of response body.
Got 457 bytes.
Read block (457 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/0</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/0/</D:href></lp1:baseline-collection>
<lp1:version-name>0</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
REPORT /svn/test/!svn/bc/0 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 130
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (130 bytes):
[<S:mergeinfo-report
xmlns:S="svn:"><S:revision>0</S:revision><S:inherit>explicit</S:inherit><S:path></S:path></S:mergeinfo-report>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Transfer-Encoding: chunked
Header Name: [transfer-encoding], Value: [chunked]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
[chunk] < 70
Got chunk size: 112
Reading 112 bytes of response body.
Got 112 bytes.
Read block (112 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<S:mergeinfo-report xmlns:S="svn:" xmlns:D="DAV:">
</S:mergeinfo-report>
]
[chunk] < 0
Got chunk size: 0
[hdr]
End of headers.
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 655
Header Name: [content-length], Value: [655]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 655 bytes of response body.
Got 655 bytes.
Read block (655 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path/>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 208
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
REPORT /svn/test/!svn/bc/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 146
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (146 bytes):
[<S:mergeinfo-report
xmlns:S="svn:"><S:revision>208</S:revision><S:inherit>inherited</S:inherit><S:path>test/trunk</S:path></S:mergeinfo-report>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 200 OK
[hdr] Date: Wed, 01 Jul 2009 17:18:53 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:53 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Transfer-Encoding: chunked
Header Name: [transfer-encoding], Value: [chunked]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
[chunk] < 70
Got chunk size: 112
Reading 112 bytes of response body.
Got 112 bytes.
Read block (112 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<S:mergeinfo-report xmlns:S="svn:" xmlns:D="DAV:">
</S:mergeinfo-report>
]
[chunk] < 0
Got chunk size: 0
[hdr]
End of headers.
Running post_send hooks
Request ends, status 200 class 2xx, error line:
200 OK
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
MKACTIVITY /svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236
HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 0
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Request sent; retry is 1.
[status-line] < HTTP/1.1 201 Created
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Cache-Control: no-cache
Header Name: [cache-control], Value: [no-cache]
[hdr] Location:
https://redmine.example.com/svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236
Header Name: [location], Value:
[https://redmine.example.com/svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236]
[hdr] Content-Length: 347
Header Name: [content-length], Value: [347]
[hdr] Content-Type: text/html; charset=ISO-8859-1
Header Name: [content-type], Value: [text/html; charset=ISO-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 347 bytes of response body.
Got 347 bytes.
Read block (347 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>201 Created</title>
</head><body>
<h1>Created</h1>
<p>Activity /svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236
has been created.</p>
<hr />
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 201 class 2xx, error line:
201 Created
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/vcc/default</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/bln/208</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
Sending request headers:
CHECKOUT /svn/test/!svn/bln/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 187
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (187 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:checkout
xmlns:D="DAV:"><D:activity-set><D:href>/svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236</D:href></D:activity-set></D:checkout>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 201 Created
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Cache-Control: no-cache
Header Name: [cache-control], Value: [no-cache]
[hdr] Location:
https://redmine.example.com/svn/test/!svn/wbl/38e68490-2f46-4410-ae63-cc34ac01a236/208
Header Name: [location], Value:
[https://redmine.example.com/svn/test/!svn/wbl/38e68490-2f46-4410-ae63-cc34ac01a236/208]
[hdr] Content-Length: 363
Header Name: [content-length], Value: [363]
[hdr] Content-Type: text/html; charset=ISO-8859-1
Header Name: [content-type], Value: [text/html; charset=ISO-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 363 bytes of response body.
Got 363 bytes.
Read block (363 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>201 Created</title>
</head><body>
<h1>Created</h1>
<p>Checked-out resource
/svn/test/!svn/wbl/38e68490-2f46-4410-ae63-cc34ac01a236/208 has been
created.</p>
<hr />
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 201 class 2xx, error line:
201 Created
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPPATCH
/svn/test/!svn/wbl/38e68490-2f46-4410-ae63-cc34ac01a236/208 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Accept-Encoding: gzip
Content-Type: text/xml; charset=UTF-8
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 318
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (318 bytes):
[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate
xmlns:D="DAV:" xmlns:V="http://subversion.tigris.org/xmlns/dav/"
xmlns:C="http://subversion.tigris.org/xmlns/custom/"
xmlns:S="http://subversion.tigris.org/xmlns/svn/"><D:set><D:prop><S:log
>criando branch para
testcopy</S:log></D:prop></D:set></D:propertyupdate>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 466
Header Name: [content-length], Value: [466]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 466 bytes of response body.
Got 466 bytes.
Read block (466 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns3="http://subversion.tigris.org/xmlns/dav/"
xmlns:ns2="http://subversion.tigris.org/xmlns/custom/"
xmlns:ns1="http://subversion.tigris.org/xmlns/svn/" xmlns:ns0="DAV:">
<D:response>
<D:href>/svn/test/!svn/wbl/38e68490-2f46-4410-ae63-cc34ac01a236/208</D:href>
<D:propstat>
<D:prop>
<ns1:log/>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 408
Header Name: [content-length], Value: [408]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 408 bytes of response body.
Got 408 bytes.
Read block (408 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/ver/207/test</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/branches HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 716
Header Name: [content-length], Value: [716]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 716 bytes of response body.
Got 716 bytes.
Read block (716 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/branches/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/branches</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 208
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/bc/208/test/branches HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 111
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (111 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><checked-in xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 436
Header Name: [content-length], Value: [436]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 436 bytes of response body.
Got 436 bytes.
Read block (436 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bc/208/test/branches/</D:href>
<D:propstat>
<D:prop>
<lp1:checked-in><D:href>/svn/test/!svn/ver/1/test/branches</D:href></lp1:checked-in>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
Sending request headers:
CHECKOUT /svn/test/!svn/ver/1/test/branches HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 187
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (187 bytes):
[<?xml version="1.0" encoding="utf-8"?><D:checkout
xmlns:D="DAV:"><D:activity-set><D:href>/svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236</D:href></D:activity-set></D:checkout>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 201 Created
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Cache-Control: no-cache
Header Name: [cache-control], Value: [no-cache]
[hdr] Location:
https://redmine.example.com/svn/test/!svn/wrk/38e68490-2f46-4410-ae63-cc34ac01a236/test/branches
Header Name: [location], Value:
[https://redmine.example.com/svn/test/!svn/wrk/38e68490-2f46-4410-ae63-cc34ac01a236/test/branches]
[hdr] Content-Length: 376
Header Name: [content-length], Value: [376]
[hdr] Content-Type: text/html; charset=ISO-8859-1
Header Name: [content-type], Value: [text/html; charset=ISO-8859-1]
[hdr]
End of headers.
Running post_headers hooks
Reading 376 bytes of response body.
Got 376 bytes.
Read block (376 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>201 Created</title>
</head><body>
<h1>Created</h1>
<p>Checked-out resource
/svn/test/!svn/wrk/38e68490-2f46-4410-ae63-cc34ac01a236/test/branches
has been created.</p>
<hr />
<address>Apache Server at <a
href="mailto:sac_at_example.com">redmine.example.com</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 201 class 2xx, error line:
201 Created
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 300
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><version-controlled-configuration
xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path
xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid
xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 710
Header Name: [content-length], Value: [710]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 710 bytes of response body.
Got 710 bytes.
Read block (710 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:"
xmlns:ns1="http://subversion.tigris.org/xmlns/dav/" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/trunk/</D:href>
<D:propstat>
<D:prop>
<lp1:version-controlled-configuration><D:href>/svn/test/!svn/vcc/default</D:href></lp1:version-controlled-configuration>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp3:baseline-relative-path>test/trunk</lp3:baseline-relative-path>
<lp3:repository-uuid>b24d486b-fc63-4f21-b8c4-1e6be7df93bb</lp3:repository-uuid>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
PROPFIND /svn/test/!svn/vcc/default HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Content-Type: text/xml
Accept-Encoding: gzip
Label: 208
Depth: 0
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 148
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (148 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind
xmlns="DAV:"><prop><baseline-collection xmlns="DAV:"/><version-name
xmlns="DAV:"/></prop></propfind>]
Request sent; retry is 1.
[status-line] < HTTP/1.1 207 Multi-Status
[hdr] Date: Wed, 01 Jul 2009 17:18:54 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:54 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Vary: Label
Header Name: [vary], Value: [Label]
[hdr] Content-Length: 463
Header Name: [content-length], Value: [463]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr]
End of headers.
Running post_headers hooks
Reading 463 bytes of response body.
Got 463 bytes.
Read block (463 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<D:multistatus xmlns:D="DAV:" xmlns:ns0="DAV:">
<D:response xmlns:lp1="DAV:"
xmlns:lp3="http://subversion.tigris.org/xmlns/dav/">
<D:href>/svn/test/!svn/bln/208</D:href>
<D:propstat>
<D:prop>
<lp1:baseline-collection><D:href>/svn/test/!svn/bc/208/</D:href></lp1:baseline-collection>
<lp1:version-name>208</lp1:version-name>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
</D:multistatus>
]
Running post_send hooks
Request ends, status 207 class 2xx, error line:
207 Multi-Status
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
COPY /svn/test/!svn/bc/208/test/trunk HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Accept-Encoding: gzip
Destination:
https://redmine.example.com/svn/test/!svn/wrk/38e68490-2f46-4410-ae63-cc34ac01a236/test/branches/testcopy
Depth: infinity
Overwrite: T
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 0
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Request sent; retry is 1.
Aborted request (-5): Could not read status line
Persistent connection timed out, retrying.
Sending request-line and headers:
Connecting to 192.168.0.6
Request sent; retry is 0.
Aborted request (-5): Could not read status line
Request ends, status 0 class 0xx, error line:
Could not read status line: Secure connection truncated
Running destroy hooks.
Request ends.
Running pre_send hooks
compress: Initialization.
compress: Initialization.
Sending request headers:
DELETE /svn/test/!svn/act/38e68490-2f46-4410-ae63-cc34ac01a236 HTTP/1.1
Host: redmine.example.com
User-Agent: SVN/1.6.2 (r37639) neon/0.28.4
Connection: TE
TE: trailers
Accept-Encoding: gzip
DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
Content-Length: 0
Accept-Encoding: gzip
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Connecting to 192.168.0.6
Request sent; retry is 0.
[status-line] < HTTP/1.1 204 No Content
[hdr] Date: Wed, 01 Jul 2009 17:18:56 GMT
Header Name: [date], Value: [Wed, 01 Jul 2009 17:18:56 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] Content-Length: 0
Header Name: [content-length], Value: [0]
[hdr] Content-Type: text/plain
Header Name: [content-type], Value: [text/plain]
[hdr]
End of headers.
Running post_headers hooks
Running post_send hooks
Request ends, status 204 class 2xx, error line:
204 No Content
Running destroy hooks.
Request ends.
sess: Destroying session.
sess: Destroying session.
svn: COPY of '/svn/test/!svn/bc/208/test/trunk': Could not read
status line: Secure connection truncated (https://redmine.example.com)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2367140

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-01 19:53:40 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.