svn_cat Returns the contents of a file in a repository &reftitle.description; stringsvn_cat stringrepos_url intrevision_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_list SVN documentation on svn cat