[Buildman] ! Created: (BMN-10) rsync -C option not copy *.exe files
Eugene Klimov (JIRA)
jira at limb-project.com
Wed Apr 2 11:09:56 MSD 2008
rsync -C option not copy *.exe files
------------------------------------
Key: BMN-10
URL: http://jira.limb-project.com/browse/BMN-10
Project: Buildman
Issue Type: Bug
Reporter: Eugene Klimov
Assigned To: Pavel Shevaev
Priority: Minor
rsync --help | grep CVS
-C, --cvs-exclude auto-ignore files the same way CVS does
rsync -CaO test.exe /tmp/
skipped test.exe .. ;-(
http://lists.samba.org/archive/rsync/2005-April/012133.html
/* 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. */
" .svn/";
need add --include=*.exe
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the buildman
mailing list