Created Issue: Add support for Proxies
I need to be able to access svn repositories from behind a proxy. To do this, I hacked the DownloadSVN source code.I added a check box (named useDefaultProxyCheckBox) to the form, then the following...
View ArticleCreated Issue: Add support for Credentials [13737]
Some sites require authentication, to implement this functionality I simply added this line of code. void DownloadFile(string url, string fileName){ WriteToScreen("Downloading File: " + url);...
View ArticleCreated Issue: Files with a # in the name return 404 [14996]
Files with a # in the name give a 404 file not found error and cause an infinite loophttp://tgstation13.googlecode.com/svn/trunk/sound/piano/
View ArticleCommented Issue: Files with a # in the name return 404 [14996]
Files with a # in the name give a 404 file not found error and cause an infinite loophttp://tgstation13.googlecode.com/svn/trunk/sound/piano/Comments: ** Comment from web user: halilim ** Also, second...
View ArticleCreated Issue: Start and Close buttons should swap places [16082]
I didn't read the button's label and clicked it, but it was the Close button :) I naturally thought it'd be the Start button.
View ArticleCreated Unassigned: Proxy w/ Authentication [16210]
I needed a proxy with authentication process, so I created a Form to set it up. The full code is already compiled and compressend in this 7z file.
View ArticleCreated Unassigned: Converting string ISO-8859-1 to utf-8 charset [16342]
At the checkout of a file with the accentuation ISO-8859-1, the system does not find the file generating an HTTP 404 error.__Problem:__Repository url: http://damai.googlecode.com/svn/trunk/File...
View ArticleCreated Unassigned: The base download directory gets a backslash appended,...
In Linux (and most unix-likes I've worked with), the path separation character is a forward-slash, "/", rather than a backslash, "\". A simple fix is to replace the instances of "\\" with...
View ArticleCommented Unassigned: The base download directory gets a backslash appended,...
In Linux (and most unix-likes I've worked with), the path separation character is a forward-slash, "/", rather than a backslash, "\". A simple fix is to replace the instances of "\\" with...
View ArticleCreated Unassigned: Single Quote [16967]
Can not download file with name contain single quote (').Html escape:```'```Example message:```Downloading File:...
View ArticleCommented Issue: Add support for Credentials [13737]
Some sites require authentication, to implement this functionality I simply added this line of code. void DownloadFile(string url, string fileName){ WriteToScreen("Downloading File: " + url);...
View ArticleCommented Issue: Add support for Proxies [8014]
I need to be able to access svn repositories from behind a proxy. To do this, I hacked the DownloadSVN source code. I added a check box (named useDefaultProxyCheckBox) to the form, then the following...
View Article