readmeio-sync icon indicating copy to clipboard operation
readmeio-sync copied to clipboard

Does Not Sync Versions

Open haroldtreen opened this issue 7 years ago • 0 comments

readmeio-sync does not currently sync versions.

Repro Steps

  1. Create a production project with versions v1.0 and v2.0.
  2. Download that product using init.
  3. Create a staging project with only a v1.0.
  4. Try to sync the local files to the staging site.

Result: There's a fatal error because the tool tries to access data for a version that does not exist.

Fixing

  1. Check that version data exists before accessing it - fail gracefully.
  2. Implement syncing of versions.

haroldtreen avatar Mar 03 '17 19:03 haroldtreen