Subversion Repositories DevTools

Rev

Rev 1300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1300 Rev 1302
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
 
121
     # Subversion server with authentication.  The user name and
128
     # Subversion server with authentication.  The user name and
122
     # password should be added to the end and separated by
129
     # password should be added to the end and separated by
123
     # semicolons.
130
     # semicolons.
124
     #'svn:http://svn.collab.net/repos/svn/trunk;username;password',
131
     #'svn:http://svn.collab.net/repos/svn/trunk;username;password',
125
 
132
 
Line 187... Line 194...
187
     # followed by the view name, followed by the location where the
194
     # followed by the view name, followed by the location where the
188
     # view is loaded.
195
     # view is loaded.
189
     # 'clearcase:dyn:viewname:/vobs' 
196
     # 'clearcase:dyn:viewname:/vobs' 
190
     'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view',
197
     'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view',
191
     
198
     
192
     'svn:https://auperasvn01.aupera.erggroup.com/svn',
-
 
193
     
-
 
194
    );
199
    );
195
 
200
 
196
# A mapping of repository URLs to names.  In any screen where a
201
# A mapping of repository URLs to names.  In any screen where a
197
# repository is displayed, if there is a mapping for the repository
202
# repository is displayed, if there is a mapping for the repository
198
# defined here, then the symbolic name will be displayed instead of
203
# defined here, then the symbolic name will be displayed instead of
Line 201... Line 206...
201
# meaningful to the end-user.  If there is no mapping defined for a
206
# meaningful to the end-user.  If there is no mapping defined for a
202
# specific repository, its URL will be displayed.
207
# specific repository, its URL will be displayed.
203
$repository_name_map =
208
$repository_name_map =
204
{
209
{
205
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view' => 'VIX Perth ClearCase Repositories',
210
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view' => 'VIX Perth ClearCase Repositories',
206
'svn:https://auperasvn01.aupera.erggroup.com/svn' => 'VIX Perth Subversion Repositories',
211
'svn:https://auperasvn01.aupera.erggroup.com/svn[AUPERASVN01]' => 'VIX Perth Subversion Repositories',
207
};
212
};
208
 
213
 
209
# A mapping of repositories to filename viewers.  Examples of such systems
214
# A mapping of repositories to filename viewers.  Examples of such systems
210
# would be CVSweb and ViewCVS, for local repositories.  Mappings are
215
# would be CVSweb and ViewCVS, for local repositories.  Mappings are
211
# not required for remote CVSweb and ViewCVS repositories, as they are
216
# not required for remote CVSweb and ViewCVS repositories, as they are