The problem occur only with a local source directory and is fixed on subersion
project repository: 
http://svn.haxx.se/dev/archive-2007-07/0204.shtml

I suggest this work around.

--- /usr/bin/svn-buildpackage.save      2007-07-18 21:00:16.000000000 +0200
+++ /usr/bin/svn-buildpackage   2007-07-18 22:01:12.000000000 +0200
@@ -404,14 +404,14 @@
       }
    }
    if($opt_nolinks || $opt_ignnew) {
-      withecho ("svn", "--force", "export", $$c{"trunkDir"},"$bdir");
+      withecho ("svn", "--force", "export", $$c{"trunkUrl"},"$bdir");
    }
    else {
       mkdir $bdir;
       #fixme maybe rewrite to withecho
       if( !withechoNoPrompt("mkdir","-p", map { "$bdir/$_" } @dirs) || 
!withechoNoPrompt("cp", "--parents", "-laf", @files, $bdir))
       { # cp failed...
-         withecho "svn", "--force", "export", $$c{"trunkDir"},"$bdir";
+         withecho "svn", "--force", "export", $$c{"trunkUrl"},"$bdir";
       }
    }
    withecho "rm", "-rf", "$ba/tmp-$mod";

Best regards,

        Gonéri

Attachment: signature.asc
Description: Digital signature

Reply via email to