Discussion:
[php-blog-tracker] [ php-blog-Patches-3334805 ] plugin update with spartacus fails (sf.net URL change)
SourceForge.net
2011-06-26 16:49:11 UTC
Permalink
Patches item #3334805, was opened at 2011-06-26 18:49
Message generated for change (Tracker Item Submitted) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: plugin update with spartacus fails (sf.net URL change)

Initial Comment:
When trying to update a plugin with spartacus, I get (after a long waiting time):

--------------------------------------------------------------------------
Versuche URL package_event_de.xml zu öffnen...
421692 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity/templates_c/package_event_de.xml...


Versuche URL lang_bg.inc.php?revision=1.9999 zu öffnen...
Die URL http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999 (IP 216.34.181.109) konnte nicht geöffnet werden. Möglicherweise existieren Server- oder Netzwerkprobleme.

(Der Mirror-Speicherort antwortet mit Fehler 400.)
Versuche TcURL Bibliothek aus Fallback zu nutzen...
You are being redirected to /viewvc/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999
cURL Bibliothek gab auch einen Fehler zurück.

Die Daten des Spartacus-Speicherorts konnte nicht empfangen werden. Prüfe Verfügbarkeit der Quelle...
Es war nicht möglich, die benötigten Daten vom Spartacus Verzeichnis zu laden, aber der Status des Verzeichnisses war abrufbar. Das bedeutet, dass Ihr Provider eine Inhaltsbasierte Firewall verwendet und den Abruf von PHP code über das Netz mittels mod_security oder anderen Reverse-Proxies verhindert. Sie müssen entweder ihren Provider bitten, diesen Schutz abzuschalten oder Sie können das Spartacus Plugin nicht verwenden und müssen die Dateien manuell herunterladen.
10552 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity//plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php...
[...]
--------------------------------------------------------------------------

The reason is simple: sourceforge changed the URL, and it looks like the spartacus fails to handle the redirects.

The patch is easy: do the redirect manually in the code ;-) (replace "/*checkout*/" with "/viewvc/")

Index: plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
===================================================================
--- plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Revision 2755)
+++ plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Arbeitskopie)
@@ -114,7 +114,7 @@

'files' => array(
'http://netmirror.org/mirror/serendipity/',
- 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
+ 'http://php-blog.cvs.sourceforge.net/viewvc/php-blog/',
'http://s9y.org/mirror/',
// 'http://svn.berlios.de/viewcvs/serendipity/',
// 'http://openmirror.org/pub/s9y/',


FYI: I'm using the 1.5 branch at its latest revision.

(If you know a way to correctly handle redirects in the code, that would be even better ;-) but until then, the above patch will work.)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065
SourceForge.net
2011-06-27 09:49:19 UTC
Permalink
Patches item #3334805, was opened at 2011-06-26 16:49
Message generated for change (Comment added) made by garvinhicking
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: plugin update with spartacus fails (sf.net URL change)

Initial Comment:
When trying to update a plugin with spartacus, I get (after a long waiting time):

--------------------------------------------------------------------------
Versuche URL package_event_de.xml zu öffnen...
421692 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity/templates_c/package_event_de.xml...


Versuche URL lang_bg.inc.php?revision=1.9999 zu öffnen...
Die URL http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999 (IP 216.34.181.109) konnte nicht geöffnet werden. Möglicherweise existieren Server- oder Netzwerkprobleme.

(Der Mirror-Speicherort antwortet mit Fehler 400.)
Versuche TcURL Bibliothek aus Fallback zu nutzen...
You are being redirected to /viewvc/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999
cURL Bibliothek gab auch einen Fehler zurück.

Die Daten des Spartacus-Speicherorts konnte nicht empfangen werden. Prüfe Verfügbarkeit der Quelle...
Es war nicht möglich, die benötigten Daten vom Spartacus Verzeichnis zu laden, aber der Status des Verzeichnisses war abrufbar. Das bedeutet, dass Ihr Provider eine Inhaltsbasierte Firewall verwendet und den Abruf von PHP code über das Netz mittels mod_security oder anderen Reverse-Proxies verhindert. Sie müssen entweder ihren Provider bitten, diesen Schutz abzuschalten oder Sie können das Spartacus Plugin nicht verwenden und müssen die Dateien manuell herunterladen.
10552 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity//plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php...
[...]
--------------------------------------------------------------------------

The reason is simple: sourceforge changed the URL, and it looks like the spartacus fails to handle the redirects.

The patch is easy: do the redirect manually in the code ;-) (replace "/*checkout*/" with "/viewvc/")

Index: plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
===================================================================
--- plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Revision 2755)
+++ plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Arbeitskopie)
@@ -114,7 +114,7 @@

'files' => array(
'http://netmirror.org/mirror/serendipity/',
- 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
+ 'http://php-blog.cvs.sourceforge.net/viewvc/php-blog/',
'http://s9y.org/mirror/',
// 'http://svn.berlios.de/viewcvs/serendipity/',
// 'http://openmirror.org/pub/s9y/',


FYI: I'm using the 1.5 branch at its latest revision.

(If you know a way to correctly handle redirects in the code, that would be even better ;-) but until then, the above patch will work.)

----------------------------------------------------------------------
Comment By: Garvin Hicking (garvinhicking)
Date: 2011-06-27 09:49

Message:
Hi!

Thanks a lot! I just committed your fix and announced it on the s9y blog!

Regards,
Garvin

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065
SourceForge.net
2011-06-27 09:49:54 UTC
Permalink
Patches item #3334805, was opened at 2011-06-26 16:49
Message generated for change (Settings changed) made by garvinhicking
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Pending
Resolution: Fixed
Priority: 1
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: plugin update with spartacus fails (sf.net URL change)

Initial Comment:
When trying to update a plugin with spartacus, I get (after a long waiting time):

--------------------------------------------------------------------------
Versuche URL package_event_de.xml zu öffnen...
421692 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity/templates_c/package_event_de.xml...


Versuche URL lang_bg.inc.php?revision=1.9999 zu öffnen...
Die URL http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999 (IP 216.34.181.109) konnte nicht geöffnet werden. Möglicherweise existieren Server- oder Netzwerkprobleme.

(Der Mirror-Speicherort antwortet mit Fehler 400.)
Versuche TcURL Bibliothek aus Fallback zu nutzen...
You are being redirected to /viewvc/php-blog/additional_plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php?revision=1.9999
cURL Bibliothek gab auch einen Fehler zurück.

Die Daten des Spartacus-Speicherorts konnte nicht empfangen werden. Prüfe Verfügbarkeit der Quelle...
Es war nicht möglich, die benötigten Daten vom Spartacus Verzeichnis zu laden, aber der Status des Verzeichnisses war abrufbar. Das bedeutet, dass Ihr Provider eine Inhaltsbasierte Firewall verwendet und den Abruf von PHP code über das Netz mittels mod_security oder anderen Reverse-Proxies verhindert. Sie müssen entweder ihren Provider bitten, diesen Schutz abzuschalten oder Sie können das Spartacus Plugin nicht verwenden und müssen die Dateien manuell herunterladen.
10552 bytes von bereits bestehender Datei geladen. Speichere Inhalt als /home/www/blog.cboltz.de/httpdocs/serendipity//plugins/serendipity_event_freetag/UTF-8/lang_bg.inc.php...
[...]
--------------------------------------------------------------------------

The reason is simple: sourceforge changed the URL, and it looks like the spartacus fails to handle the redirects.

The patch is easy: do the redirect manually in the code ;-) (replace "/*checkout*/" with "/viewvc/")

Index: plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
===================================================================
--- plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Revision 2755)
+++ plugins/serendipity_event_spartacus/serendipity_event_spartacus.php (Arbeitskopie)
@@ -114,7 +114,7 @@

'files' => array(
'http://netmirror.org/mirror/serendipity/',
- 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
+ 'http://php-blog.cvs.sourceforge.net/viewvc/php-blog/',
'http://s9y.org/mirror/',
// 'http://svn.berlios.de/viewcvs/serendipity/',
// 'http://openmirror.org/pub/s9y/',


FYI: I'm using the 1.5 branch at its latest revision.

(If you know a way to correctly handle redirects in the code, that would be even better ;-) but until then, the above patch will work.)

----------------------------------------------------------------------

Comment By: Garvin Hicking (garvinhicking)
Date: 2011-06-27 09:49

Message:
Hi!

Thanks a lot! I just committed your fix and announced it on the s9y blog!

Regards,
Garvin

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=542824&aid=3334805&group_id=75065
Loading...