Re: [Be|Na]gging for review

2010-12-28 Thread Blair Zajac
On 12/28/2010 6:28 PM, Stefan Fuhrmann wrote: On 29.12.2010 01:33, Stefan Fuhrmann wrote: Hi devs, I would really like the core improvement of my work on SVN performance to become part of 1.7: the in-process fulltext cache. While the risk is low (we already offer something similar based on mem

[PATCH] Make error messages visible to translator

2010-12-28 Thread vijay
Hi, Attaching the patch that prefixes an underscore with the error messages to make it visible to translators. I could see the error messages in mod_dav_svn are not prefixed by an underscore, may be the subsequent layers will handle the errors and translate it? Thanks & Regards, Vijayaguru

Re: [PATCH] support printing changed properties in svnlook

2010-12-28 Thread Daniel Shahaf
[ The second hunk below has a discussion regarding the representation in the API of 'svn ps k v iota; svn ci iota; svn cp iota iota2; svn ps k2 v2 iota2; svn ci iota2', which I'd be happy to have further input on. ] Erik Johansson wrote on Wed, Dec 22, 2010 at 23:08:30 +0100: > On Fri, Dec 10, 201

Re: [PATCH] support printing changed properties in svnlook

2010-12-28 Thread Daniel Shahaf
Erik Johansson wrote on Wed, Dec 22, 2010 at 23:00:43 +0100: > On Fri, Dec 10, 2010 at 14:29, Daniel Shahaf wrote: > >> >> +  /** How this property entered the node tree: 'A'dd, 'D'elete, > >> >> 'R'eplace */ > >> >> +  char action; > >> > > >> > This is copied from svn_repos_node_t->action.  The

Re: [PATCH] Correct documentation for svn_repos_node_editor and friends

2010-12-28 Thread Daniel Shahaf
Erik Johansson wrote on Wed, Dec 22, 2010 at 22:00:22 +0100: > On Sat, Dec 18, 2010 at 20:43, Daniel Shahaf wrote: > > Erik Johansson wrote on Tue, Dec 14, 2010 at 19:19:17 +0100: > >> [[[ > >> r846201 added svn_repos_replay as a "replacement not so much for > >> svn_repos_dir_delta, but for at le

Re: [Be|Na]gging for review

2010-12-28 Thread Stefan Fuhrmann
On 29.12.2010 01:33, Stefan Fuhrmann wrote: Hi devs, I would really like the core improvement of my work on SVN performance to become part of 1.7: the in-process fulltext cache. While the risk is low (we already offer something similar based on memcached), the caching code is so fundamental to

Re: How is mixed authentication/anonymous access implemented

2010-12-28 Thread Daniel Shahaf
I think you're looking for this: http://blogs.open.collab.net/svn/2007/03/authz_and_anon_.html Also, I didn't quite understand your post, but unless it's about the development of Subversion (i.e., implementing a new feature or asking about internal implementation details), please follow up on the

Re: svn commit: r1053461 - /subversion/site/publish/doap.rdf

2010-12-28 Thread Mark Phippard
On Tue, Dec 28, 2010 at 8:13 PM, Hyrum K Wright wrote: >>> +    >> rdf:resource="http://projects.apache.org/category/build-management"; /> >> >> They do not have version control or SCM as a category to use?  I do >> not think of Build Management as category for Subversion. > > From http://projects

Re: svn commit: r1053461 - /subversion/site/publish/doap.rdf

2010-12-28 Thread Hyrum K Wright
On Tue, Dec 28, 2010 at 5:36 PM, Mark Phippard wrote: > On Tue, Dec 28, 2010 at 5:00 PM,   wrote: >> Author: hwright >> Date: Tue Dec 28 22:00:37 2010 >> New Revision: 1053461 >> >> URL: http://svn.apache.org/viewvc?rev=1053461&view=rev >> Log: >> First hack at a DOAP file for Subversion, as reque

Re: FSFS format 6 (was: Re: FSv2)

2010-12-28 Thread Johan Corveleyn
On Sun, Dec 12, 2010 at 4:23 PM, Stefan Fuhrmann wrote: > On 19.10.2010 15:10, Daniel Shahaf wrote: >> >> Greg Stein wrote on Tue, Oct 19, 2010 at 04:31:42 -0400: >>> >>> Personally, I see [FSv2] as a broad swath of API changes to align our >>> needs with the underlying storage. Trowbridge noted t

[Be|Na]gging for review

2010-12-28 Thread Stefan Fuhrmann
Hi devs, I would really like the core improvement of my work on SVN performance to become part of 1.7: the in-process fulltext cache. While the risk is low (we already offer something similar based on memcached), the caching code is so fundamental to most other pending changes, that I want to he

Re: svn commit: r1053461 - /subversion/site/publish/doap.rdf

2010-12-28 Thread Mark Phippard
On Tue, Dec 28, 2010 at 5:00 PM, wrote: > Author: hwright > Date: Tue Dec 28 22:00:37 2010 > New Revision: 1053461 > > URL: http://svn.apache.org/viewvc?rev=1053461&view=rev > Log: > First hack at a DOAP file for Subversion, as requested by the Powers That Be > at the ASF.  (But I think it's a Go

Re: Any idea why public function like "svn_fspath__dirname" have double "__" in its name?

2010-12-28 Thread Peter Samuelson
[C. Michael Pilato] > > svn_fspath__is_canonical > > svn_fspath__dirname > > svn_fspath__basename > > svn_fspath__split > > svn_fspath__join > > svn_fspath__is_child > > svn_fspath__skip_ancestor > > svn_fspath__is_ancestor > > svn_fspath__get_longest_ancestor > > svn_error__locate > > > > svn_er

Re: [RFC] diff-optimizations-bytes branch: avoiding function call overhead (?)

2010-12-28 Thread Johan Corveleyn
On Fri, Dec 24, 2010 at 3:40 PM, Stefan Fuhrmann wrote: > On 20.12.2010 02:43, Johan Corveleyn wrote: >> >> On Wed, Dec 15, 2010 at 10:58 AM, Stefan Fuhrmann  wrote: >>> >>> On 15.12.2010 02:30, Stefan Fuhrmann wrote: On 14.12.2010 23:35, Johan Corveleyn wrote: > Thoughts?

Re: Any idea why public function like "svn_fspath__dirname" have double "__" in its name?

2010-12-28 Thread C. Michael Pilato
On 12/28/2010 04:30 AM, Kamesh Jayachandran wrote: > Hi All, > > I could see the following functions in our public header with '__' in their > names, > > svn_fspath__is_canonical > svn_fspath__dirname > svn_fspath__basename > svn_fspath__split > svn_fspath__join > svn_fspath__is_child > svn_fspat

Re: [PATCH] fixes some path related deprecation warnings

2010-12-28 Thread Kamesh Jayachandran
Prabhu --- subversion/libsvn_repos/commit.c(revision 1053267) +++ subversion/libsvn_repos/commit.c(working copy) @@ -231,7 +231,7 @@ svn_node_kind_t kind; svn_revnum_t cr_rev; svn_repos_authz_access_t required = svn_authz_write; - const char *full_path = svn_path_join(eb->base_p

Re: Merge tracking between several parallel branches

2010-12-28 Thread Stefan Sperling
On Tue, Dec 28, 2010 at 01:08:47PM +0100, Fredrik Orderud wrote: > This question has already been posted on the "users" list, but I did > not receive any answer there. Hi Fredrik, The dev@ list is not an escalation path for unanswered questions from us...@. I'd suggest that you try posting to us

Re: Safe to add a field to svn_error_t?

2010-12-28 Thread Stefan Fuhrmann
On 24.12.2010 19:32, Blair Zajac wrote: On 12/24/10 6:07 AM, Hyrum K Wright wrote: On Fri, Dec 24, 2010 at 12:10 AM, Blair Zajac wrote: The addition of "tracing" to svn_error_t in 1.7 currently uses a special message string "traced call". Instead of doing this, can we safely add an svn_bool

How is mixed authentication/anonymous access implemented

2010-12-28 Thread Avalon
Hi, SVN features a mixed authentication/anonymous access (see http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir.ex-3). I want to achieve the same functionality using a PHP script: allow anonymous access until accessing some special content an

Re: Default commandline args

2010-12-28 Thread Stefan Fuhrmann
On 20.12.2010 23:28, Hyrum K. Wright wrote: In issue #3765, I suggest the possibility of a CVS-style config file wherein a user could specify a set of default arguments for a given subcommand. For example, 'svn diff' would default to 'svn diff -x -p' if the config file had an entry for such. Th

Merge tracking between several parallel branches

2010-12-28 Thread Fredrik Orderud
This question has already been posted on the "users" list, but I did not receive any answer there. I have some questions regarding the status of the merge tracking functionality in subversion 1.6.  Based on my understanding, it seems like svn has good “automatic” support for merging between branch

Any idea why public function like "svn_fspath__dirname" have double "__" in its name?

2010-12-28 Thread Kamesh Jayachandran
Hi All, I could see the following functions in our public header with '__' in their names, svn_fspath__is_canonical svn_fspath__dirname svn_fspath__basename svn_fspath__split svn_fspath__join svn_fspath__is_child svn_fspath__skip_ancestor svn_fspath__is_ancestor svn_fspath__get_longest_ancesto