similar to: Possibility so that --max-size AFFECTS --delete ?

Displaying 20 results from an estimated 6000 matches similar to: "Possibility so that --max-size AFFECTS --delete ?"

2009 Mar 09
1
How to exclude directories from getting their metadata updated? (Macintosh HFS+ with rsync 3.0.5)
Hello everyone! FOREWORD: I respect your time and resources, I hope to not bother people on this mailinglist! To my defense: This question is far easier towards humans than to mailinglist and web search-engines as the search terms in relation to each other are highly in-causal or paradoxical, and hence lead to poor results. Of course the manpage was the first place where I looked
2006 Apr 01
3
acts_as_taggable, wrong number of arguments
Hello, When I try: @tagged_items = Problem.find_tagged_with :all => ''kuba'' or @tagged_items = Problem.tags_count :limit => 100 I get this error: ArgumentError in Volume#index wrong number of arguments (2 for 3) RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace
2007 Aug 27
3
Problem with ListCtrl#get_item
Hello, I have a problem with getting items from ListCtrl. Although my ListCtrl is in LC_REPORT mode, it has columns set up, every cell is set with set_item and everything displays fine, this code: x = myList.get_item(row,col).get_text() always returns an empty string. For example: myList.set_item(0,0,"Hello") x = myList.get_item(0,0).get_text() now x equals "" ! I
2010 Mar 18
2
CCrb configuration for many projects
Hi! I have about 10 projects in my Cruise. I want to use metric_fu (roodi, rcov, flay) metrics. Right now I have defined :cruise task in Rakefile in each project. Is there any convention to manage cruise configuration from one place? Gem? Plugin for Rails projects? Some good habit also for custom artifacts? -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: seban at chrome.pl
2006 Feb 14
7
Action when database changes
Hello, Is it possible to trigger an action in a controller when a table from database changes? I thought about using an utility like cron (railscron) to check every, e.g. 2 s, if the table changed, but I am wondering if there is a solution a bit more ''elegant'': to trigger an action exactly when the change is made. Best regards, -- Kuba Nowak
2006 Apr 09
1
http request, hash table
Hello, My problem is that I cannot figure out how to format data in the http post request using external C++ application, so then I could write in my controller: @myHash = params[:person] print ''Name: '', @myHash[:name] or @name = params[:person][:name] Thanks in advance! -- Jakub P. Nowak
2018 Sep 08
2
dovecot-2.3.2.1 and dovecot-pigeonhole-0.5.2 bug?
Op 08/09/2018 om 20:13 schreef Stephan Bosch: > > > > Op 07/09/2018 om 21:32 schreef Jan Nowak: >> Hello, >> >> we have a problem after updating the software with the operation of >> sieve scripts sending a copy of the e-mails, e-mails are not transferred. >> >> Configuration: >> dovecot-2.3.2.1 + dovecot-pigeonhole-0.5.2 + FreeBSD 11.2
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello, I wrote an application in wxRuby: ruby 1.8.6 wxruby 1.9.4 installed from gem windows xp sp2 After several minutes of running it crashes with the following error: "c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact
2013 Mar 29
28
[Bug 62914] New: ZaphodHeads doesn't work after upgrading to xorg 1.14
https://bugs.freedesktop.org/show_bug.cgi?id=62914 Priority: medium Bug ID: 62914 Assignee: nouveau at lists.freedesktop.org Summary: ZaphodHeads doesn't work after upgrading to xorg 1.14 QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter:
2009 Nov 28
1
Does --archive include an --update behaviour?
Manpage of rsync 3.0.6 about option --update: [...] This forces rsync to skip any files which exist on the destination and have a modified time that is newer than the source file. [...] Here the manpage is very clear to me! But if I don't use that option: Would rsync overwrite newer files at the destination with older files from the source? The --archive manpage section says nothing
2012 Oct 24
8
[Bug 56347] New: NVPlatformProbe routine does not mark the entity as Shared for ZaphodHeads.
https://bugs.freedesktop.org/show_bug.cgi?id=56347 Priority: medium Bug ID: 56347 Assignee: nouveau at lists.freedesktop.org Summary: NVPlatformProbe routine does not mark the entity as Shared for ZaphodHeads. QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2007 Nov 24
12
orphan habtm rows
HI, i use models User and Groups connected with many to many association, so i have users table, groups and groups_users. lets say i create one user and one group. next i add a group to user. so now my table groups_users has one entry i.e. group_id | user_id _________|________ 1 | 1 ok, when i delete both my group and user, above entry is not deleted, thus leaving alone without
2006 Feb 24
1
--min/max-size affects only transfer, not --delete, why?
Logically, deleting the dst file which does not exist on src amounts to "transferring the non-existence" of that file from src to dst. Therefore, if files larger or smaller than some size are ignored in transfer, they must just as well be ignored in deleting (much as --exclude'd files are also excluded from delete, unless you specify --delete-excluded). So I think the behavior should
2011 Nov 02
12
[Bug 8566] New: Spotlight comments (extended attributes) are not synced
https://bugzilla.samba.org/show_bug.cgi?id=8566 Summary: Spotlight comments (extended attributes) are not synced Product: rsync Version: 3.0.9 Platform: All OS/Version: Mac OS X Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2006 Nov 28
0
Consulting request R training and programming
Hello everybody, first I would like to apologize my consulting request on this help list but I couldn't find any ressources about consulties on the net. In our company we are searching on alternatives to SPSS and after a very short test, R could satisfy our needs completly. Unfortunately we are not able to cover all required features, like a little more sophisticated tabularization, an
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
Move test-ntfscat.sh and test-ntfsclone.sh in a single ntfs directory, much like the tests for other filesystems. --- Makefile.am | 3 +- configure.ac | 3 +- tests/ntfs/Makefile.am | 27 +++++++++++++++++ tests/ntfs/test-ntfscat.sh | 53 +++++++++++++++++++++++++++++++++ tests/ntfs/test-ntfsclone.sh | 62
2007 Nov 07
6
Rich (or any) GUI Components for Rails
HI, I Find rails great but theres lack of rich components, i mean any components except standard html controls.. I cant build everytime my table with all features, we are crud right ? So any component repository planned ? Maybe rails isnt good solution for my requirements ? I heard that components facility is now depreciated in rails... why ? So far im programming asp.net and im using
2000 Oct 19
1
[Fwd: OpenSSH - scp - transfer rate patch] (fwd)
-- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of Shakespeare. Now, thanks to the Internet, / | we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org ---------- Forwarded message ---------- Date: Thu, 17 Aug 2000 14:27:31 +1000 From: Damien
2007 Oct 03
9
WxRuby Newbie Application Hanging
I have a WxRuby application that takes a few inputs from the user and uses that information to search through a large file for matches. The application works very well, with one exception. If I click anywhere in the frame while the application is searching through the long file, the application hangs. Has anyone experienced anything similar to this? Any suggestions on how I can fix this? Thanks
2008 Mar 20
2
"can't activate activesupport" error
Hi, I''ve got a production server with rails 1.2.3 installed. Previously my app had frozen rails 1.2.3 as well. I decided to update frozen rails to 1.2.6. Deployment went fine until rake task was executed, which resulted in the following error: rake aborted! can''t activate activesupport (>= 1.4.4), already activated activesupport-1.4.2] On the server there''s