Subversion Repositories DevTools

Rev

Rev 3859 | Rev 4612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3859 Rev 4466
Line 209... Line 209...
209
 
209
 
210
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
210
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
211
Specifies the location of the Release Manager Database. This is a database url
211
Specifies the location of the Release Manager Database. This is a database url
212
of the form jdbc:subprotocol:subname as used by java.sql.DriverManager.getConnection()
212
of the form jdbc:subprotocol:subname as used by java.sql.DriverManager.getConnection()
213
 
213
 
214
C<Example: jdbc:oracle:thin:@auperaora03:1521:RELEASEM>
214
C<Example: jdbc:oracle:thin:@auperaprm01:1521:RELEASEM>
215
 
215
 
216
=item GBE_RM_USERNAME (optional)
216
=item GBE_RM_USERNAME (optional)
217
 
217
 
218
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
218
Used by tools that interface to Release Manager: primarily the (ABT) Auto Build Tools.
219
Specifies a USERNAME with access to the Release Manager Database.
219
Specifies a USERNAME with access to the Release Manager Database.
Line 244... Line 244...
244
 
244
 
245
=item GBE_DM_URL (optional)
245
=item GBE_DM_URL (optional)
246
 
246
 
247
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
247
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
248
 
248
 
-
 
249
=item GBE_CQ_LOCATION (optional)
-
 
250
 
-
 
251
Used by tools that interface to ClearQuest: primarily the (ABT) Auto Build Tools.
-
 
252
Specifies the location of the ClearQuest Database. This is a database url
-
 
253
of the form jdbc:subprotocol:subname as used by java.sql.DriverManager.getConnection()
-
 
254
 
-
 
255
C<Example: jdbc:jtds:sqlserver://AUPERASQL05:1433:master>
-
 
256
 
-
 
257
=item GBE_CQ_USERNAME (optional)
-
 
258
 
-
 
259
Used by tools that interface to ClearQuest: primarily the (ABT) Auto Build Tools.
-
 
260
Specifies a USERNAME with access to the ClearQuest Database.
-
 
261
 
-
 
262
=item GBE_CQ_PASSWORD (optional)
-
 
263
 
-
 
264
Used by tools that interface to ClearQuest: primarily the (ABT) Auto Build Tools.
-
 
265
Specifies a PASSWORD to be used in conjunction with GBE_RM_USERNAME to access
-
 
266
the ClearQuest Database.
-
 
267
 
249
=item GBE_SVN_URL_<Repo> (Required for Subversion support)
268
=item GBE_SVN_URL_<Repo> (Required for Subversion support)
250
 
269
 
251
Provides subversion configuration of known repositories. The EnvVar contains 
270
Provides subversion configuration of known repositories. The EnvVar contains 
252
the unique name of the repository within the ERG domain. ie: 
271
the unique name of the repository within the ERG domain. ie: 
253
C<GBE_SVN_URL_AUPERASVN01>
272
C<GBE_SVN_URL_AUPERASVN01>