You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we do a cl upload, we should allow an option --base <bundle> that allows us to greatly speed up uploads in case the old bundle and the new one have very similar content, kind of like what rsync does (but without replacement). For now, the two bundles would just be stored separately.
When we do a
cl upload
, we should allow an option--base <bundle>
that allows us to greatly speed up uploads in case the old bundle and the new one have very similar content, kind of like what rsync does (but without replacement). For now, the two bundles would just be stored separately.There is a Python library that could be useful here: https://pypi.python.org/pypi/pyrsync
This would be very useful when people are developing their code and making incremental changes to it.
The text was updated successfully, but these errors were encountered: