source: trunk/dasscm/dasscm.conf@ 219

Last change on this file since 219 was 214, checked in by joergs, on Jul 3, 2007 at 2:10:55 PM

improvements, bugfixes

  • Property svn:keywords set to Id
File size: 841 bytes
Line 
1#
2# dasscm configuration
3#
4
5#
6# TODO:
7# - set unique DASSCM_REPOSITORY_NAME.
8# Normally use the full qualified hostname
9# - for security reasons, it is recommended
10# to set DASSCM_CHECKOUT_USERNAME and DASSCM_CHECKOUT_PASSWORD
11# individually (maybe host specific)
12#
13
14#
15# host specific name
16# it is required, to set this unique
17# normally, use `hostname -f`
18#
19DASSCM_REPOSITORY_NAME=
20
21#
22# local base directory
23#
24DASSCM_LOCAL_REPOSITORY_BASE=/var/lib/dasscm/
25
26#
27# server settings dass-it
28#
29DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/dasscm/
30DASSCM_CHECKOUT_USERNAME=dasscm
31DASSCM_CHECKOUT_PASSWORD=dcmdst
32
33#
34# server settings Debeka
35#
36#DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/smartclient/branches/Debeka/SC-03_01_add_NAH_Branch_Debeka/config/
37#DASSCM_CHECKOUT_USERNAME=debekadasscm
38#DASSCM_CHECKOUT_PASSWORD=supertux!
Note: See TracBrowser for help on using the repository browser.