zopencommunity / rsyncport

A file synchronization utility
Apache License 2.0
0 stars 1 forks source link

trying to pull down .po files from m4 repo doesn't work #6

Closed MikeFultonDev closed 2 years ago

MikeFultonDev commented 2 years ago

To reproduce:

cd /tmp
mkdir po
mkdir po/.reference
rsync --delete --exclude '*.s1' -Lrtvz 'translationproject.org::tp/latest/m4/' 'po/.reference'

Currently this prints out:

receiving incremental file list
CEE3204S The system detected a protection exception (System Completion Code=0C4).
         From entry point recv_generator at compile unit offset +0000000000018F78 at entry offset +00000000000003F0 at address 0000000000018F78.
Segmentation fault

This is also opened as a bug under m4port...

MikeFultonDev commented 2 years ago

On my Mac, I get:

rsync --delete --exclude '*.s1' -Lrtvz 'translationproject.org::tp/latest/m4/' 'po/.reference'
receiving file list ... done
./
bg.po
cs.po
da.po
de.po
el.po
eo.po
es.po
fi.po
fr.po
ga.po
gl.po
hr.po
id.po
ja.po
ka.po
ko.po
nl.po
pl.po
pt_BR.po
ro.po
ru.po
sr.po
sv.po
uk.po
vi.po
zh_CN.po
zh_TW.po

sent 626 bytes  received 295388 bytes  118405.60 bytes/sec
total size is 1090017  speedup is 3.68
MikeFultonDev commented 2 years ago

now working with the latest updates