catay / rrst

Remote Repository Sync Tool
Apache License 2.0
5 stars 1 forks source link

Repo update fails after delete files #8

Closed FcoCalero closed 5 years ago

FcoCalero commented 5 years ago

If you delete some file from a repo folder, it doesn't create a new revision when you do update

catay commented 5 years ago

New revision will be generated when local packages are deleted. There is catch with this that it might result in inconsistent previous revisions. An additional feature listed in #11 should make this visible.