I have a mass of scripts that I need for admin stuff, and users need for their software. Any ideas of where to place them?
Requriments:
- version controlled area
- clear difference between admin scripts and user ones
- allows automatic syncing all over the system across many VMs and servers.
My solution is to install the version control software everywhere (which it is nearly anyhow) and write a cronjob to sync the two folders to the newest version every week. One folder for user scripts and one for admin scripts.
Anyone have a better answer or something I am missing?
[link][23 comments]