Subversion Repositories DevTools

Rev

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

Rev 315 Rev 341
Line 197... Line 197...
197
 
197
 
198
=item GBE_DM_URL (optional)
198
=item GBE_DM_URL (optional)
199
 
199
 
200
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
200
Similar to GBE_DM_URL, but is used to access the Deployment Manager Database.
201
 
201
 
202
=item GBE_SVN_URL (optional)
202
=item GBE_SVN_URL (Required for Subversion support)
203
 
203
 
204
Specifies the URL of the Subversion repository that can be used by some JATS
204
Specifies the URL of the Subversion repository to be used by the Subversion
205
commands. The URL should contain the protocol, the repository host and the path to
205
oriented JATS commands. The URL should contain the protocol, the repository
206
the root of the the repository, but not the name of the repository. ie: C<svn://auperaws996vm21>
206
host and the path to the root of the repository, but not the name of the
-
 
207
repository. ie: C<svn://auperaws996vm21>
207
 
208
 
208
=item GBE_SVN_PATH (optional)
209
=item GBE_SVN_PATH (optional)
209
 
210
 
210
If provided this will be used to locate the 'svn' utility used by the SubVersion
211
If provided this will be used to locate the 'svn' utility used by the SubVersion
211
support functions. If not provided, then the utilities assume that 'svn' is in the
212
support functions. If not provided, then the utilities assume that 'svn' is in the
212
users PATH.
213
users PATH. 
-
 
214
 
-
 
215
Providing the path will prevent JATS from searching for the utility.
213
 
216
 
214
=item GBE_SVN_USERNAME (optional)
217
=item GBE_SVN_USERNAME (optional)
215
 
218
 
216
Subversion repository credentials. If provided it will be used, otherwise the
219
Subversion repository credentials. If provided it will be used, otherwise the
217
native svn credential mechanism will be used.
220
native svn credential mechanism will be used.