Changeset 351 for trunk/doc/readme.txt
- Timestamp:
- May 20, 2007, 12:35:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/readme.txt
r349 r351 86 86 treatment. 87 87 88 == Configuration == 89 90 The configuration file may be used to define Various behaviors for 91 svndigest. By default svndigest looks for a config file named `config` 92 in directory `<root-dir>/.svndigest` (<root-dir> is directory set by 93 option `--root`). If no such file is found, svndigest behaves as 94 default. Which file to be used as config file may also be set with 95 option `--config-file`. To update an old config file you can use the 96 option `--generate-config`. With this option set the used 97 configuration will be written to standard output. If new variables has 98 been added to configuration of svndigest, these variables will be 99 written with default values. Note: if you have added a comment (e.g. a 100 subversion keyword $Id$) to your old config file, this will not be 101 inherited to the new config file. To preserve such a comment you must 102 merge the new config file with the old config file manually. 103 88 104 == Copyright update == 89 105 … … 98 114 copyright of the file if (s)he has modified the file and thereby 99 115 occurs in the log. For an example of the format of the generated 100 copyright statement, please have a look at any file in the svndigest 101 project. 116 copyright statement, please have a look at the bottom of this file. By 117 default the `svn user name` of the author is printed in the copyright 118 statement. This may be overridden by setting a `copyright-alias` in 119 the config file. In svndigest, e.g., user name `jari` is set to 120 copyright-alias ''Jari Häkkinen'' and user name `peter` is set to 121 copyright-alias ''Peter Johansson''. If two (or several) authors are 122 given the same copyright-alias they are considered as one person in 123 the copyright statement (i.e. their alias is not repeated). This may 124 be useful if you want to give copyright to an organization rather than 125 to individual developers. 102 126 103 127 == Prerequisites ==
Note: See TracChangeset
for help on using the changeset viewer.