Subversion Repositories DevTools

Rev

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

Rev 343 Rev 353
Line 207... Line 207...
207
 
207
 
208
=item GBE_DM_URL (optional)
208
=item GBE_DM_URL (optional)
209
 
209
 
210
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
210
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
211
 
211
 
-
 
212
=item GBE_SVN_URL_<Repo> (Required for Subversion support)
-
 
213
 
-
 
214
Provides subversion configuration of known repositories. The EnvVar contains 
-
 
215
the unique name of the repository within the ERG domain. ie: 
-
 
216
C<GBE_SVN_URL_AUPERASVN01>
-
 
217
 
-
 
218
The value of the EnvVar specifies the URL of the Subversion repository to be
-
 
219
used by the Subversion oriented JATS commands. The URL should contain the
-
 
220
protocol, the repository host and the path to the root of the repository and
-
 
221
possibly name of the repository. ie: C<svn://auperasbm03/AUPERASVN01>
-
 
222
 
212
=item GBE_SVN_URL (Required for Subversion support)
223
=item GBE_SVN_URL (Required for Subversion support)
213
 
224
 
214
Specifies the URL of the Subversion repository to be used by the Subversion
225
Specifies the default URL of the Subversion repository to be used by the
215
oriented JATS commands. The URL should contain the protocol, the repository
226
Subversion oriented JATS commands. The URL should contain the protocol, the
216
host and the path to the root of the repository, but not the name of the
227
repository host and the path to the root of the repository, but not the name of
217
repository. ie: C<svn://auperaws996vm21>
228
the repository. ie: C<svn://auperasbm03>
-
 
229
 
-
 
230
This EnvVar is similar to B<GBE_SVN_URL_<Repo>>, except that it will only be
-
 
231
used as a last resort. It may be used to provide a site wide repository URL, but
-
 
232
it would not be suitable for repositories that are external to the site. 
-
 
233
 
-
 
234
For correct operation of utilities that calculate a global Subversion tag,
-
 
235
B<GBE_SVN_URL> should resolve to one of B<GBE_SVN_URL_<Repo>> values.
218
 
236
 
219
=item GBE_SVN_PATH (optional)
237
=item GBE_SVN_PATH (optional)
220
 
238
 
221
If provided this will be used to locate the 'svn' utility used by the SubVersion
239
If provided this will be used to locate the 'svn' utility used by the SubVersion
222
support functions. If not provided, then the utilities assume that 'svn' is in the
240
support functions. If not provided, then the utilities assume that 'svn' is in the