Subversion Repositories DevTools

Rev

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

Rev 1298 Rev 1299
Line 57... Line 57...
57
#$cvs = 'c:/Program Files/GNU/WinCvs 1.3/CVSNT/cvs.exe';
57
#$cvs = 'c:/Program Files/GNU/WinCvs 1.3/CVSNT/cvs.exe';
58
$cvs = '/usr/bin/cvs';
58
$cvs = '/usr/bin/cvs';
59
 
59
 
60
# Location of the svn binary.
60
# Location of the svn binary.
61
#$svn = 'c:/Program Files/SVN/svn.exe';
61
#$svn = 'c:/Program Files/SVN/svn.exe';
62
$svn = '/usr/bin/svn';
62
#$svn = '/usr/bin/svn.exe';
-
 
63
$svn = 'C:/Program Files/TortoiseSVN/bin/svn';
63
 
64
 
64
# Location of the ssh binary.  This is only required if a CVS :ext
65
# Location of the ssh binary.  This is only required if a CVS :ext
65
# type repository is used.
66
# type repository is used.
66
$ssh = '/usr/local/bin/ssh';
67
$ssh = '/usr/local/bin/ssh';
67
 
68
 
Line 114... Line 115...
114
 
115
 
115
     # The next example is the syntax used for specifying a Subversion
116
     # The next example is the syntax used for specifying a Subversion
116
     # repository, which is simply the subversion repository URL
117
     # repository, which is simply the subversion repository URL
117
     # prefixed # by svn:
118
     # prefixed # by svn:
118
     #'svn:http://svn.collab.net/repos/svn/trunk',
119
     #'svn:http://svn.collab.net/repos/svn/trunk',
-
 
120
     'svn:https://auperasvn01.aupera.erggroup.com/svn',
119
 
121
 
120
     # Subversion server with authentication.  The user name and
122
     # Subversion server with authentication.  The user name and
121
     # password should be added to the end and separated by
123
     # password should be added to the end and separated by
122
     # semicolons.
124
     # semicolons.
123
     #'svn:http://svn.collab.net/repos/svn/trunk;username;password',
125
     #'svn:http://svn.collab.net/repos/svn/trunk;username;password',
Line 196... Line 198...
196
# username/password information, or the symbolic name is more
198
# username/password information, or the symbolic name is more
197
# meaningful to the end-user.  If there is no mapping defined for a
199
# meaningful to the end-user.  If there is no mapping defined for a
198
# specific repository, its URL will be displayed.
200
# specific repository, its URL will be displayed.
199
$repository_name_map =
201
$repository_name_map =
200
{
202
{
201
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view' => 'Technology Group Latest Codestriker ClearCase view profile'
203
'clearcase:dyn:auperaweb08_techgp_latest_codestriker_view:O:\\auperaweb08_techgp_latest_codestriker_view' => 'VIX Perth ClearCase Repositories',
-
 
204
'svn:https://auperasvn01.aupera.erggroup.com/svn' => 'VIX Perth Subversion Repositories',
202
};
205
};
203
 
206
 
204
# A mapping of repositories to filename viewers.  Examples of such systems
207
# A mapping of repositories to filename viewers.  Examples of such systems
205
# would be CVSweb and ViewCVS, for local repositories.  Mappings are
208
# would be CVSweb and ViewCVS, for local repositories.  Mappings are
206
# not required for remote CVSweb and ViewCVS repositories, as they are
209
# not required for remote CVSweb and ViewCVS repositories, as they are