GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
svnup.conf LOCAL svnup.conf

svnup.conf
Configuration file for svnup(1).

The svnup.conf file stores configuration options and controls the behavior of svnup(1). This file contains an arbitrary number of sections, 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 assigned 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.

The following options are currently supported by svnup.conf and can be added to any section:
The hostname/IP address of the Apache Subversion server.
The custom port on the server to connect to.
The protocol to use (currently supported protocols are 'http', 'https' or 'svn').
The repository branch to checkout.
The local directory to store your copy of the repository.
Controls what happens to any local files that do not appear in the repository. 1 = Remove all local files not found in the remote repository, 0 = leave local files alone.
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.
How much of the transfer details to display. 0 = no output, 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 debugging).

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).

/usr/local/etc/svnup.conf
Default location of the
svnup.conf configuration file.

svnup(1)

John Mehr <jmehr@umn.edu>
December 30, 2012 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section c |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.