| Line 116... |
Line 116... |
| 116 |
# The next example is the syntax used for specifying a Subversion
|
116 |
# The next example is the syntax used for specifying a Subversion
|
| 117 |
# repository, which is simply the subversion repository URL
|
117 |
# repository, which is simply the subversion repository URL
|
| 118 |
# prefixed # by svn:
|
118 |
# prefixed # by svn:
|
| 119 |
#'svn:http://svn.collab.net/repos/svn/trunk',
|
119 |
#'svn:http://svn.collab.net/repos/svn/trunk',
|
| 120 |
|
120 |
|
| 121 |
#
|
- |
|
| 122 |
# Vix specific syntax
|
- |
|
| 123 |
# Embdedded RepoTag as used in RM and elsewhere in []
|
- |
|
| 124 |
# If present, then Module name are allowed to start with it.
|
- |
|
| 125 |
#
|
- |
|
| 126 |
'svn:https://auperasvn01.aupera.erggroup.com/svn[AUPERASVN01]',
|
- |
|
| 127 |
|
- |
|
| 128 |
# Subversion server with authentication. The user name and
|
121 |
# Subversion server with authentication. The user name and
|
| 129 |
# password should be added to the end and separated by
|
122 |
# password should be added to the end and separated by
|
| 130 |
# semicolons.
|
123 |
# semicolons.
|
| 131 |
#'svn:http://svn.collab.net/repos/svn/trunk;username;password',
|
124 |
#'svn:http://svn.collab.net/repos/svn/trunk;username;password',
|
| 132 |
|
125 |
|
| Line 193... |
Line 186... |
| 193 |
# The clearcase identifier is followed by the dyn indicator,
|
186 |
# The clearcase identifier is followed by the dyn indicator,
|
| 194 |
# followed by the view name, followed by the location where the
|
187 |
# followed by the view name, followed by the location where the
|
| 195 |
# view is loaded.
|
188 |
# view is loaded.
|
| 196 |
# 'clearcase:dyn:viewname:/vobs'
|
189 |
# 'clearcase:dyn:viewname:/vobs'
|
| 197 |
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view',
|
190 |
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view',
|
| - |
|
191 |
|
| 198 |
|
192 |
#
|
| - |
|
193 |
# Vix specific syntax
|
| - |
|
194 |
# Embdedded RepoTag as used in RM and elsewhere in []
|
| - |
|
195 |
# If present, then Module name are allowed to start with it.
|
| - |
|
196 |
#
|
| - |
|
197 |
'svn:https://auperasvn01.aupera.erggroup.com/svn[AUPERASVN01]',
|
| 199 |
);
|
198 |
);
|
| 200 |
|
199 |
|
| 201 |
# A mapping of repository URLs to names. In any screen where a
|
200 |
# A mapping of repository URLs to names. In any screen where a
|
| 202 |
# repository is displayed, if there is a mapping for the repository
|
201 |
# repository is displayed, if there is a mapping for the repository
|
| 203 |
# defined here, then the symbolic name will be displayed instead of
|
202 |
# defined here, then the symbolic name will be displayed instead of
|
| Line 348... |
Line 347... |
| 348 |
# settings.
|
347 |
# settings.
|
| 349 |
$email_send_options =
|
348 |
$email_send_options =
|
| 350 |
{
|
349 |
{
|
| 351 |
comments_sent_to_topic_author => 1,
|
350 |
comments_sent_to_topic_author => 1,
|
| 352 |
comments_sent_to_commenter => 0,
|
351 |
comments_sent_to_commenter => 0,
|
| 353 |
topic_state_change_sent_to_reviewers => 1
|
352 |
topic_state_change_sent_to_reviewers => 1,
|
| - |
|
353 |
default_from_domain => 'vixtechnology.com',
|
| 354 |
};
|
354 |
};
|
| 355 |
|
355 |
|
| 356 |
# Default width of tabs. Most developers expect this to be 8, but
|
356 |
# Default width of tabs. Most developers expect this to be 8, but
|
| 357 |
# some expect to see 4. This is also stored in the user's cookie, and
|
357 |
# some expect to see 4. This is also stored in the user's cookie, and
|
| 358 |
# can be changed dynamically on the view topic screen.
|
358 |
# can be changed dynamically on the view topic screen.
|