-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
avc doesn't track the deletion of files - that is, when you remove a file, it merely removes it from the current commit set. This can be problematic when you have multiple collaborating users or multiple working directories.
Example:
- On computer X, create file A in avc repository and push it.
- On computer Y, pull the repository. Note that file A exists.
- On computer X, remove file A and push the update. A is not in the commit and isn't in the working directory.
- on computer Y, pull the repository. Note that file A still exists. If Y pushes without manually removing file A, file A will reappear in the repository.
Metadata
Metadata
Assignees
Labels
No labels