CVSSourceCodeManagementSettingsAppl.st
branchjv
changeset 12287 400a99059170
parent 12265 f1b3696cf042
child 12308 5d9291c0fc27
equal deleted inserted replaced
12286:f5753909bad9 12287:400a99059170
    81 
    81 
    82 #browseSourceCache
    82 #browseSourceCache
    83 'Open a file browser on the source cache directory'
    83 'Open a file browser on the source cache directory'
    84 
    84 
    85 #checkClassesWhenCheckingIn
    85 #checkClassesWhenCheckingIn
    86 'Before checking into the repository, check classes for leftover halt and breakpoint code.'
    86 'Before checking into the repository, check classes for leftover halt and breakpoint code'
    87 
    87 
    88 #checkPerPackageManager
    88 #checkPerPackageManager
    89 'Open a window to show which scm-manager is responsible for which package.'
    89 'Open a window to show which scm-manager is responsible for which package'
    90 
    90 
    91 #condenseSourceCache
    91 #condenseSourceCache
    92 'Cleanup old cached versions from the source cache.\Will keep only the current (newest) version in the cache.\Access to older code versions will be slowed down (compare with old version browser function)'
    92 'Cleanup old cached versions from the source cache.\Will keep only the current (newest) version in the cache.\Access to older code versions will be slowed down (compare with old version browser function)'
    93 
    93 
    94 #cvsCommand
    94 #cvsCommand
    95 'The command to use for cvs operations\(the path to "cvs"/"cvs.exe"-command. Not needed, if already in the shell''s PATH value)'
    95 'The command to use for cvs operations\(the path to "cvs"/"cvs.exe"-command. Not needed, if already in the shell''s PATH value)'
    96 
    96 
    97 #cvsCommandTimeout
    97 #cvsCommandTimeout
    98 'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value.'
    98 'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value'
    99 
    99 
   100 #cvsLogin
   100 #cvsLogin
   101 'Perform a "cvs login" operation for the default CVSROOT'
   101 'Perform a "cvs login" operation for the default CVSROOT'
   102 
   102 
   103 #cvsRootDefault
   103 #cvsRootDefault
   104 'The default CVSROOT.\This will be used for all modules which are not listed below.'
   104 'The default CVSROOT.\This will be used for all modules which are not listed below'
   105 
   105 
   106 #cvsRootPerModule
   106 #cvsRootPerModule
   107 'Specifies per-module CVSROOTs.\This allows for individual projects to be stored in different cvs repositories.'
   107 'Specifies per-module CVSROOTs.\This allows for individual projects to be stored in different cvs repositories'
   108 
   108 
   109 #cvsRootPerModuleModule
   109 #cvsRootPerModuleModule
   110 'The module for which a specific CVSROOT is defined'
   110 'The module for which a specific CVSROOT is defined'
   111 
   111 
   112 #cvsRootPerModuleRoot
   112 #cvsRootPerModuleRoot
   132 
   132 
   133 #moveManagerUp
   133 #moveManagerUp
   134 'Move the selected entry up in the list.\(The first matching definition is used to determine which repository type is used.)'
   134 'Move the selected entry up in the list.\(The first matching definition is used to determine which repository type is used.)'
   135 
   135 
   136 #perPackageConfiguration
   136 #perPackageConfiguration
   137 'Define per-package repository types here.\For any non-matching package-id, the default repository type is used.'
   137 'Define per-package repository types here.\For any non-matching package-id, the default repository type is used'
   138 
   138 
   139 #removePerModuleRoot
   139 #removePerModuleRoot
   140 'Remove this per-module entry'
   140 'Remove this per-module entry'
   141 
   141 
   142 #removePerPackageManager
   142 #removePerPackageManager
   144 
   144 
   145 #sourceCache
   145 #sourceCache
   146 'After checkout, keep the sourcefile in a local file (to avoid repeated checkout of the same file)'
   146 'After checkout, keep the sourcefile in a local file (to avoid repeated checkout of the same file)'
   147 
   147 
   148 #useLocalSources
   148 #useLocalSources
   149 'If present, use the local source files (from the development system''s tree).\If checkout fails, these will always be tried as second chance.'
   149 'If present, use the local source files (from the development system''s tree).\If checkout fails, these will always be tried as second chance'
   150 
   150 
   151 #useManager
   151 #useManager
   152 'Enable source code management.\If off, all queries for sourcecode are resolved by local files (offline operation)'
   152 'Enable source code management.\If off, all queries for sourcecode are resolved by local files (offline operation)'
   153 
   153 
   154 #verboseSourceCodeAccess
   154 #verboseSourceCodeAccess
   155 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
   155 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
   156 
   156 
   157 )
   157 )
   158 
   158 
   159     "Modified: / 09-01-2012 / 23:29:41 / cg"
   159     "Modified: / 09-08-2012 / 09:41:23 / cg"
   160 ! !
   160 ! !
   161 
   161 
   162 !CVSSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
   162 !CVSSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
   163 
   163 
   164 defaultIcon
   164 defaultIcon
  1040 ! !
  1040 ! !
  1041 
  1041 
  1042 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1042 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1043 
  1043 
  1044 version
  1044 version
  1045     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.24 2012/07/19 15:28:11 stefan Exp $'
  1045     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.25 2012/08/09 08:58:40 cg Exp $'
  1046 !
  1046 !
  1047 
  1047 
  1048 version_CVS
  1048 version_CVS
  1049     ^ '§Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.24 2012/07/19 15:28:11 stefan Exp §'
  1049     ^ '§Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.25 2012/08/09 08:58:40 cg Exp §'
  1050 !
  1050 !
  1051 
  1051 
  1052 version_SVN
  1052 version_SVN
  1053     ^ '$Id: CVSSourceCodeManagementSettingsAppl.st 8022 2012-07-25 09:51:30Z vranyj1 $'
  1053     ^ '$Id: CVSSourceCodeManagementSettingsAppl.st 8048 2012-09-07 17:28:09Z vranyj1 $'
  1054 ! !
  1054 ! !