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

Re: svn log improvement proposals

From: Eirik Bjørsnøs <eirbjo_at_gmail.com>
Date: Sun, 7 Sep 2008 15:02:01 +0200

>> D) DAV protocol: Can't specify "return no revprops at all"

> Huh, at first I was surprised, but then I reread the code, and
> you're right! That's just an oversight on my part; svndav is so
> much more complicated. As we have <all-revprops/>, we can add
> <no-revprops/>. Care to submit a patch? Don't forget to edit
> mod_dav_svn, ra_neon, and ra_serf.

Eric,

I'm attaching a patch (against trunk) that adds "<no-revprops/>" to
mod_dav_svn, ra_neon and ra_serf.

Additionally, the patch adds a --with-no-revprops to the svn log CLI.

I've tested it with both neon, serf and my own Java client library and
it seems to work fine.

I must admit I haven't been coding much C since university so you
might want to review this patch with that in mind. That being said,
this was a pretty easy to implement given that we already have
"all-revprops", so it shouldn't be very risky patch :-)

Let me know what you think,
Eirik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-09-07 15:02:27 CEST

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.