From jira at limb-project.com Wed Apr 2 11:09:56 2008 From: jira at limb-project.com (Eugene Klimov (JIRA)) Date: Wed, 2 Apr 2008 11:09:56 +0400 (MSD) Subject: [Buildman] ! Created: (BMN-10) rsync -C option not copy *.exe files Message-ID: <30897968.1207120196378.JavaMail.ooobit2@srv2.0x00.ru> 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 From jira at limb-project.com Wed Apr 2 11:24:57 2008 From: jira at limb-project.com (Eugene Klimov (JIRA)) Date: Wed, 2 Apr 2008 11:24:57 +0400 (MSD) Subject: [Buildman] ! Commented: (BMN-10) rsync -C option not copy *.exe files In-Reply-To: <30897968.1207120196378.JavaMail.ooobit2@srv2.0x00.ru> Message-ID: <6096823.1207121097092.JavaMail.ooobit2@srv2.0x00.ru> [ http://jira.limb-project.com/browse/BMN-10?page=comments#action_10120 ] Eugene Klimov commented on BMN-10: ---------------------------------- fixed in svn [6894] changeset > 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 From jira at limb-project.com Wed Apr 2 14:06:56 2008 From: jira at limb-project.com (Eugene Klimov (JIRA)) Date: Wed, 2 Apr 2008 14:06:56 +0400 (MSD) Subject: [Buildman] ! Resolved: (BMN-10) rsync -C option not copy *.exe files In-Reply-To: <30897968.1207120196378.JavaMail.ooobit2@srv2.0x00.ru> Message-ID: <24703778.1207130817010.JavaMail.ooobit2@srv2.0x00.ru> [ http://jira.limb-project.com/browse/BMN-10?page=all ] Eugene Klimov resolved BMN-10. ------------------------------ Resolution: Fixed Assignee: Eugene Klimov (was: Pavel Shevaev) ???????? > 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: Eugene Klimov > 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