[Bug 12940] New: rsync: -C/--cvs-exclude does not ignore SCM ignore files (patch)

2017-07-28 Thread just subscribed for rsync-qa from bugzilla via rsync
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

DO NOT REPLY [Bug 3432] rsync -azv --cvs-exclude forgets "LocalSettings.php"

2006-01-21 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3432 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 3432] rsync -azv --cvs-exclude forgets "LocalSettings.php"

2006-01-21 Thread bugzilla-daemon
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

DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"

2006-01-21 Thread bugzilla-daemon
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

[Bug 2712] --cvs-exclude does not work as advertised: core directories

2005-05-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2712 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional Comments

[Bug 2712] New: --cvs-exclude does not work as advertised: core directories

2005-05-13 Thread samba-bugs
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

Re: rsync, --cvs-exclude option.

2005-04-07 Thread Wayne Davison
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

Re: rsync, --cvs-exclude option.

2005-04-07 Thread Wayne Davison
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

rsync, --cvs-exclude option.

2005-04-06 Thread Molumuri, Janardhan
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

Re: Selectively overriding --cvs-exclude option

2005-02-03 Thread Wayne Davison
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

Selectively overriding --cvs-exclude option

2005-02-02 Thread William McKee
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

Re: [PATCH] Add .svn to the exclude list for --cvs-exclude

2003-01-08 Thread Wayne Davison
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

Re: [PATCH] Add .svn to the exclude list for --cvs-exclude

2003-01-08 Thread jw schultz
> > > 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

Re: [PATCH] Add .svn to the exclude list for --cvs-exclude

2003-01-08 Thread Jon Middleton
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

Re: [PATCH] Add .svn to the exclude list for --cvs-exclude

2003-01-08 Thread jw schultz
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

[PATCH] Add .svn to the exclude list for --cvs-exclude

2003-01-08 Thread Jon Middleton
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"

Re: Crash bug in CVS rsync's --cvs-exclude option

2001-06-21 Thread Martin Pool
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)

Crash bug in CVS rsync's --cvs-exclude option

2001-06-20 Thread Wayne Davison
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

Re: --cvs-exclude

2001-06-12 Thread Martin Pool
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 >

Re: --cvs-exclude

2001-06-12 Thread Chris Garrigues
> 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

--cvs-exclude

2001-06-12 Thread c.w.huling
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

Re: cvs-exclude

2001-02-22 Thread Martin Pool
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

cvs-exclude

2001-02-22 Thread Mark Alford
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

Re: cvs-exclude

2001-02-21 Thread Dave Dykstra
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,

cvs-exclude

2001-02-17 Thread Mark Alford
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