Manual Pages for UNIX Darwin command on man SVN::Repos
MyWebUniversity

Manual Pages for UNIX Darwin command on man SVN::Repos

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->youngestrev;

DESCRIPTION

SVN::Repos wraps the functions in svnrepos.h. The actual namespace for

repos object is psvnrepost. CCOONNSSTTRRUUCCTTOORRSS

open ($path)

create ($path, undef, undef, $config, $fsconfig)

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

Chia-liang Kao

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)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™