Project

General

Profile

Bug #3457

Updated by Johannes Bornhold about 8 years ago

Problem: 

 ``` 
 johannes@Johannes-Mac: ~/w/darwinpkgs/rcpkgs  
 $ cd ~/w/ 

 johannes@Johannes-Mac: ~/w  
 $ mkdir i-exist-on-fs2 

 johannes@Johannes-Mac: ~/w  
 $ cd /tmp 

 johannes@Johannes-Mac: /tmp  
 $ hg clone http://localhost:5000/i-exist-on-fs2 
 abort: HTTP Error 404: Not Found 

 johannes@Johannes-Mac: /tmp  
 $ hg init ~/w/i-exist-on-fs2/ 

 johannes@Johannes-Mac: /tmp  
 $ hg clone http://localhost:5000/i-exist-on-fs2 
 http authorization required for http://localhost:5000/i-exist-on-fs2 
 realm: RhodeCode 
 user: dev 
 password:  
 abort: HTTP Error 500: Internal Server Error  
 ``` 

 It fails with a unicode error on current EE default, on EE stable things are different and I get a forbidden.

Back