On Thu, Feb 28, 2013 at 11:01:34AM +0100, Hilko Bengen wrote:
> * Josip Rodin:
> 
> > Bah, I installed the sid package and its new dependency libplack-perl, and
> > now everything's broken.
> 
> Argh. I am going to ignore those for now, we should track the updating
> mess in a different bug.
> 
> >> Can you try to set up a fresh subversion repository and create an svnweb
> >> installation similar to your installation, without the secret data?
> > I've no idea how to reproduce, do I need all 12k commits or anything
> > particular from just that single one :)
> 
> I actually may have seen similar errors before... so let's try something
> different: Can you provide "svn diff" outputs for a working and a broken
> use case? (Feel free to obfuscate any actual content and/or the
> filenames; I am mainly interested in the headers.)
> 
> Would you agree that this the severity of this bug should be set to
> "important"?

Given that the new version solves this, and I've already made the painful
switch, I don't really have the incentive to debug the old one further :)
and I can't say whether the version in testing exhibits this or not because
I didn't test it.

In any case, here's the somewhat-obfuscated svn diff output (line count
should be untouched, only trivial line content) from that revision that I
know didn't work:

Index: slib/auth_ldap_asdf.php
===================================================================
--- slib/auth_ldap_asdf.php     (revision 12462)
+++ slib/auth_ldap_asdf.php     (revision 12463)
@@ -1 +0,0 @@
-link auth_ldap.php
\ No newline at end of file
Index: slib/auth_ldap.php
===================================================================
--- slib/auth_ldap.php  (revision 12462)
+++ slib/auth_ldap.php  (revision 12463)
@@ -22,9 +22,6 @@
 function importuserfrom_ldap_baz($login, $passwd, $type, $server = "") {
        return importuserfrom_ldap($login, $passwd, "ldap_baz", $server);
 }
-function importuserfrom_ldap_asdf($login, $passwd, $type, $server = "") {
-       return importuserfrom_ldap($login, $passwd, "ldap_asdf", $server);
-}
 
 function importuserfrom_ldap($login, $passwd, $type, $server = "") {
 
@@ -309,9 +306,6 @@
 function auth_ldap_baz($login, $passwd, $type, $server = "") {
        return auth_ldap($login, $passwd, "ldap_baz", $server);
 }
-function auth_ldap_asdf($login, $passwd, $type, $server = "") {
-       return auth_ldap($login, $passwd, "ldap_asdf", $server);
-}
 
 function auth_ldap($login, $passwd, $type, $server = "") {
 
@@ -433,8 +427,6 @@
        $short_type = preg_replace("/^ldap_/", "", $type);
        if ($type == "ldap_baz" || $type == "ldap_bar")
                $base_dn = "dc=$short_type,dc=org";
-       elseif ($type == "ldap_asdf")
-               $base_dn = "dc=asdf-var,dc=org";
        else
                _die("unknown ldap auth type $type");
        return $base_dn;
Index: img/themes/default/asdf.css
===================================================================
--- img/themes/default/asdf.css (revision 12462)
+++ img/themes/default/asdf.css (revision 12463)
@@ -1,12 +0,0 @@
-div.banner_header {
-        width: 980px;
-}
-div.b_banner {
-        float: right;
-        width: 468px;
-}
-div.b_header {
-        float: left;
-        width: 50%;
-        min-height: 30px;
-}
Index: img/themes/default/README
===================================================================
--- img/themes/default/README   (revision 12462)
+++ img/themes/default/README   (revision 12463)
@@ -1,3 +1,3 @@
 1) default blob
-2) also default template (quux / asdf)
+2) also default template (quux)
 /templates
\ No newline at end of file
Index: mod_do.php
===================================================================
--- mod_do.php  (revision 12462)
+++ mod_do.php  (revision 12463)
@@ -10,7 +10,7 @@
 function mod_do ($args) {
 
        global $_var;
-       $_SESSION['navtree_show']=1; // asdf
+       $_SESSION['navtree_show']=1; // fsda
        if (!isset($args['tree']))
                $args['tree']="";
 
Index: templates/main-gaga.tpl
===================================================================
--- templates/main-gaga.tpl     (revision 12462)
+++ templates/main-gaga.tpl     (revision 12463)
@@ -8,7 +8,6 @@
        {$headstring}
        <link rel="shortcut icon" type="image/ico" 
href="/img/themes/default/images/icons/blob.ico" />
        {blob_include type="css" file="/img/themes/default/master.css"}
-       {blob_include type="css" file="/img/themes/default/asdf.css"}
 </head>
 
 {strip}

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to