source: trunk/dasscm/dasscm.conf@ 238

Last change on this file since 238 was 238, checked in by joergs, on Oct 9, 2008 at 12:05:11 AM

cleanup

  • Property svn:keywords set to Id
File size: 1.0 KB
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://svn.dass-it.net/svn/dasscm/
30DASSCM_CHECKOUT_USERNAME=dasscm
31DASSCM_CHECKOUT_PASSWORD=dcmdst
32
33
34#
35# server settings LVermGeo
36#
37#DASSCM_SVN_REPOSITORY_BASE=https://svn.dass-it.net/svn/lvermgeo/technical/config/server
38#DASSCM_CHECKOUT_USERNAME=lvermgeo
39#DASSCM_CHECKOUT_PASSWORD=
40
41
42#
43# server settings Debeka
44#
45#DASSCM_SVN_REPOSITORY_BASE=https://svn.dass-it.net/svn/smartclient/branches/Debeka/SC-03_01_add_NAH_Branch_Debeka/config/
46#DASSCM_CHECKOUT_USERNAME=debekadasscm
47#DASSCM_CHECKOUT_PASSWORD=
Note: See TracBrowser for help on using the repository browser.