You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Cheng-Lung Sung <cl...@tw.freebsd.org> on 2008/03/17 01:57:55 UTC

Patch for add some missing api back to Repos.pm

Hi,

    While I'm using svk with svn-1.5, there seems some api were deleted in 
http://svn.collab.net/viewvc/svn/branches/1.5.x/subversion/bindings/swig/perl/native/Repos.pm?r1=21755&r2=27506

    but svk need (at least) 'get_commit_editor get_commit_editor2 fs_commit_txn'
    functions

====== cut of patch ======

--- subversion/bindings/swig/perl/native/Repos.pm (revision 29756)
+++ subversion/bindings/swig/perl/native/Repos.pm (working copy)
@@ -260,6 +260,7 @@
push @methods,
qw( version open create delete hotcopy recover3 recover2
	recover db_logfiles path db_env conf_dir svnserve_conf
+	 get_commit_editor get_commit_editor2 fs_commit_txn
	lock_dir db_lockfile db_logs_lockfile hook_dir
	pre_revprop_change_hook pre_lock_hook pre_unlock_hook
	begin_report2 begin_report link_path3 link_path2 link_path 

-- 
Alan Cheng-Lung Sung - clsung@