source: trunk/dasscm/dasscm.conf@ 243

Last change on this file since 243 was 243, checked in by joergs, on Oct 10, 2008 at 4:25:52 PM

remove dasscm password, add section for internal-dasscm

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