source: trunk/dasscm/dasscm.conf@ 237

Last change on this file since 237 was 223, checked in by joergs, on Oct 15, 2007 at 1:34:34 PM

added current lvermgeo svn repository. new new stays also as comment

  • Property svn:keywords set to Id
File size: 1.1 KB
RevLine 
[206]1#
2# dasscm configuration
3#
4
[212]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
[206]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#
[212]27# server settings dass-it
[206]28#
[212]29DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/dasscm/
[206]30DASSCM_CHECKOUT_USERNAME=dasscm
31DASSCM_CHECKOUT_PASSWORD=dcmdst
[212]32
[221]33
[212]34#
[221]35# server settings LVermGeo
36#
[223]37##DASSCM_SVN_REPOSITORY_BASE=https://svn.dass-it.net/svn/lvermgeo/technical/config/server
38#DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/lvermgeo/technical/config/server
[221]39#DASSCM_CHECKOUT_USERNAME=lvermgeo
40#DASSCM_CHECKOUT_PASSWORD=
41
42
43#
[212]44# server settings Debeka
45#
46#DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/smartclient/branches/Debeka/SC-03_01_add_NAH_Branch_Debeka/config/
47#DASSCM_CHECKOUT_USERNAME=debekadasscm
[221]48#DASSCM_CHECKOUT_PASSWORD=
Note: See TracBrowser for help on using the repository browser.