FreeBSD Manual Pages
svnup.conf() LOCAL svnup.conf() NAME svnup.conf -- Configuration file for svnup(1). DESCRIPTION The svnup.conf file stores configuration options and controls the be- havior of svnup(1). This file contains an arbitrary number of sec- tions, each enclosed in square brackets, any of which can be passed as the first command line argument to svnup(1). Options are placed one on each line, followed directly by an equals sign '=' and the value the option should be assigned. Lines beginning with a '#' are ignored. Additional, user defined sections can be added to svnup.conf as needed. When svnup(1) is run, the options in the [defaults] section are as- signed first, followed by the options in the desired section (each of which will supersede any previously assigned default values), followed lastly by any command line options. OPTIONS The following options are currently supported by svnup.conf and can be added to any section: host The hostname/IP address of the Apache Subversion server. port The custom port on the server to connect to. protocol The protocol to use (currently supported protocols are 'http', 'https' or 'svn'). branch The repository branch to checkout. target The local directory to store your copy of the repository. trim_tree Controls what happens to any local files that do not ap- pear in the repository. 1 = Remove all local files not found in the remote repository, 0 = leave local files alone. extra_files Controls whether any local files that do not exist in the repository are displayed. 1 = Display all local files not found in the remote repository, 0 = do not display them. verbosity How much of the transfer details to display. 0 = no out- put, 1 = show only names of the updated files/folders, 2 = also show a progress indicator, 3 = also show commands sent to the server and svn response codes (useful when de- bugging). EXAMPLES With the following configuration options defined in svnup.conf [defaults] host=svn0.us-west.freebsd.org protocol=https verbosity=1 work_directory=/var/tmp/svnup [ports] protocol=svn branch=ports/head target=/usr/ports Executing: svnup ports from the command line would result in a copy of the ports/head branch downloaded to /usr/ports via the svn:// protocol (as the protocol and target values override those previously set in the [defaults] section). FILES /usr/local/etc/svnup.conf Default location of the svnup.conf configuration file. SEE ALSO svnup(1) AUTHORS John Mehr <jmehr@umn.edu> FreeBSD 14.3 December 30, 2012 svnup.conf()
NAME | DESCRIPTION | OPTIONS | EXAMPLES | FILES | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=svnup.conf&sektion=5&manpath=FreeBSD+14.3-RELEASE+and+Ports>