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

Re: properties or config file to setup special folder permission on deployment?

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-09-18 12:29:11 CEST

On 9/18/07, Sylvain Viart <sylvain.viart@easyrencontre.com> wrote:
> Erik Huelsmann a écrit :
> On 9/18/07, Sylvain Viart <sylvain.viart@easyrencontre.com>
> wrote:

> Seems all my initial post?

May be something about the svn API using the
> wc?
I've not found yet good example using perl bindings.

> Yes, sorry about that. There are some performance issues with large
working
> copies, especially with respect to properties. These are
expected to be
> addressed though in one of the next major version
updates (hopefully 1.6).

> Ok, but it doesn't help me right now. I'm using svn client version 1.4.2
> (r22196).
>
> In 1.5, there will be xml output for 'svn pl -R .' (ie 'svn pl -R
--xml .'
> will be supported) which should make it easy to read all
properties on all
> paths at once.

> Can I program it my self for now, using svn API?

Sure, but at home (I'm at work atm), I have a python script which
parses the output from 'svn pl -R .', which I'll be updating to use
the --xml option as soon as it comes available. I can send you the
script, if you want.

> Where should I start for example using svn API for exploring wc?

You can start by reading the header file describing the C interface.
The perl bindings are a near 1-to-1 mapping of those interfaces. See:
http://svn.collab.net/repos/svn/trunk/subversion/include/svn_wc.h

HTH,

Erik.
PS: Please keep conversation on the list.
Received on Tue Sep 18 12:29:33 2007

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

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