Update of /cvsroot/sandweb/sandweb/doc/API/Repository
In directory usw-pr-cvs1:/tmp/cvs-serv7519/Repository
Added Files:
cvs.txt
Log Message:
added/updated some API docs
--- NEW FILE ---
SandWeb::Repository::cvs
--------------------------------------------------------------------------------
METHOD
new
SYNOPSIS
my $CVS = SandWeb::Repository::cvs->new(
root => ":ext:me...@he...:/cvs",
sandbox => "/home/me",
vcs_username => "user",
vcs_password => "pass",
system_username => "username",
system_password => "password",
);
DESCRIPTION
[...1679 lines suppressed...]
DESCRIPTION
Returns the current system password for an instantiated CVS object.
PARAMETERS
None
RETURN CODE
A string containing the current system password for an instantiated CVS
object is returned.
0 = This means that the method got an error proccessing your request.
Perhaps an invalid parameter?
-1 = This return value means that there was not sufficient permision to
read the files specified, or they did not exist.
|