[26483] | 1 | # $Id: .scm-settings 33676 2010-11-02 09:48:24Z vboxsync $
|
---|
| 2 | ## @file
|
---|
| 3 | # Top level source code massager settings.
|
---|
| 4 | #
|
---|
| 5 | # This will be loaded when scm is pointed to any file or directory in the
|
---|
| 6 | # VirtualBox source tree. It will recursively load all .scm-settings files
|
---|
| 7 | # it find in or above directories or files it's told to work on. So,
|
---|
| 8 | # .scm-settings files can be placed in sub-directories in the tree to provide
|
---|
| 9 | # additional settins specific to that sub-tree.
|
---|
| 10 | #
|
---|
| 11 |
|
---|
| 12 | #
|
---|
[32394] | 13 | # Copyright (C) 2010 Oracle Corporation
|
---|
[26483] | 14 | #
|
---|
| 15 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
| 16 | # available from http://www.virtualbox.org. This file is free software;
|
---|
| 17 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
| 18 | # General Public License (GPL) as published by the Free Software
|
---|
| 19 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
| 20 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
| 21 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
| 22 | #
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | #
|
---|
[26516] | 26 | # Global settings.
|
---|
| 27 | #
|
---|
[26557] | 28 | # Only consider directories and files that are part of a SVN working set.
|
---|
| 29 | #
|
---|
[26516] | 30 | --only-svn-dirs
|
---|
[26557] | 31 | --only-svn-files
|
---|
[26561] | 32 | --set-svn-eol
|
---|
[26559] | 33 | --set-svn-executable
|
---|
[26562] | 34 | --set-svn-keywords
|
---|
[26516] | 35 |
|
---|
| 36 | #
|
---|
[26483] | 37 | # Directories to ignore.
|
---|
| 38 | #
|
---|
| 39 | # These are simple string patterns (see iprt/string.h) and we'll match both the
|
---|
| 40 | # base name as well as the absolute path of each directory we consider for
|
---|
| 41 | # recursion against these patterns.
|
---|
| 42 | #
|
---|
| 43 | --filter-out-dirs ".svn"
|
---|
[26516] | 44 | --filter-out-dirs "*/*out*/."
|
---|
[26483] | 45 | --filter-out-dirs "*/tools/."
|
---|
| 46 | --filter-out-dirs "*/webtools/."
|
---|
| 47 | --filter-out-dirs "*/kBuild/."
|
---|
| 48 | --filter-out-dirs "*/debian/."
|
---|
| 49 | --filter-out-dirs "*/SlickEdit/."
|
---|
[26506] | 50 | --filter-out-dirs "*/src/libs/*/."
|
---|
[26503] | 51 | --filter-out-dirs "*/src/apps/kchmviewer*/."
|
---|
[26483] | 52 | --filter-out-dirs "*/src/VBox/Additions/x11/x11include/."
|
---|
| 53 | --filter-out-dirs "*/src/VBox/Additions/WINNT/Graphics/Wine/."
|
---|
[26506] | 54 | --filter-out-dirs "*/src/VBox/Additions/WINNT/Network/freebsd/."
|
---|
[26490] | 55 | --filter-out-dirs "*/src/VBox/Additions/WINNT/i8042prt/include/."
|
---|
[26483] | 56 | --filter-out-dirs "*/src/VBox/Additions/common/crOpenGL/."
|
---|
[26506] | 57 | --filter-out-dirs "*/src/VBox/Additions/solaris/DRM/include/."
|
---|
| 58 | --filter-out-dirs "*/src/VBox/Additions/solaris/SharedFolders/solaris10/sys/."
|
---|
[26483] | 59 | --filter-out-dirs "*/src/VBox/HostServices/SharedOpenGL/."
|
---|
[26512] | 60 | --filter-out-dirs "*/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/."
|
---|
| 61 | --filter-out-dirs "*/src/VBox/HostDrivers/VBoxUSB/solaris/include/."
|
---|
[26483] | 62 | --filter-out-dirs "*/src/VBox/GuestHost/OpenGL/*/."
|
---|
| 63 | --filter-out-dirs "*/src/VBox/Devices/PC/Etherboot-src/*/."
|
---|
[26490] | 64 | --filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/*/."
|
---|
[33676] | 65 | --filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/."
|
---|
| 66 | --filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/."
|
---|
[26483] | 67 | --filter-out-dirs "*/src/VBox/Devices/Network/lwip/."
|
---|
[33676] | 68 | --filter-out-dirs "*/src/VBox/Storage/VDFormats/StorageCraft/*/."
|
---|
[26501] | 69 | --filter-out-dirs "*/src/VBox/RDP/client/."
|
---|
| 70 | --filter-out-dirs "*/src/recompiler/tests/."
|
---|
[26483] | 71 |
|
---|
[26490] | 72 |
|
---|
[26483] | 73 | #
|
---|
| 74 | # Files to ignore.
|
---|
| 75 | #
|
---|
| 76 | # Same format as for the directories, except that we'll also apply them to
|
---|
| 77 | # files specified directly on the command line.
|
---|
| 78 | #
|
---|
[26487] | 79 | --filter-out-files "*/include/VBox/HostServices/glext.h"
|
---|
| 80 | --filter-out-files "*/include/VBox/HostServices/glxext.h"
|
---|
| 81 | --filter-out-files "*/include/VBox/HostServices/wglext.h"
|
---|
[26490] | 82 | --filter-out-files "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h"
|
---|
[26506] | 83 | --filter-out-files "*/src/VBox/Devices/Audio/sys-queue.h"
|
---|
[26512] | 84 | --filter-out-files "*/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.h"
|
---|
[26514] | 85 | --filter-out-files "*/src/VBox/RDP/x11server/Init*.c"
|
---|
[26516] | 86 | --filter-out-files "*/vslick.h"
|
---|
[26483] | 87 |
|
---|
| 88 |
|
---|
[26494] | 89 | #
|
---|
[26562] | 90 | # Files and sub-trees where we don't convert tabs.
|
---|
[26494] | 91 | #
|
---|
[26506] | 92 | */src/VBox/Additions/solaris/SharedFolders/*: --no-convert-tabs
|
---|
| 93 | */src/VBox/Additions/x11/vboxmouse/*mouse*: --no-convert-tabs
|
---|
| 94 | */src/VBox/Additions/x11/vboxmouse/*pnp.c: --no-convert-tabs
|
---|
| 95 | */src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --no-convert-tabs
|
---|
| 96 | */src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --no-convert-tabs
|
---|
| 97 | */src/VBox/Devices/Network/slirp/*: --no-convert-tabs
|
---|
| 98 | */src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
|
---|
| 99 | */src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
|
---|
| 100 | */src/apps/tunctl/tunctl.c: --no-convert-tabs
|
---|
| 101 | vboxvideo_drm.c: --no-convert-tabs
|
---|
[26509] | 102 | *linux.mod.c: --no-convert-tabs
|
---|
[26511] | 103 | */src/VBox/Main/DisplayResampleImage.cpp: --no-convert-tabs
|
---|
[26562] | 104 | */src/recompiler/*: --no-convert-tabs
|
---|
| 105 | */src/recompiler/VBox*: --convert-tabs
|
---|
[26494] | 106 |
|
---|
| 107 |
|
---|
| 108 | #
|
---|
[26562] | 109 | # Files and sub-trees where we don't set forcibly set svn:keywords.
|
---|
| 110 | #
|
---|
| 111 | */src/VBox/Additions/x11/vboxmouse/*mouse*: --dont-set-svn-keywords
|
---|
| 112 | */src/VBox/Additions/x11/vboxmouse/*pnp.c: --dont-set-svn-keywords
|
---|
| 113 | */src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --dont-set-svn-keywords
|
---|
| 114 | */src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --dont-set-svn-keywords
|
---|
| 115 | */src/VBox/Devices/Network/slirp/*: --dont-set-svn-keywords
|
---|
| 116 | */src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --dont-set-svn-keywords
|
---|
| 117 | */src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --dont-set-svn-keywords
|
---|
| 118 | */src/VBox/Devices/PC/BIOS/rombios.c: --dont-set-svn-keywords
|
---|
| 119 | */src/recompiler/*: --dont-set-svn-keywords
|
---|
| 120 | */src/recompiler/VBox*: --set-svn-keywords
|
---|
| 121 |
|
---|
| 122 |
|
---|
| 123 | #
|
---|
[26494] | 124 | # Temporary exclusions, awaiting cleanup.
|
---|
| 125 | #
|
---|
[26490] | 126 | --filter-out-dirs "*/src/VBox/Additions/os2/VBoxGradd/."
|
---|
| 127 | --filter-out-dirs "*/src/VBox/Additions/os2/VBoxGrext/."
|
---|
| 128 | --filter-out-dirs "*/src/VBox/Additions/os2/VBoxMouse/."
|
---|
[26494] | 129 | --filter-out-dirs "*/src/VBox/Devices/PC/PXE/."
|
---|
[26506] | 130 | */src/VBox/Additions/solaris/Installer/postinstall.sh: --no-convert-tabs
|
---|
[26512] | 131 | */src/VBox/HostDrivers/Support/solaris/mod.sh: --no-convert-tabs
|
---|
[26513] | 132 | */src/VBox/Installer/solaris/vboxconfig.sh: --no-convert-tabs
|
---|
[26490] | 133 |
|
---|