You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fletcher Johnson <fj...@rotman-baycrest.on.ca> on 2010/05/18 23:14:29 UTC

Strange Error: svn: REPORT of '/svn/!svn/vcc/default': 200 OK (Repository URL)

I am currently having a problem checking out the trunk of 
a                                                                                                 
 
repository. I am attempting to do so with the following 
command                                                                                             
 
                                                                                                                                                            
 
'svn checkout https://plsnpairs.googlecode.com/svn/trunk/ 
plsnpairs                                                                                         
 
--username 
flt.johnson'                                                                                                                                     
 
                                                                                                                                                            
 
svn will check out part of the code but eventually stop with 
the                                                                                            
 
following 
error:                                                                                                                                            
 
A    
plsnpairs/plsnpairs/images/wiki/colour_scale_panel.png                                                                                                 
 
A                                                                                                                                                           
 
plsnpairs/plsnpairs/images/wiki/percent_crossblock_variance_plot.png                                                                                        
 
A    
plsnpairs/plsnpairs/images/wiki/label_properties.png                                                                                                   
 
A    
plsnpairs/plsnpairs/images/.xvpics                                                                                                                     
 
A    
plsnpairs/plsnpairs/images/.xvpics/tree_yes.png                                                                                                        
 
A    
plsnpairs/plsnpairs/images/.xvpics/tree_no.png                                                                                                         
 
A    
plsnpairs/plsnpairs/images/cw.png                                                                                                                      
 
A    
plsnpairs/plsnpairs/images/zoomin.png                                                                                                                  
 
A    
plsnpairs/plsnpairs/images/tree_no.png                                                                                                                 
 
A    
plsnpairs/plsnpairs/lib                                                                                                                                
 
A    
plsnpairs/plsnpairs/lib/Jama-1.0.2.jar                                                                                                                 
 
svn: REPORT of '/svn/!svn/vcc/default': 200 
OK                                                                                                              
 
(https://plsnpairs.googlecode.com)                                                                                                                          
 
                                                                                                                                                            
 
If I attempt to check out the code again I get the same error. 
Oddly                                                                                        
 
enough I never need to enter my password, and I'm not really sure 
why                                                                                       
 
this is. Maybe its because I am simultaneously logged into google 
code                                                                                      
 
or maybe its some persistance thing. I just thought I would 
mention                                                                                         
 
it.                                                                                                                                                         
 
                                                                                                                                                            
 
Also if this helps... I only started getting this error after 
I                                                                                             
 
decided to rename a netbeans project I was working on that was tied 
to                                                                                      
 
some svn code. When I later tried to check out a branch that had 
been                                                                                       
 
added to the repository I was unable to do that, nor check out 
the                                                                                          
 
trunk. Googling turned up related posts but no definitive answers.
Any and all help is appreciated.