Subversion Repositories DevTools

Rev

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

Rev 7447 Rev 7547
Line 409... Line 409...
409
=item GBE_SVN_PASSWORD (optional)
409
=item GBE_SVN_PASSWORD (optional)
410
 
410
 
411
Subversion repository credentials. If provided it will be used, otherwise the
411
Subversion repository credentials. If provided it will be used, otherwise the
412
native svn credential mechanism will be used.
412
native svn credential mechanism will be used.
413
 
413
 
-
 
414
=item GBE_GIT_URL_<RepoStore> (Required for Git support)
-
 
415
 
-
 
416
Provides GIT configuration of known repositories. The EnvVar contains 
-
 
417
the unique name of a repository store within the VIX domain. ie: 
-
 
418
C<GBE_GIT_URL_AUPERAGIT01>
-
 
419
 
-
 
420
The value of the EnvVar specifies the URL of the GIT repository store to be
-
 
421
used by the GIT oriented JATS commands. The URL should contain the
-
 
422
protocol, the repository host and the path to the root of the repository store. 
-
 
423
ie: C<https://auawsagit001.vix.local/git>
-
 
424
 
-
 
425
=item GBE_GIT_PATH (optional)
-
 
426
 
-
 
427
If provided this will be used to locate the 'GIT' utility used by the Git
-
 
428
support functions. If not provided, then the utilities assume that 'GIT' is in the
-
 
429
users PATH. 
-
 
430
 
-
 
431
Providing the path will prevent JATS from searching for the utility.
-
 
432
 
414
=item GBE_MAXMAKE (optional)
433
=item GBE_MAXMAKE (optional)
415
 
434
 
416
If defined this value will specify the default MaxTime used by the Jats Make utility.
435
If defined this value will specify the default MaxTime used by the Jats Make utility.
417
 
436
 
418
Refer the '-MaxTime' option in the 'L<make|TOOLS::jmake>' utility for details.
437
Refer the '-MaxTime' option in the 'L<make|TOOLS::jmake>' utility for details.