Cross posting to the ptp-dev list so the developers can provide more information.
The beauty of the git solution is that you don’t need to know how it works, it just does everything for you.
There is an extension point that allows different sync providers to be used. We had a prototype rsync provider for a while, but it wasn’t being actively developed. If someone want’s to see if it can be resurrected, that would be fine. However, since rsync is only unidirectional, it is also more complicated to set up to get bi-directional syncing working.
Greg Ah, that makes sense. It's an interesting choice. Maybe that's why people miss it. It's not obvious how it works. Doesn't the index keep growing and growing each time you sync files? Why is it faster than rsync? I assume you guys have a wiki describing it. Could you share it with the list here? Thanks!
The git use for synchronized projects is entirely independent of git for src code repo. _______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/cdt-dev
|