svn_catReturns the contents of a file in a repository
&reftitle.description;
stringsvn_catstringrepos_urlintrevision_no
Returns the contents of the URL repos_url to
a file in the repository, optionally at revision number
revision_no.
&reftitle.parameters;
repos_url
String URL path to item in a repository.
revision_no
Integer revision number of item to retrieve, default is the HEAD
revision.
&reftitle.returnvalues;
Returns the string contents of the item from the repository on
success, and &false; on failure.
&reftitle.notes;
&warn.experimental.func;
&reftitle.examples;
Basic example
This example retrieves the contents of a file at revision 28:
]]>
&reftitle.seealso;
svn_listSVN documentation on svn cat