Quantcast
Channel: DownloadSVN Issue Tracker Rss Feed
Browsing all 13 articles
Browse latest View live

Created Issue: Hi

Could you please separate business logic from presentation layer?

View Article


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 Article


Created 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 Article

Created 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 Article

Commented 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 Article


Created 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 Article

Created 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 Article

Created 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 Article


Created 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 Article


Commented 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 Article

Created Unassigned: Single Quote [16967]

Can not download file with name contain single quote (').Html escape:```'```Example message:```Downloading File:...

View Article

Commented 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 Article

Commented 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

Browsing all 13 articles
Browse latest View live