1native::Repos(3)      User Contributed Perl Documentation     native::Repos(3)
2
3
4

NAME

6       SVN::Repos - Subversion repository functions
7

SYNOPSIS

9           require SVN::Core;
10           require SVN::Repos;
11           require SVN::Fs;
12
13           my $repos = SVN::Repos::open ('/path/to/repos');
14           print $repos->fs->youngest_rev;
15

DESCRIPTION

17       SVN::Repos wraps the functions in svn_repos.h. The actual namespace for
18       repos object is _p_svn_repos_t.
19
20       CONSTRUCTORS
21
22       open ($path)
23       create ($path, undef, undef, $config, $fs_config)
24
25       METHODS
26
27       Please consult the svn_repos.h section in the Subversion API. Functions
28       taking svn_repos_t * as the first inbound argument could be used as
29       methods of the object returned by open or create.
30

AUTHORS

32       Chia-liang Kao <clkao@clkao.org>
33
35       Copyright (c) 2003 CollabNet.  All rights reserved.
36
37       This software is licensed as described in the file COPYING, which you
38       should have received as part of this distribution.  The terms are also
39       available at http://subversion.tigris.org/license-1.html.  If newer
40       versions of this license are posted there, you may use a newer version
41       instead, at your option.
42
43       This software consists of voluntary contributions made by many individā€
44       uals.  For exact contribution history, see the revision history and
45       logs, available at http://subversion.tigris.org/.
46
47
48
49perl v5.8.8                       2005-06-17                  native::Repos(3)
Impressum