| Line 115... |
Line 115... |
| 115 |
|
115 |
|
| 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 |
'svn:https://auperasvn01.aupera.erggroup.com/svn',
|
- |
|
| 121 |
|
120 |
|
| 122 |
# Subversion server with authentication. The user name and
|
121 |
# Subversion server with authentication. The user name and
|
| 123 |
# password should be added to the end and separated by
|
122 |
# password should be added to the end and separated by
|
| 124 |
# semicolons.
|
123 |
# semicolons.
|
| 125 |
#'svn:http://svn.collab.net/repos/svn/trunk;username;password',
|
124 |
#'svn:http://svn.collab.net/repos/svn/trunk;username;password',
|
| Line 186... |
Line 185... |
| 186 |
# The next example is a repository based off a ClearCase dynamic view.
|
185 |
# The next example is a repository based off a ClearCase dynamic view.
|
| 187 |
# The clearcase identifier is followed by the dyn indicator,
|
186 |
# The clearcase identifier is followed by the dyn indicator,
|
| 188 |
# followed by the view name, followed by the location where the
|
187 |
# followed by the view name, followed by the location where the
|
| 189 |
# view is loaded.
|
188 |
# view is loaded.
|
| 190 |
# 'clearcase:dyn:viewname:/vobs'
|
189 |
# 'clearcase:dyn:viewname:/vobs'
|
| 191 |
'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 |
|
| - |
|
192 |
'svn:https://auperasvn01.aupera.erggroup.com/svn',
|
| - |
|
193 |
|
| 192 |
);
|
194 |
);
|
| 193 |
|
195 |
|
| 194 |
# A mapping of repository URLs to names. In any screen where a
|
196 |
# A mapping of repository URLs to names. In any screen where a
|
| 195 |
# repository is displayed, if there is a mapping for the repository
|
197 |
# repository is displayed, if there is a mapping for the repository
|
| 196 |
# defined here, then the symbolic name will be displayed instead of
|
198 |
# defined here, then the symbolic name will be displayed instead of
|