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

Check for modified files when starting up #10

Open
j-h-a opened this issue Aug 15, 2014 · 0 comments
Open

Check for modified files when starting up #10

j-h-a opened this issue Aug 15, 2014 · 0 comments

Comments

@j-h-a
Copy link

j-h-a commented Aug 15, 2014

Suggested enhancement:

When starting up it would be nice if it could check for added, removed, and modified files (i.e. changes that happened while the program was not running) and upload those changes.

I haven't looked into the existing implementation yet, but one idea for this would be to have a kind of signature file, containing a list of all files and their md5sum (or something). This could be downloaded, checked, compared to the theme directory, and changes uploaded. Additionally this would allow for removed/added files to be compared and synced. When multiple developers sync changes it would get a bit out of date (until they sync their local changes to each other with git). I haven't thought of how to solve that just yet though, perhaps checking if the theme directory is under source control and something involving an extra column in the signature file with the parent commit id, or author information, or something.

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

2 participants