Subversion Config
Below is the subversion config that every package maintainer should use. Please refer to this config regularly since various auto-props change from time to time.
This config ensures that any new files that are created in the trunk contain the proper mast head so that revision tracking on each file is properly maintained.
### This file configures various client-side behaviors. ### ### The commented-out examples below are intended to demonstrate ### how to use this file. [auth] # store-passwords = no # store-auth-creds = no [helpers] # editor-cmd = editor (vi, emacs, notepad, etc.) # diff-cmd = diff_program (diff, gdiff, etc.) # diff3-cmd = diff3_program (diff3, gdiff3, etc.) # diff3-has-program-arg = [true | false] # merge-tool-cmd = merge_command [tunnels] ssh = $SVN_SSH ssh -o ControlMaster=no # rsh = rsh # rsh = /path/to/rsh -l myusername [miscellany] # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo # *.rej *~ #*# .#* .*.swp .DS_Store # log-encoding = latin1 # use-commit-times = yes # no-unlock = yes # mime-types-file = /path/to/mime.types # preserved-conflict-file-exts = doc ppt xls od? enable-auto-props = yes # interactive-conflicts = no [auto-props] *.cpp = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.h = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.txt = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.sh = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.cfg = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.sample = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id *.pl = svn:keywords=LastChangedDate LastChangedRevision LastChangedBy Id
Enthral BBS Software for *nix/bsd/osx