Git::SVN::Editor man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

Git::SVN::Editor(3)   User Contributed Perl Documentation  Git::SVN::Editor(3)

NAME
       Git::SVN::Editor - commit driver for "git svn set-tree" and dcommit

SYNOPSIS
	       use Git::SVN::Editor;
	       use Git::SVN::Ra;

	       my $ra = Git::SVN::Ra->new($url);
	       my %opts = (
		       r => 19,
		       log => "log message",
		       ra => $ra,
		       config => SVN::Core::config_get_config($svn_config_dir),
		       tree_a => "$commit^",
		       tree_b => "$commit",
		       editor_cb => sub { print "Committed r$_[0]\n"; },
		       mergeinfo => "/branches/foo:1-10",
		       svn_path => "trunk"
	       );
	       Git::SVN::Editor->new(\%opts)->apply_diff or print "No changes\n";

	       my $re = Git::SVN::Editor::glob2pat("trunk/*");
	       if ($branchname =~ /$re/) {
		       print "matched!\n";
	       }

DESCRIPTION
       This module is an implementation detail of the "git svn" command.  Do
       not use it unless you are developing git-svn.

       This module adapts the "SVN::Delta::Editor" object returned by
       "SVN::Delta::get_commit_editor" and drives it to convey the difference
       between two git tree objects to a remote Subversion repository.

       The interface will change as git-svn evolves.

DEPENDENCIES
       Subversion perl bindings, the core Carp and IO::File modules, and git's
       Git helper module.

       "Git::SVN::Editor" has not been tested using callers other than git-svn
       itself.

SEE ALSO
       SVN::Delta, Git::SVN::Fetcher.

INCOMPATIBILITIES
       None reported.

BUGS
       None.

perl v5.18.2			  2014-05-28		   Git::SVN::Editor(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net