Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10381] patch for support of https on svn dl_handlers

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 10381] patch for support of https on svn dl_handlers
  • Date: 12 Jan 2006 18:35:43 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10381


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE




------- Additional Comments From acedit AT armory.com 2006-01-12 12:35 -------
Thanks for taking the time to write a patch.

couple of things:
there is already a bug for this so im marking this a duplicate. I know you're
new to bugzilla and Im not scolding you, but for book-keeping I prefer to have
one bug.

Enhancement patches are *always* made against devel sorcery, devel sorcery has
the most recent stuff, if you try to work on stable theres a very real
possiblity you're duplicating effort. In this case devel sorcery had undergone
some updates to the svn handlers.

Lastly, libdownload shouldn't ever need to be modified for the addition of a
url
or download handler. The code is designed so that there are no special cases
bubbling out of the handlers. Url handlers pick their dl handler, and
libdownload just orchestrated. In devel sorcery what we did was add new url
handlers for pure svn:// urls, one for svn over http and a third for svn over
ssh. Then generalized the dl_svn handler so it could work with any of them.
Making a svn_https:// shouldn't be too different from the svn_http:// handler.

*** This bug has been marked as a duplicate of 10370 ***

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page