config

To make your subversion (svn) support the svn:// protocol access

how to make your subversion (svn) support the svn:// protocol access.

platform : windows xp

1. boot your svn server on the server-side.

1.1 if you install your svn by  a windows  installer *.msi or *.exe install program,

those programs can always config the svn for your os system. such as add the environment variables

to the SYSTEM PATH.

1.2 if you choose a *.zip to setup your svn server , then you should add the path to the  environment variable manually.

suppose you install the svn in c:\subversion ,

drupal default sql connection

when you put your site on your host like hostmonster,

your must specify your database location and user name & password.

how should these be filled ?

suppose your mysql database name called db_drupal,

your database password is db_user,

your database password is db_pass,

then those should be:

database name: db_duser

database pass:db_pass

database location:localhost

the drupal system will generate a config string which saved in the sites/all/default/settings.php

like:

Syndicate content