History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: BMN-10
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Eugene Klimov
Reporter: Eugene Klimov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Buildman

rsync -C option not copy *.exe files

Created: 02/Apr/08 11:09 AM   Updated: 02/Apr/08 02:06 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
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

 All   Comments   Change History      Sort Order:
Eugene Klimov [02/Apr/08 11:24 AM]
fixed in svn [6894] changeset

Eugene Klimov [02/Apr/08 02:06 PM]
пофиксил