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

how to keep same files in two places so after changes git changes them on both places. #35

Open
marcellmars opened this issue Feb 22, 2015 · 0 comments
Assignees
Labels

Comments

@marcellmars
Copy link
Owner

  • symlinks dont work because it's out of cherrypy directory of static files. (it would probably work if it's in the same depth.)
  • hardlinks don't work because git first unlink files and then create them (link)
  • doing it through git-hooks is probably overkill
  • at the moment there are two copies in both calibreletssharebooks/portable/ and library/static/

hm

@marcellmars marcellmars self-assigned this Feb 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant