gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: auto-deleting directory


From: Aaron Bentley
Subject: Re: [Gnu-arch-users] Re: auto-deleting directory
Date: 06 Feb 2004 16:07:55 -0500

I've patched it, and Robert's merged it.  It's a one-liner.

address@hidden/tlasrc--local--1.2--patch-36
http://sourcecontrol.net/~abentley/archives/tlasrc/

Or, as a diff:
--- orig/libarch/cmd-update.c
+++ mod/libarch/cmd-update.c
@@ -239,7 +239,7 @@
        arch_copy_project_tree (upon_root, dest, 1, 1);
      }
    else
-      dest = str_save (0, upon);
+      dest = str_save (0, upon_root);

    if (arch_valid_package_name (rvsnspec, arch_maybe_archive,
arch_req_patch_level, 0))
      {


On Wed, 2004-02-04 at 20:43, Johannes Berg wrote:
> On Thu, 2004-01-22 at 08:41, Robert Collins wrote:
> > Yep, this certainly looks like a bug. I don't think its hugely broken
> > though, probably just missing a cd to the tree root before dopatching.
> 
> Does anyone have a patch for this? Otherwise I'll submit one (if I can
> figure it out) -- I've been running into this far too often lately.
> 
> johannes
> -- 
> http://www.sipsolutions.de/
> Key-ID: 9AB78CA5 Johannes Martin Berg <address@hidden>
> ----
> 

> _______________________________________________
> Gnu-arch-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gnu-arch-users
> 
> GNU arch home page:
> http://savannah.gnu.org/projects/gnu-arch/
-- 
Aaron Bentley
Director of Technology
PanoMetrics, Inc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]