search for: perdir

Displaying 5 results from an estimated 5 matches for "perdir".

Did you mean: pedir
2007 Feb 28
0
RoR&Apache - htaccess rewrite directories fail?
...g'' -> ''/rails/test/public/something'' (2) local path result: /rails/test/public/something (2) prefixed with document_root to C:/Program Files/Apache/htdocs/rails/test/public/something (1) go-ahead with C:/Program Files/Apache/htdocs/rails/test/public/something [OK] (3) [perdir C:/Program Files/Apache/htdocs/rails/test/public/] strip per-dir prefix: C:/Program Files/Apache/htdocs/rails/test/public/something -> something (3) [perdir C:/Program Files/Apache/htdocs/rails/test/public/] applying pattern ''^$'' to uri ''something'' (3) [perdir...
2004 Apr 18
0
rsync 2.6.1pre-2 is now available
...ability to request an empty backup suffix when sending files to an rsync daemon. - Fixed a compatibility problem interacting with older rsync versions that might send us an empty --suffix value without telling us that --backup-dir was specified. - Added a new patch to the patches dir: perdir-exclude-from.diff . ..wayne..
2004 Apr 27
0
Merging excludes using ". FILE"
...he contents of the current exclude/include rule(s). As a further feature, if the name has no slashes in it, it is a per-directory merge that is looked for in every directory that rsync visits when traversing the hierarchy. This allows a simpler version of the --rsync-exclude=FILE suggestion (aka --perdir-exclude-from=FILE in my modified patch) while also being more flexible (because you can control where in the rules the merge happens). To make this even better, an advanced user can specify where the per-directory .cvsignore file gets inserted into the rule order as well, using the same dot-space...
2013 Sep 27
2
Error: C stack usage is too close to the limit when using list.files()
R-helpers: I'm running a file search on my entire drive (Mac OS X) using: files_found <- list.files(dir="/",pattern=somepattern,recursive=TRUE,full.names=TRUE) where somepattern is a search pattern (which I have confirmed via a unix "find / -name somepattern" only returns ~ 3 results). I keep getting an error: Error: C stack usage is too close to the limit when
2004 Apr 09
3
include/exclude bug in rsync 2.6.0/2.6.1pre1
As mentioned on the rsync home page, the --files-from=FILE option in rsync version 2.6.0 is a useful option that allows one to "specify a list of files to transfer, and can be much more efficient than a recursive descent using include/exclude statements (if you know in advance what files you want to transfer)". However, --files-from does not help one implement the --rsync-exclude=FILE