source: trunk/dasscm/dasscm.conf@ 211

Last change on this file since 211 was 206, checked in by joergs, on Jul 2, 2007 at 5:16:02 PM

improvements. login, password caching, init, config file, perltidy

File size: 554 bytes
Line 
1#
2# dasscm configuration
3#
4
5#
6# host specific name
7# it is required, to set this unique
8# normally, use `hostname -f`
9#
10DASSCM_REPOSITORY_NAME=
11
12#
13# local base directory
14#
15DASSCM_LOCAL_REPOSITORY_BASE=/var/lib/dasscm/
16
17#
18# server settings
19#
20DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/dasscm
21#DASSCM_SVN_REPOSITORY_BASE=file:///tmp/repo/test/ting
22#DASSCM_SVN_REPOSITORY_BASE=https://dass-it.de/svn/smartclient/branches/Debeka/SC-03_01_add_NAH_Branch_Debeka/technical/config/dasscm/
23DASSCM_CHECKOUT_USERNAME=dasscm
24DASSCM_CHECKOUT_PASSWORD=dcmdst
Note: See TracBrowser for help on using the repository browser.