www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dsource is unusable

reply Kagamin <spam here.lot> writes:
I have well-known problem with svn client: proxy doesn't allow svn report http
requests:
svn: Server sent unexpected return value (400 Bad Request) in response to
REPORT request for '/repos/svn/!svn/vcc/default'

So svn access in unusable with dsource and I found no feasible method to get
sources from it. Projects don't publish snapshots and trac doesn't provide them
either. SSL should work, but it's not available at dsource.
Dec 09 2009
next sibling parent reply "Denis Koroskin" <2korden gmail.com> writes:
On Wed, 09 Dec 2009 14:57:47 +0300, Kagamin <spam here.lot> wrote:

 I have well-known problem with svn client: proxy doesn't allow svn  
 report http requests:
 svn: Server sent unexpected return value (400 Bad Request) in response  
 to REPORT request for '/repos/svn/!svn/vcc/default'

 So svn access in unusable with dsource and I found no feasible method to  
 get sources from it. Projects don't publish snapshots and trac doesn't  
 provide them either. SSL should work, but it's not available at dsource.
I don't think it is dsource problem, it's rather an svn problem. When using TortoiseSVN, you can go to Start/Program/TortoiseSVN/Settings/Network/ and specify your proxy. Internet folks say it helps. I believe there should be similar configuration option for command-line SVN, too. I sit behind a set of proxies, too, and never got any problem like yours.
Dec 09 2009
parent Kagamin <spam here.lot> writes:
Denis Koroskin Wrote:

 I don't think it is dsource problem, it's rather an svn problem.
 When using TortoiseSVN, you can go to  
 Start/Program/TortoiseSVN/Settings/Network/ and specify your proxy.  
 Internet folks say it helps. I believe there should be similar  
 configuration option for command-line SVN, too.
 
 I sit behind a set of proxies, too, and never got any problem like yours.
This depends on proxy configuration (see http://unfuddle.com/community/forums/5/topics/303 ), dsource can help providing cvs or ssl interface. I tried with proxy and without it (seems like I have transparent proxy or something like that), I tried tortoisesvn with same error.
Dec 09 2009
prev sibling parent reply Mike Parker <aldacron gmail.com> writes:
Kagamin wrote:
 
So svn access in unusable with dsource and I found no feasible method to get sources from it. Projects don't publish snapshots and trac doesn't provide them either.
AFAIK, zip archives can be automatically generated from a link at the bottom of any page in the source browser. For example, you can download the entire Derelict trunk on this page: http://www.dsource.org/projects/derelict/browser/trunk At the very bottom of the page is a heading, *Download in other formats:*, under which you'll find a Zip Archive link.
Dec 09 2009
parent Kagamin <spam here.lot> writes:
Mike Parker Wrote:

 AFAIK, zip archives can be automatically generated from a link at the 
 bottom of any page in the source browser. For example, you can download 
 the entire Derelict trunk on this page:
 
 http://www.dsource.org/projects/derelict/browser/trunk
Ah, thank you, missed that.
Dec 09 2009