digitalmars.D - dsource is unusable
- Kagamin (3/3) Dec 09 2009 I have well-known problem with svn client: proxy doesn't allow svn repor...
- Denis Koroskin (7/14) Dec 09 2009 I don't think it is dsource problem, it's rather an svn problem.
- Kagamin (2/9) Dec 09 2009 This depends on proxy configuration (see http://unfuddle.com/community/f...
- Mike Parker (7/9) Dec 09 2009 AFAIK, zip archives can be automatically generated from a link at the
- Kagamin (2/7) Dec 09 2009 Ah, thank you, missed that.
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
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
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
Kagamin 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 At the very bottom of the page is a heading, *Download in other formats:*, under which you'll find a Zip Archive link.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.
Dec 09 2009
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/trunkAh, thank you, missed that.
Dec 09 2009