Displaying 13 results from an estimated 13 matches similar to: "Bug#314473: rsync still fails badly with an "!" in .cvsignore"
2005 Jan 31
1
[patch] add "--ignore" option
Hi,
The patch below adds a "--ignore" option to rsync, which means
"--exclude-but-dont-delete-even-if-we-specified--delete-excluded".
I need this for a few tasks, the simplest of which is to have rsync resist
trying to delete NetApp filers' ".snapshot" directories.
The change is fairly simple (the boolean filter returns become tri-state),
and works for me both
2001 Apr 30
2
Add a couple .cvsignore files?
It would be nice if the CVS source had a .cvsignore file in the main
dir with the following items:
ssh scp sshd ssh-add ssh-keygen ssh-keyscan ssh-agent sftp-server sftp
configure config.h.in config.h config.status Makefile
ssh_prng_cmds *.out
Plus a .cvsignore file in openbsd-compat that ignored "Makefile".
..wayne..
2002 Jul 20
0
[Bug 366] New: .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
Summary: .cvsignore shouldn't be in distrib
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2002 Jul 25
1
OpenSSH 3.4p1's top level .cvsignore file
anyone who can help me understand-
one of my developers reimported openssh snapshot from 0722
into cvs. he sent me the following email about an error he believes
is in the snapshot
i'm not a cvs-knowledgeable person, so i'm not all that
clear on this, but should *.in files be in .cvsignore?
i tried checking a later snapshot, but 0722 seems to be the latest one.
.cvsignore is dated jun
2002 Sep 10
0
[Bug 366] .cvsignore shouldn't be in distrib
http://bugzilla.mindrot.org/show_bug.cgi?id=366
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2002-09-10 21:45
2004 Mar 25
1
Per-directory .cvsignore too aggressive
I have noticed that the contents of per-directory .cvsignore files apply
outside their subtrees when using --cvs-exclude in rsync 2.6.0. In the
results below, notice how dir1/.cvsignore is applying to a file in dir2.
There is no ~/.cvsignore, and the CVSIGNORE variable is unset.
% ls -AFR
.:
dir1/ dir2/
./dir1:
.cvsignore file1
./dir2:
file2.foo
% cat dir1/.cvsignore
*.foo
% /usr/bin/rsync
2004 Oct 06
1
[Bug 1873] rsync doesn't obey .cvsignore (exclamation) ! semantics
https://bugzilla.samba.org/show_bug.cgi?id=1873
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2004-10-05 17:19
2004 Aug 06
1
.cvsignore
Hi:
Just did my first svn checkout. Pretty painless.
I noticed that icecast and each of its dependent modules (except m4) has a
.cvsignore file. Am I right in thinking these are redundant now?
Geoff.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2008 Jun 24
2
two y-axis using ggplot
Dear List Members
As a relatively new R user I am extremely glad for there being a nice
tool such as ggplot for producing easily nice graphs in R. Now I want to
produce graphs with two y-axis. I know that this has been asked a
hundred times with respect to standard plots in R. (The answer, to my
knowledge, has always been "No" or "No, see the help archive".) But: Is
there
2017 Oct 13
2
How to define proper breaks in RFM analysis
Hey,
i want to define 3 ideal breaks (bin) for each variable one of those
variables is attached in the previous email,
i don't want to consider quartile method because quartile is not working
ideally for that data set because data distribution is non normal.
so i want you to suggest another method so that i can define 3 breaks with
the ideal interval for Recency, frequency and monetary to
2017 Oct 13
0
How to define proper breaks in RFM analysis
Hi
Your statement about attaching data is problematic. We cannot do much with it. Instead use output from dput(yourdata) to show us what exactly your data look like.
We also do not know how do you want to split your data. It would be nice if you can show also what should be the bins with respective data. Unless you provide this information you probably would not get any sensible answer.
Cheers
2017 Oct 13
0
How to define proper breaks in RFM analysis
Hi
You expect us to solve your problem but you ignore advice already recieved.
Your data are unreadable, use dput(yourdata) instead. see ?dput
> test<-read.table("clipboard", heade=T)
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
line 115 did not have 6 elements
What is ?ideal interval? can you define it? Should it be such to provide eqal
2017 Oct 12
3
How to define proper breaks in RFM analysis
Hello,
I'm working on RFM analysis and i wanted to define my own breaks but my
frequency distribution is not normally distributed so when I'm using
quartile its not giving the optimal results.
so I'm looking for a better approach where i can define breaks dynamically
because after visualization i can do it easily but i want to apply this
model so that it can automatically define the