search for: mergelist

Displaying 3 results from an estimated 3 matches for "mergelist".

Did you mean: edgelist
2010 Feb 01
1
Trouble updating to latest version of R
...o update a computer that I do not use often to the latest version of R. Here is the problem: debian:/home/erinh# apt-get -t unstable install r-base r-base-dev Reading package lists... Error! E: Dynamic MMap ran out of room E: Error occurred while processing uim-utils (NewVersion1) E: Problem with MergeList /var/lib/apt/lists/ftp.egr.msu.edu_debian_dists_etch_main_binary-i386_Packages E: The package lists or status file could not be parsed or opened. Does this look familiar, please? Any suggestions for a fix, please? Thanks in advance, Sincerely, Erin Erin M. Hodgess, PhD Associate Professor Dep...
2008 Feb 21
1
having a problem with include/exclude logic
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 3088 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20080221/9cf0c512/attachment.gif
2005 Jan 31
1
[patch] add "--ignore" option
...*name, int name_is_dir) +enum matchtype check_filter(struct filter_list_struct *listp, char *name, int name_is_dir) { struct filter_struct *ent; for (ent = listp->head; ent; ent = ent->next) { if (ent->match_flags & MATCHFLG_PERDIR_MERGE) { - int rc = check_filter(ent->u.mergelist, name, - name_is_dir); - if (rc) + enum matchtype rc = check_filter(ent->u.mergelist, name, + name_is_dir); + if (rc != M_NOMATCH) return rc; continue; } if (rule_matches(name, ent, name_is_dir)) { report_filter_result(name, ent, name_is_dir,...