SVN::Simple::Edit

SVN::Simple::Edit is a Perl interface for driving svn delta editors.
Download

SVN::Simple::Edit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chia-liang Kao
  • Publisher web site:
  • http://search.cpan.org/~clkao/

SVN::Simple::Edit Tags


SVN::Simple::Edit Description

SVN::Simple::Edit is a Perl interface for driving svn delta editors. SVN::Simple::Edit is a Perl interface for driving svn delta editors.SYNOPSISmy $edit = SVN::Simple::Edit->new (_editor => , ); $edit->open_root($fs->youngest_rev); $edit->add_directory ('trunk'); $edit->add_file ('trunk/filea'); $edit->modify_file ("trunk/fileb", "content", $checksum); $edit->delete_entry ("trunk/filec"); $edit->close_edit (); ... $edit->copy_directory ('branches/a, trunk, 0);SVN::Simple::Edit wraps the subversion delta editor with a perl friendly interface and then you could easily drive it for describing changes to a tree. A common usage is to wrap the commit editor, so you could make commits to a subversion repository easily.This also means you can not supply the $edit object as an delta_editor to other API, and that's why this module is named ::Edit instead of ::Editor. Requirements: · Perl


SVN::Simple::Edit Related Software