Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - svn update erroring out: (8 Items)
   
svn update erroring out  
Hello.

On a QNX 6.5 system, svn is erroring out when I do an update:
#########
svn: PROPFIND of '/svn/repos/pkgsrc/!svn/vcc/default': Could not read status line: Conne
ction reset by peer (http://community.qnx.com)

#$> svn info
Path: .
URL: http://community.qnx.com/svn/repos/pkgsrc/HEAD_650/pkgsrc
Repository Root: http://community.qnx.com/svn/repos/pkgsrc
Repository UUID: 745a6fde-073a-0410-98d5-93f1f4ef1a9e
Revision: 412
Node Kind: directory
Schedule: normal
Last Changed Author: seanb@qnx.com
Last Changed Rev: 395
Last Changed Date: 2012-03-28 15:23:17 -0400 (Wed, 28 Mar 2012)

#$> uname -a
QNX localhost 6.5.0 2010/07/09-14:44:03EDT x86pc x86
#########

Is anybody else having this problem? Or, what am I missing here?

Thanks.
Re: svn update erroring out  
Apparently it should finish if you re-run the update?

On Tue, Feb 19, 2013 at 11:38:26AM -0500, H. S. wrote:
> Hello.
> 
> On a QNX 6.5 system, svn is erroring out when I do an update:
> #########
> svn: PROPFIND of '/svn/repos/pkgsrc/!svn/vcc/default': Could not read status line: Conne
> ction reset by peer (http://community.qnx.com)
> 
> #$> svn info
> Path: .
> URL: http://community.qnx.com/svn/repos/pkgsrc/HEAD_650/pkgsrc
> Repository Root: http://community.qnx.com/svn/repos/pkgsrc
> Repository UUID: 745a6fde-073a-0410-98d5-93f1f4ef1a9e
> Revision: 412
> Node Kind: directory
> Schedule: normal
> Last Changed Author: seanb@qnx.com
> Last Changed Rev: 395
> Last Changed Date: 2012-03-28 15:23:17 -0400 (Wed, 28 Mar 2012)
> 
> #$> uname -a
> QNX localhost 6.5.0 2010/07/09-14:44:03EDT x86pc x86
> #########
> 
> Is anybody else having this problem? Or, what am I missing here?
> 
> Thanks.
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post99351
> To cancel your subscription to this discussion, please e-mail general-community-unsubscribe@community.qnx.com
Re: svn update erroring out  
Nope, that doesn't work at all. If I try that, svn errors out at some other point.

The only way I can get svn to work is if I update a folder by itself such that number of files to update is smaller.

I also tried bootsrapping from the start:
# svn checkout --username sahambi.harkirat@ensco.com http://community.qnx.com/svn/repos/
pkgsrc/HEAD_650

but I get the error:
svn: REPORT of '/svn/repos/pkgsrc/!svn/vcc/default': Compressed response was truncated (
http://community.qnx.com)


Not sure how to resolve this at this point.
Re: svn update erroring out  
have you tried checkout out/updating the repo into a new location on your system, or from a different system in the same
 network.
Re: svn update erroring out  
Yes, I just tried it from scratch:
# svn checkout --username <my username> http://community.qnx.com/svn/repos/
pkgsrc/HEAD_650

but eventually got the error:
svn: REPORT of '/svn/repos/pkgsrc/!svn/vcc/default': Compressed response was truncated (
http://community.qnx.com)

Re: svn update erroring out  
-how long did the checkout run for ?
-Could you send me your public IP address, I will see if we have some recorded log events.
-Can you try a fresh checkout on a different system ?

From here I have been able to checkout the repo in 9 minutes  3 times consecutively 
time svn co http://community.qnx.com/svn/repos/pkgsrc/HEAD_650/pkgsrc in 8-9 minutes. 


Duane
Re: svn update erroring out  
My ip address as shown by google (I am at work and did a what is my ip address search) is 70.182.189.180

The update seemed to go on for several minutes, not sure for how long exactly, but surely 10 minutes or more.

I will wait for a few minute and run a checkout on my Linux machine. It might still put some logs from the same ip 
address though.

Thanks.
Re: svn update erroring out  
Tried the svn co on a linux box, same problem!

The update went on for several minutes (more than 9 perhaps) and then errored out with:
"svn: REPORT of '/svn/repos/pkgsrc/!svn/vcc/default': Compressed response was truncated (http://community.qnx.com)"

So this has now happened on two separate machines, running QNX 6.5 and Linux (Debian Testing, kernel 6.3.x) respectively
.