Subversion Repositories DevTools

Rev

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

Rev 4836 Rev 4837
Line 294... Line 294...
294
C<GBE_SVN_URL_AUPERASVN01>
294
C<GBE_SVN_URL_AUPERASVN01>
295
 
295
 
296
The value of the EnvVar specifies the URL of the Subversion repository to be
296
The value of the EnvVar specifies the URL of the Subversion repository to be
297
used by the Subversion oriented JATS commands. The URL should contain the
297
used by the Subversion oriented JATS commands. The URL should contain the
298
protocol, the repository host and the path to the root of the repository and
298
protocol, the repository host and the path to the root of the repository and
299
possibly name of the repository. ie: C<svn://auperasbm03/AUPERASVN01>
299
possibly name of the repository. ie: C<https://auawsasvn001.vix.local/svn>
300
 
300
 
301
=item GBE_SVN_URL (Required for Subversion support)
301
=item GBE_SVN_URL (Required for Subversion support)
302
 
302
 
303
Specifies the default URL of the Subversion repository to be used by the
303
Specifies the default URL of the Subversion repository to be used by the
304
Subversion oriented JATS commands. The URL should contain the protocol, the
304
Subversion oriented JATS commands. The URL should contain the protocol, the
305
repository host and the path to the root of the repository, but not the name of
305
repository host and the path to the root of the repository, but not the name of
306
the repository. ie: C<svn://auperasbm03>
306
the repository. ie: C<https://auawsasvn001.vix.local/svn>
307
 
307
 
308
This EnvVar is similar to B<GBE_SVN_URL_<Repo>>, except that it will only be
308
This EnvVar is similar to B<GBE_SVN_URL_<Repo>>, except that it will only be
309
used as a last resort. It may be used to provide a site wide repository URL, but
309
used as a last resort. It may be used to provide a site wide repository URL, but
310
it would not be suitable for repositories that are external to the site. 
310
it would not be suitable for repositories that are external to the site. 
311
 
311