Displaying 6 results from an estimated 6 matches for "cp_r".
Did you mean:
cc_r
2005 Nov 10
0
Windows UNC''s
...d path.. Server and top level will exist,
> but subdirectories won''t (FileUtils.mkdir_p fails with a unc). I''d like to
> remove a none empty filetree from a UNC (FileUtils.rm fails with a unc). I''d
> like to recursively copy a filetree to a destination (FileUtils.cp_r fails
> with a UNC)
>
> All work with mapped drive letters... So I need to create / re-use a drive
> mapping and then iterate through my 1.7Tb of data.
>
> I tried rio, and that doesn''t work with drive letters, let alone UNC''s :-)
> Graham
>
>
> -...
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in:
https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html
Rich.
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..."directory")], [];
optional = Some "extlinux";
shortdesc = "install the SYSLINUX bootloader on an ext2/3/4 or btrfs filesystem";
longdesc = "\
@@ -8574,7 +8574,7 @@ See also C<guestfs_syslinux>." };
{ defaults with
name = "cp_r"; added = (1, 21, 38);
- style = RErr, [Pathname "src"; Pathname "dest"], [];
+ style = RErr, [String (Pathname, "src"); String (Pathname, "dest")], [];
tests = [
InitScratchFS, Always, TestResultString (
[["mkdir"; &...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.