[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Add dump_fs2 and load_fs2 to perl bindings

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: 2006-09-28 06:29:00 CEST

[[[
Add the updated dump_fs2 and load_fs2 functions to the SVN::Repos perl module
along with some documentation for these functions.

* subversion/bindings/swig/perl/native/Repos.pm:
  (@methods): Added 'dump_fs2' and 'load_fs2' to be exported as
  SVN::Repos::dump_fs2 and SVN::Repos::load_fs2.
  (POD Documentation): Added entries documenting dump_fs2 and load_fs2.
]]]

I wanted to create a deltified dump of a repository in my perl script
and found that 'dump_fs2' was not immediately available. It turns out
all I had to do was put its entry into the list of methods to export
to perl and it worked! So while I was at it, I did 'load_fs2' also.

I had to dig a little bit to figure out what to use in the
'uuid_action' parameter for 'load_fs2', so I decided to save the next
guy some work and added some POD documentation for these two
functions. It is my first foray into the POD format, so someone might
want to look over it real fast :-).

Troy S. Curtis, Jr.

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Sep 28 06:29:19 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.