https://bugzilla.samba.org/show_bug.cgi?id=12940
Bug ID: 12940
Summary: rsync: -C/--cvs-exclude does not ignore SCM ignore
files (patch)
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
https://bugzilla.samba.org/show_bug.cgi?id=3432
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugzilla.samba.org/show_bug.cgi?id=3432
--- Comment #1 from [EMAIL PROTECTED] 2006-01-21 14:26 MST ---
--cvs-ignore ignores both that laundry list in exclude.c and any additional
files specified in per-directory .cvsignore files. I downloaded the package
you linked and found
https://bugzilla.samba.org/show_bug.cgi?id=3432
Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php"
Product: rsync
Version: 2.6.6
Platform: x86
URL: http://pto.linux.dk/albackup.tgz
OS/Version: Linux
https://bugzilla.samba.org/show_bug.cgi?id=2712
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Additional Comments
https://bugzilla.samba.org/show_bug.cgi?id=2712
Summary: --cvs-exclude does not work as advertised: core
directories
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: All
Status: NEW
Severity: minor
On Wed, Apr 06, 2005 at 11:54:51PM -0700, Wayne Davison wrote:
> The one thing that it doesn't mention is that rsync will not know about
> any exceptions made to cvs's default ignore rules (which could only be
> discovered by reading the names in the CVS/Entries file -- something
> that rsync doesn
On Thu, Apr 07, 2005 at 02:28:03AM +0530, Molumuri, Janardhan wrote:
> But --cvs-exclude means excluding only CVS dir right
This reveals that you haven't read the man page -- please give it a try.
http://rsync.samba.org/ftp/rsync/rsync.html
The one thing that it doesn't me
Hi Martin,
Yes we can add "--include=*.exe",
But --cvs-exclude means excluding only CVS dir right, But currently it is
excluding other also.
I am confused.
static char default_cvsignore[] =
/* These default ignored items come from the CVS manual. */
"RCS S
On Wed, Feb 02, 2005 at 12:25:05PM -0500, William McKee wrote:
> Looking to the documentation, it seems to me that if I put an --include
> option before the --cvs-exclude option, I should be able to tell rsync
> to sync those files.
Manually specified --include/--exclude options always
ese files to be included in
my CVS repository so I have added them to a .cvsignore file.
To save from creating a monstrous --exclude regex, I'm using the
--cvs-exclude option. Unfortunately, these files which I want to sync
with my remote website are also excluded.
Looking to the documentation, it
On Wed, Jan 08, 2003 at 04:42:58PM -0800, jw schultz wrote:
> - "RCS","SCCS","CVS","CVS.adm","RCSLOG","cvslog.*",
> + "RCS/", "SCCS/", "CVS/", "CVS.adm", "RCSLOG", "cvslog.*",
> Might be worth doing to tighten the patterns.
Yes, I'd agree with that. I looked at the code to confirm that the
trai
> > > list of excludes for the --cvs-exclude option and also updates the man
> > > page.
>
> > I wonder if it shouldn't be ".svn/".
> > I also don't care much for the inconstistant puctuation.
>
> It could be ".svn/", but I
On Wed, Jan 08, 2003 at 04:00:23PM -0800, jw schultz wrote:
> On Wed, Jan 08, 2003 at 11:24:03PM +, Jon Middleton wrote:
> >
> > The attached patch adds the Subversion adm directory (.svn) to the
> > list of excludes for the --cvs-exclude option and also updates the man
On Wed, Jan 08, 2003 at 11:24:03PM +, Jon Middleton wrote:
> Hi,
>
> The attached patch adds the Subversion adm directory (.svn) to the
> list of excludes for the --cvs-exclude option and also updates the man
> page.
>
> (please CC me on replies as I'm not on this l
Hi,
The attached patch adds the Subversion adm directory (.svn) to the
list of excludes for the --cvs-exclude option and also updates the man
page.
(please CC me on replies as I'm not on this list)
--
Jon
"First things first -- but not necessarily in that order"
On 20 Jun 2001, Wayne Davison <[EMAIL PROTECTED]> wrote:
> The --cvs-exclude option is broken in the CVS version of rsync because
> of a cut-and-paste-induced bug in exclude.c:
>
> Index: exclude.c
> @@ -167,7 +167,7 @@
>
> if (local_exclude_list)
The --cvs-exclude option is broken in the CVS version of rsync because
of a cut-and-paste-induced bug in exclude.c:
Index: exclude.c
@@ -167,7 +167,7 @@
if (local_exclude_list) {
for (n=0; local_exclude_list[n]; n++) {
-ent = exclude_list[n
On 12 Jun 2001, [EMAIL PROTECTED] wrote:
>
> I am a bit confused why using the --cvs-exclude flag would exclude
> this file list:
>
> building file list ... done
> lib/libXpm.a
> lib/libjpeg.a
> lib/libwrap.a
> lib/perl5/site_perl/5.6.0/sun4-solaris/auto/GD/GD.so
>
> From: <[EMAIL PROTECTED]>
> Date: Tue, 12 Jun 2001 17:55:59 -0400 (EDT)
>
> I am a bit confused why using the --cvs-exclude flag would exclude
> this file list:
>
> building file list ... done
> lib/libXpm.a
> lib/libjpeg.a
> lib/libwrap.a
> lib/per
I am a bit confused why using the --cvs-exclude flag would exclude
this file list:
building file list ... done
lib/libXpm.a
lib/libjpeg.a
lib/libwrap.a
lib/perl5/site_perl/5.6.0/sun4-solaris/auto/GD/GD.so
wrote 385324 bytes read 100 bytes 110121.14 bytes/sec
This first time I ran the rsync I
On 22 Feb 2001, Mark Alford <[EMAIL PROTECTED]> wrote:
>
> Dave Dykstra wrote:
>
> > What do you expect it to do, and what does it do?
> > I believe --cvs-exclude just adds things to the exclude list, and since
> > you're already excluding '*' I
Dave Dykstra wrote:
> What do you expect it to do, and what does it do?
> I believe --cvs-exclude just adds things to the exclude list, and since
> you're already excluding '*' I wouldn't expect it to make a difference.
I expect --cvs-exclude to act like a norma
On Thu, Jan 01, 2015 at 10:58:31PM +, Mark Alford wrote:
>
> I tried to use the --cvs-exclude option, so I could fine-tune my
> exclusions with a .cvsignore file in each directory, but did not
> succeed.
>
> Since I only want to synchronize a subset of my directories,
I tried to use the --cvs-exclude option, so I could fine-tune my
exclusions with a .cvsignore file in each directory, but did not
succeed.
Since I only want to synchronize a subset of my directories,
I use rsync like this:
rsync --archive --update --include-from=filelist.lis -exclude
25 matches
Mail list logo