ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



native::Repos(3)                     User Contributed Perl Documentation                    native::Repos(3)



NAME
       SVN::Repos - Subversion repository functions

SYNOPSIS
           require SVN::Core;
           require SVN::Repos;
           require SVN::Fs;

           my $repos = SVN::Repos::open ('/path/to/repos');
           print $repos->fs->youngest_rev;

DESCRIPTION
       SVN::Repos wraps the functions in svn_repos.h. The actual namespace for repos object is
       _p_svn_repos_t.

       CONSTRUCTORS


       open ($path)
       create ($path, undef, undef, $config, $fs_config)

       METHODS

       Please consult the svn_repos.h section in the Subversion API. Functions taking svn_repos_t * as the
       first inbound argument could be used as methods of the object returned by open or create.

AUTHORS
       Chia-liang Kao <clkao@clkao.org>

COPYRIGHT
       Copyright (c) 2003 CollabNet.  All rights reserved.

       This software is licensed as described in the file COPYING, which you should have received as part of
       this distribution.  The terms are also available at http://subversion.tigris.org/license-1.html  If
       newer versions of this license are posted there, you may use a newer version instead, at your option.

       This software consists of voluntary contributions made by many individuals.  For exact contribution
       history, see the revision history and logs, available at http://subversion.tigris.org/



perl v5.8.8                                      2005-03-30                                 native::Repos(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.