tag 678845 + patch
tag 678845 + pending
thanks

On Mon, 2 Jul 2012 19:46:53 +0100
Neil Williams <codeh...@debian.org> wrote:

> > The command was:
> > svn-inject -o pycparser_2.07+dfsg-1.dsc svn+ssh://purcell/tmp/test
> 
> So this is only related to the -o option.
> 
> It's not to do with this particular package, it fails with other
> packages too.

Please try the attached one-liner patch. This appears to have nothing to
do with the new subversion and more to do with an undiscovered bug in
the original svn-inject code.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

Index: svn-inject
===================================================================
--- svn-inject	(revision 22923)
+++ svn-inject	(working copy)
@@ -628,5 +628,6 @@
     withecho("cd $dir ; tar $opt_tarquiet -c ".join(' ',keys %list)." 2>/dev/null | tar x $opt_tarquiet -C $tmpdir");
     withecho("rm", "-rf", $dir);
     withecho("mv", $tmpdir, $dir);
+    chdir ($dir);
 }
 

Attachment: pgpxkd57Aq56B.pgp
Description: PGP signature

Reply via email to