Commit 408995b
committed
Make sure all files get synced to svn repo
When rsync compares a freshly-built source
against a previously-synced destination, it sees
matching timestamps on both sides and skips any
file whose size also matches, even if the content
differs. The -c flag makes rsync compare MD5
checksums instead, so it correctly detects the
content change.1 parent 32d7432 commit 408995b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments