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

Re: getting properties via perl bindings

From: Johannes Holzer <hl-svn_at_arcor.de>
Date: 2006-02-16 08:41:41 CET

Am Mittwoch, 15. Februar 2006 22:47 schrieb Eric Gillespie:
> use SVN::Ra;
> my $ra = new SVN::Ra (url=>'http://svn.collab.net/repos/svn');
> my (undef, $properties) = get_file $ra ('trunk/dist.sh', -1, undef);
> printf("%30s: %s\n", $_, $properties->{$_}) for sort(keys(%$properties));

Could could give me an example how to commit several files in one connection
via Perl? Or any Perl example which uses the working copy /and/ the
Repository?

Thanks in advance,

johannes

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 16 08:51:32 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.