Link to home
Create AccountLog in
Avatar of bndit
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,
ASKER CERTIFIED SOLUTION
Avatar of slidingfox
slidingfox
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of bndit
bndit

ASKER

Thanks, it was helpful to hear from someone who has used subversion before.