SCM Repository Directory Structure

Agency

project root
    game (project aspect)
        assets (global project assets)
            3d
            audio
            flash (FLA, SWF, SWC, etc.)
            graphics (vector images: SVG, AI, EPS, etc.)
            images (bitmap images: PSD, PNG, JPEG, etc.)
            video
        android
        ios
    website (project aspect)
        branches
        tags
            deploy (most recent release)
            release_001
            release_002
            review_001
            review_002
            review_003
            review_004
        trunk
            v001
                _assets (folder for CSS, media and JavaScript when an assets script is used)
                _cache (framework cache repository)
                _lib (PHP or other server-side library)
                css (All CSS files)
                img (All images: GIF, JPG, PNG, SVG, etc.)
                    brand (brand logos, etc.)
                    gallery (root folder for all image gallery category folders)
                        comic
                        event
                        hottie
                    layout (background, border, rules, etc.)
                    ui (buttons, icons, non-brand logos, etc.)
                    user (user profile images, etc.)
                js (All JavaScript files)
                swf (All SWF assets)
                video (All FLV, MP4, WEB-M videos)

client (our client)
    sub-client (client for our client if any)
        assets (client branding, logos, etc.)
            3d
            audio
            flash (FLA, SWF, SWC, etc.)
            graphics (vector images: SVG, AI, EPS, etc.)
            images (bitmap images: PSD, PNG, JPEG, etc.)
            video
        project root
            assets (global project specific assets, branding, logos, etc.)
            project aspect (app, game, web, etc.)
                assets (project aspect specific assets)
                    3d
                    audio
                    flash (FLA, SWF, SWC, etc.)
                    graphics (vector images: SVG, AI, EPS, etc.)
                    images (bitmap images: PSD, PNG, JPEG, etc.)
                    video
                work
                    branches
                    tags
                    trunk