Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose untracked files #56

Open
arxdsilva opened this issue Oct 24, 2017 · 1 comment
Open

expose untracked files #56

arxdsilva opened this issue Oct 24, 2017 · 1 comment

Comments

@arxdsilva
Copy link
Member

while comparing we want the projects to be as similar as possible, that's why we create the files that are missing. To accomplish more of that we need to also point out If any file is not on the originaldirectory, meaning that It can be removed.

There's two approaches to this, we can set a flag to enforce this delete on runtime or without the flag write in some kind of file the path of the untracked files.

@arxdsilva
Copy link
Member Author

This might take more resources than I expected, since It requires a different call to Compare from what the package already does, by passing the parameters inverted.

This way we'd have to check (by passing the info?) If It's inverted and then maybe delete the outdated files/directories or rename to something.old.

@arxdsilva arxdsilva removed this from the 1.0 milestone Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant