bndit
asked on
Powershell: script organization in sub-version
I had asked a question previously regarding sub-version (http://rdsrc.us/voJdmW), and since then I've been using VisualSVN. My question now is in regards to the organization of my scripts. I have different "category" of scripts such as Exchange-specific, AD-specific, File management specific...you get the drift. My question is, how do others organize scripts within subversion? all of these categories under a single repository? Or, one repository for one of these major "categories"?
As far as the organization of my scripts in Windows, I have a folder for each of these categories, and inside I have additional folders such as "Schedule Routines" for scripts that run via Task Scheduler...another folder for "Functions" or scripts that are used here and there to accomplish a specific task.
Anyway, any guidance would be appreciated especially if you have dealt with sub-version before and a similar scenario to mine.
Thanks,
As far as the organization of my scripts in Windows, I have a folder for each of these categories, and inside I have additional folders such as "Schedule Routines" for scripts that run via Task Scheduler...another folder for "Functions" or scripts that are used here and there to accomplish a specific task.
Anyway, any guidance would be appreciated especially if you have dealt with sub-version before and a similar scenario to mine.
Thanks,
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER