VersionControl_SVN
[ class tree: VersionControl_SVN ] [ index: VersionControl_SVN ] [ all elements ]

File: SVN.php

Source Location: /VersionControl_SVN-0.3.2/SVN.php

Classes:

VersionControl_SVN
Simple OO interface for Subversion

Page Details:

+----------------------------------------------------------------------+

| PHP version 5 | +----------------------------------------------------------------------+ | Copyright (c) 2004-2007, Clay Loveless | | All rights reserved. | +----------------------------------------------------------------------+ | This LICENSE is in the BSD license style. | | http://www.opensource.org/licenses/bsd-license.php | | | | Redistribution and use in source and binary forms, with or without | | modification, are permitted provided that the following conditions | | are met: | | | | * Redistributions of source code must retain the above copyright | | notice, this list of conditions and the following disclaimer. | | | | * Redistributions in binary form must reproduce the above | | copyright notice, this list of conditions and the following | | disclaimer in the documentation and/or other materials provided | | with the distribution. | | | | * Neither the name of Clay Loveless nor the names of contributors | | may be used to endorse or promote products derived from this | | software without specific prior written permission. | | | | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | | POSSIBILITY OF SUCH DAMAGE. | +----------------------------------------------------------------------+

Includes:

require_once('PEAR/ErrorStack.php') [line 55]

VERSIONCONTROL_SVN_ERROR [line 58]

VERSIONCONTROL_SVN_ERROR = -1

[ Top ]



VERSIONCONTROL_SVN_ERROR_EXEC [line 67]

VERSIONCONTROL_SVN_ERROR_EXEC = -10

[ Top ]



VERSIONCONTROL_SVN_ERROR_MIN_ARGS [line 66]

VERSIONCONTROL_SVN_ERROR_MIN_ARGS = -9

[ Top ]



VERSIONCONTROL_SVN_ERROR_NOT_IMPLEMENTED [line 62]

VERSIONCONTROL_SVN_ERROR_NOT_IMPLEMENTED = -5

[ Top ]



VERSIONCONTROL_SVN_ERROR_NO_REVISION [line 60]

VERSIONCONTROL_SVN_ERROR_NO_REVISION = -3

[ Top ]



VERSIONCONTROL_SVN_ERROR_NO_SWITCHES [line 63]

VERSIONCONTROL_SVN_ERROR_NO_SWITCHES = -6

[ Top ]



VERSIONCONTROL_SVN_ERROR_NO_VERSION [line 59]

VERSIONCONTROL_SVN_ERROR_NO_VERSION = -2

[ Top ]



VERSIONCONTROL_SVN_ERROR_REQUIRED_SWITCH_MISSING [line 65]

VERSIONCONTROL_SVN_ERROR_REQUIRED_SWITCH_MISSING = -8

[ Top ]



VERSIONCONTROL_SVN_ERROR_UNDEFINED [line 64]

VERSIONCONTROL_SVN_ERROR_UNDEFINED = -7

[ Top ]



VERSIONCONTROL_SVN_ERROR_UNKNOWN_CMD [line 61]

VERSIONCONTROL_SVN_ERROR_UNKNOWN_CMD = -4

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_ALL [line 112]

VERSIONCONTROL_SVN_FETCHMODE_ALL = 5
Responses returned as raw output, but all available output parsing methods are performed and stored in the output property.

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_ARRAY [line 117]

VERSIONCONTROL_SVN_FETCHMODE_ARRAY = 6
Responses returned as numbered array

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_ASSOC [line 91]

VERSIONCONTROL_SVN_FETCHMODE_ASSOC = 1
Responses returned in associative array format

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_DEFAULT [line 86]

VERSIONCONTROL_SVN_FETCHMODE_DEFAULT = 0
This is a special constant that tells VersionControl_SVN the user hasn't specified any particular get mode, so the default should be used.

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_OBJECT [line 96]

VERSIONCONTROL_SVN_FETCHMODE_OBJECT = 2
Responses returned as object properties

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_RAW [line 106]

VERSIONCONTROL_SVN_FETCHMODE_RAW = 4
Responses returned as string - unmodified from command-line output

[ Top ]



VERSIONCONTROL_SVN_FETCHMODE_XML [line 101]

VERSIONCONTROL_SVN_FETCHMODE_XML = 3
Responses returned as raw XML (as passed-thru from svn --xml command responses)

[ Top ]



VERSIONCONTROL_SVN_NOTICE [line 68]

VERSIONCONTROL_SVN_NOTICE = -999

[ Top ]



VERSIONCONTROL_SVN_NOTICE_INVALID_OPTION [line 70]

VERSIONCONTROL_SVN_NOTICE_INVALID_OPTION = -902

[ Top ]



VERSIONCONTROL_SVN_NOTICE_INVALID_SWITCH [line 69]

VERSIONCONTROL_SVN_NOTICE_INVALID_SWITCH = -901

[ Top ]



Documentation generated on Sun, 09 Aug 2009 21:30:11 +0000 by phpDocumentor 1.4.2. PEAR Logo Copyright © PHP Group 2004.