1SVN::Simple::Editor(3)User Contributed Perl DocumentationSVN::Simple::Editor(3)
2
3
4
6 SVN::Simple::Editor - A simple interface for writing a delta editor
7
9 my $editor = SVN::Simple::Editor->new
10 ( );
11
12 package MyEditor;
13
14 package main;
15
16 SVN::Repos::dir_delta($base_root, '', undef, $root, '',
17 SVN::Simple::Editor->new(_editor => 'MyEditor'),
18 1,1,0,1);
19
21 not currently implement.ed
22
24 Chia-liang Kao <clkao@clkao.org>
25
27 Copyright 2003 by Chia-liang Kao <clkao@clkao.org>.
28
29 This program is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
32 See <http://www.perl.com/perl/misc/Artistic.html>
33
34
35
36perl v5.28.0 2008-05-07 SVN::Simple::Editor(3)