Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - svn checkout fails: (3 Items)
   
svn checkout fails  
Hello,

I tried to check out the 650_release branch of the core utils today:

svn checkout --username guest --password "" http://community.qnx.com/svn/repos/core-dev-tools/tools/gcc/branches/
650_release

and got an error while checking out:

A    650_release/libjava/classpath/lib/javax/swing/JMenu$MenuChangeListener.class
svn: REPORT of '/svn/repos/core-dev-tools/!svn/vcc/default': 200 OK (http://community.qnx.com)

And the checkout did not finish. Googling suggests that this may be server side, and could be fixed with a svn server 
restart. 

Has anyone else bumped into this before? Any suggestions for a workaround?

Thanks,
Todd
RE: svn checkout fails  
This sort of thing happens all the time (and seems to be worse over e.g. VPN; some reports suggest 1.7 clients are 
unreliable as well).

If the checkout is at least partially complete, you should probably be able to do repeated "svn update"s until you 
eventually get a full tree.

________________________________________
From: Todd Mortimer [community-noreply@qnx.com]
Sent: June-26-12 7:44 PM
To: general-toolchain
Subject: svn checkout fails

Hello,

I tried to check out the 650_release branch of the core utils today:

svn checkout --username guest --password "" http://community.qnx.com/svn/repos/core-dev-tools/tools/gcc/branches/
650_release

and got an error while checking out:

A    650_release/libjava/classpath/lib/javax/swing/JMenu$MenuChangeListener.class
svn: REPORT of '/svn/repos/core-dev-tools/!svn/vcc/default': 200 OK (http://community.qnx.com)

And the checkout did not finish. Googling suggests that this may be server side, and could be fixed with a svn server 
restart.

Has anyone else bumped into this before? Any suggestions for a workaround?

Thanks,
Todd



_______________________________________________

General
http://community.qnx.com/sf/go/post93886
To cancel your subscription to this discussion, please e-mail general-toolchain-unsubscribe@community.qnx.com
Re: RE: svn checkout fails  
Okay, I will try updating and see if I eventually get a full checkout.

Thanks,
Todd