Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 964] New: SOURCEx_URLs using CVS do not work

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [Sm-Sorcery-Bugs] [Bug 964] New: SOURCEx_URLs using CVS do not work
  • Date: Thu, 12 Sep 2002 17:44:02 -0400

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

Summary: SOURCEx_URLs using CVS do not work
Product: Sorcery
Version: Devel
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: other
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sergeyli AT pisem.net


Every SOURCEx (unnumbered SOURCE not included) will not work with cvs:// or
other scheme which doesn't contain the filename. First of all, in `url_cvs',
$SOURCE is used for destination filename, which is wrong when the counter goes
up to $SOURCE2 etc. If $SOURCE is replaced with $FILE, than it doesn't work
right because in `liburl', the function `url_change_base' in line 128, changes
the contents of $FILE to the invalid name, because SOURCEx_URL doesn't contain
the filename. Correct way of fixing this is to make a call to
`url_change_base'
optionally from _inside_ url_xxx handlers, so that url_http or url_ftp do
process it, but not url_file or url_cvs. Temporary work-around is to make
$FILE
in `url_change_base' local.

I would like to fix it myself, because I need cvs:// functionality for my
spells, httpd-dev and php-dev. Should I submit patches to Nick?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [Sm-Sorcery-Bugs] [Bug 964] New: SOURCEx_URLs using CVS do not work, bugzilla-daemon, 09/12/2002

Archive powered by MHonArc 2.6.24.

Top of Page