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

behind a proxy/firewall: everey svn command needs to be called 2x

From: Toralf Förster <toralf.foerster_at_gmx.de>
Date: 2005-05-12 12:41:33 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At work I have the problem, that everey 'svn info' or 'svn up' produces an error whereas the same command immediately called again works fine:

- --------log --------------------------------------------------------------------
tfoerste@n22 ~ $ cd ~/devel/svnbook/; svn info; svn up
Path: .
URL: http://svn.red-bean.com/svnbook
Repository UUID: 092d64ff-61b7-0310-bf06-9acdfb04b43b
Revision: 1275
Node Kind: directory
Schedule: normal
Last Changed Author: gradha
Last Changed Rev: 1275
Last Changed Date: 2005-05-10 12:56:07 +0200 (Tue, 10 May 2005)

svn: REPORT request failed on '/svnbook/!svn/vcc/default'
svn: The REPORT request returned invalid XML in the response: XML parse error at line 1: Opening and ending tag mismatch: META line0 and HEAD
. (/svnbook/!svn/vcc/default)
tfoerste@n22 ~/devel/svnbook $ cd ~/devel/svnbook/; svn info; svn up
Path: .
URL: http://svn.red-bean.com/svnbook
Repository UUID: 092d64ff-61b7-0310-bf06-9acdfb04b43b
Revision: 1275
Node Kind: directory
Schedule: normal
Last Changed Author: gradha
Last Changed Rev: 1275
Last Changed Date: 2005-05-10 12:56:07 +0200 (Tue, 10 May 2005)

U trunk/src/en/TODO
U trunk/src/en/book/ch06.xml
U trunk/src/es/book/ch09.xml
Updated to revision 1278.
- --------log --------------------------------------------------------------------

With ethereal I sniffed the traffic, here is the difference, first the first command which failed

- ------------------------------------------------------------------------
...
<S:update-report send-all="true" xmlns:S="svn:"><S:src-path>http://svn.red-bean.com/svnbook</S:src-path><S:entry rev="1275"></S:entr
y></S:update-report>
HTTP/1.0 200 OK
Cache-Control: no-store
Pragma: no-cache
Cache-Control: no-cache
X-Bypass-Cache: Application and Content Networking System Software 5.1.7
Connection: Close

<HTML><HEAD><META HTTP-EQUIV="REFRESH" CONTENT="0" URL=""></HEAD><BODY>
</BODY></HTML>
...
- ------------------------------------------------------------------------

and for the second command:

- ------------------------------------------------------------------------
...
<S:update-report send-all="true" xmlns:S="svn:"><S:src-path>http://svn.red-bean.com/svnbook</S:src-path><S:entry rev="1275"></S:entr
y></S:update-report>
HTTP/1.1 200 OK
Date: Thu, 12 May 2005 09:20:06 GMT
Server: Apache/2.0.49 (Unix) mod_perl/1.99_13 Perl/v5.8.4 mod_ssl/2.0.49 OpenSSL/0.9.7d DAV/2 SVN/1.2.0-rc2 PHP/4.3.1
Transfer-Encoding: chunked
Content-Type: text/xml; charset="utf-8"

33d6
<?xml version="1.0" encoding="utf-8"?>
<S:update-report xmlns:S="svn:" xmlns:V="http://subversion.tigris.org/xmlns/dav/" xmlns:D="DAV:" send-all="true">
<S:target-revision rev="1278"/>
...
- ------------------------------------------------------------------------

What's wrong ?

Thanks for an answer
Toralf Förster
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCgzLghyrlCH22naMRAikAAKCqxKqMTyoizFk9wxScQoBiUt/jPwCffi3X
44XAWE+0x7WYWk/a9vb4Mow=
=d/Q2
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 15:05:26 2005

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.