Displaying 7 results from an estimated 7 matches for "rcslog".
2003 Jan 08
2
[PATCH] Add .svn to the exclude list for --cvs-exclude
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20030108/7b6ccd16/attachment.bin
2005 Apr 06
1
rsync, --cvs-exclude option.
...es 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 SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS"
" .make.state .nse_depinfo *~ #* .#* ,* _$* *$"
" *.old *.bak *.BAK *.orig *.rej .del-*"
" *.a *.olb *.o *.obj *.so *.exe"
" *.Z *.elc *.ln core"
/* The rest we added to suit ourself. */...
2007 Jul 20
0
[ycui1@bloomberg.com: Re: rsync bug?? (rsync fails when -C is used).]
...nc --server --sender -vvvlogDtprC . /home/john/data
[receiver] add_rule(:C .cvsignore)
[receiver] add_rule(-C )
[receiver] add_rule(- RCS) [global CVS]
[receiver] add_rule(- SCCS) [global CVS]
[receiver] add_rule(- CVS) [global CVS]
[receiver] add_rule(- CVS.adm) [global CVS]
[receiver] add_rule(- RCSLOG) [global CVS]
[receiver] add_rule(- cvslog.*) [global CVS]
[receiver] add_rule(- tags) [global CVS]
[receiver] add_rule(- TAGS) [global CVS]
[receiver] add_rule(- .make.state) [global CVS]
[receiver] add_rule(- .nse_depinfo) [global CVS]
[receiver] add_rule(- *~) [global CVS]
[receiver] add_rule(-...
2005 Apr 26
1
Bug#306368: filter rules are too modern for remote rsync (which is 2.5.6)
...ction using /home/feldgendler/bin/ssh bfc1 rsync --server -vvvlogDtprC .
> [sender] add_rule(-C )
> [sender] add_rule(- RCS) [cvsignore]
> [sender] add_rule(- SCCS) [cvsignore]
> [sender] add_rule(- CVS) [cvsignore]
> [sender] add_rule(- CVS.adm) [cvsignore]
> [sender] add_rule(- RCSLOG) [cvsignore]
> [sender] add_rule(- cvslog.*) [cvsignore]
> [sender] add_rule(- tags) [cvsignore]
> [sender] add_rule(- TAGS) [cvsignore]
> [sender] add_rule(- .make.state) [cvsignore]
> [sender] add_rule(- .nse_depinfo) [cvsignore]
> [sender] add_rule(- *~) [cvsignore]
> [sende...
2011 Jan 20
5
DO NOT REPLY [Bug 7927] New: Rsync does not sync folders named "tags"
https://bugzilla.samba.org/show_bug.cgi?id=7927
Summary: Rsync does not sync folders named "tags"
Product: rsync
Version: 3.0.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: bugzilla at
2001 Sep 30
0
Exclude sets generated with -C
...offset != -1) {
+ char *p = strchr(&line[offset],'/');
+ if (p) {
+ *p = 0;
+ add_exclude_list(&line[offset],
+ list, 1);
+ }
+ }
+ }
+ }
+}
static char *cvs_ignore_list[] = {
"RCS","SCCS","CVS","CVS.adm","RCSLOG","cvslog.*",
@@ -359,12 +410,13 @@
int i;
for (i=0; cvs_ignore_list[i]; i++)
- add_exclude(cvs_ignore_list[i], 0);
+ add_exclude_list(cvs_ignore_list[i], &global_cvs_exclude_list, 0);
if ((p=getenv("HOME")) && strlen(p) < (MAXPATHLEN-12)) {
s...
2005 Mar 31
3
AW: [rsync-announce] Rsync 2.6.4 released
Sorry, aber 2.6.4 ist ZIEMLICH GEIL. Da m?ssen wir mal die neuen schalterchen ausprobieren. (delete-after zum Beispiel)
Ich lass Dich raus aus so was.
Gruss
Markus
-----Urspr?ngliche Nachricht-----
Von: rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org [mailto:rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org] Im Auftrag von rsync-announce@lists.samba.org
Gesendet: