Commit db201b3
committed
Fix subversion release having wrong version number
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 12907ae commit db201b3
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| 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