# Recipe file for symlinks in the repository.

# When checked in, this file is read and the specified link structure
# is imposed on the repository.  Any existing repository links not
# specified in this file are deleted.  Any links specified here that
# wind up pointing outside the repository are also deleted.

# Blank lines and lines beginning with '#' are ignored.

# The other lines should contain one or two white-space separated paths:

# - The first path indicates where the symlink is situated.  It is
#   interepreted relative to the repository root, whether or not it
#   starts with a '/'.

# - The second path indicates the target of the link.  It is
#   interpreted relative to the repo root if it is absolute, otherwise
#   it is used as is, for relative links within the repository.
#
#   The second path can be empty, to indicate retirement of an
#   existing symlink.  You should not just remove entries for symlinks
#   - their absence will break checkouts that included them, unless
#   they're replaced by actual directories.  Not specifying the second
#   path translates to a link that points to an empty directory
#   (CVSROOT/Emptydir) - the CVS equivalent of a removed directory.

####################                            #####################
# Where Link Lives #                            # Where Link Points #
####################                            #####################