Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4009] New: cvs and rsync URLs bug + fix

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 4009] New: cvs and rsync URLs bug + fix
  • Date: Tue, 19 Aug 2003 13:03:56 -0400

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

Summary: cvs and rsync URLs bug + fix
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: demon_lord AT myrealbox.com


Mea culpa, I forgot some quotes in these files, so whenever a spell is in cvs
form (there's no rsync-form spell right now), a harmless but annoying error
message will make its way on the screen.

Here's the problem and the fix:
Change
if [ $nocache == "1" ]; then
To
if [ "$nocache" == "1" ]; then

in /var/lib/sorcery/modules/url_handlers/url_cvs line 134
and /var/lib/sorcery/modules/url_handlers/url_rsync line 92



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



  • [SM-Sorcery-Bugs] [Bug 4009] New: cvs and rsync URLs bug + fix, bugzilla-daemon, 08/19/2003

Archive powered by MHonArc 2.6.24.

Top of Page