[PATCH] speed up svn_repos_authz_check_access

2013-08-06 Thread Roderich Schupp
Hi, this patch attempts to speed up svn_repos_authz_check_access, esp. when it is called repeatedly during the same HTTP request (or on the same connection). Subversion issues many HTTP requests that result only in a single call to svn_repos_authz_check_access (i.e. just for the path given in the

Re: Merge bug causes changesets to be applied although this should not be the case

2013-08-06 Thread Fredrik Orderud
On Tue, Aug 6, 2013 at 3:19 PM, Johan Corveleyn wrote: > FYI, another user complained about this on the users list (Fredrik > Orderud, CC'd) [1]. He has filed issue #4405 [2]. Perhaps some of the > interested parties here can take a closer look? Or maybe Fredrik or > anyone can start / continue d

man pages for Subversion

2013-08-06 Thread James K. Lowden
http://www.schemamania.org/svn/man1/ e.g. http://www.schemamania.org/svn/man1/svn-propset.pdf I offer the above mdoc man pages to the Subversion project as a token of my appreciation, and in the hope they'll be included in future versions. I find using any command-line tool more convenient when

Re: svn commit: r1509917 [1/2] - in /subversion/branches/fsfs-improvements: ./ build/generator/ subversion/ subversion/include/ subversion/include/private/ subversion/libsvn_fs/ subversion/libsvn_fs_b

2013-08-06 Thread Stefan Fuhrmann
On Tue, Aug 6, 2013 at 5:44 PM, Philip Martin wrote: > stef...@apache.org writes: > > > Author: stefan2 > > Date: Sat Aug 3 00:08:31 2013 > > New Revision: 1509917 > > > > URL: http://svn.apache.org/r1509917 > > Log: > > On the fsfs-improvements branch: sync with /trunk. > > Resolve a trivial con

Re: svn commit: r1511119 - /subversion/branches/1.8.x/STATUS

2013-08-06 Thread Greg Stein
+1 (phone, cannot enter now...) On Aug 6, 2013 1:38 PM, wrote: > Author: lgo > Date: Tue Aug 6 20:37:49 2013 > New Revision: 159 > > URL: http://svn.apache.org/r159 > Log: > On the 1.8.x branch: > > * STATUS: Propose r1511057 (issue #4044) for backport. > > Modified: > subversion/br

Re: [PATCH] add support for svnrdump to svn-backup-dumps.py

2013-08-06 Thread Ben Reser
On Sat, Aug 3, 2013 at 5:36 PM, Masaru Tsuchiyama wrote: > Hello > > I attach a patch to add support for svnrdump to svn-backup-dumps.py. > > [[[ > add support for svnrdump to svn-backup-dumps.py > > * tools/server-side/svn-backup-dumps.py > () : fix comment > () : update to ver 0.7 > () : i

Re: svn commit: r1509917 [1/2] - in /subversion/branches/fsfs-improvements: ./ build/generator/ subversion/ subversion/include/ subversion/include/private/ subversion/libsvn_fs/ subversion/libsvn_fs_b

2013-08-06 Thread Philip Martin
stef...@apache.org writes: > Author: stefan2 > Date: Sat Aug 3 00:08:31 2013 > New Revision: 1509917 > > URL: http://svn.apache.org/r1509917 > Log: > On the fsfs-improvements branch: sync with /trunk. > Resolve a trivial conflict in svn_error_codes.h This brings fsx into the fsfs-improvements br

Re: [PATCH] add support for svnrdump to svn-backup-dumps.py

2013-08-06 Thread Masaru Tsuchiyama
Hi. Does anybody comment my patch? (2013/08/04 9:36), Masaru Tsuchiyama wrote: > Hello > > I attach a patch to add support for svnrdump to svn-backup-dumps.py. > > [[[ > add support for svnrdump to svn-backup-dumps.py > > * tools/server-side/svn-backup-dumps.py >() : fix comment >() :

Re: [PATCH] fix exception running gen-make.py

2013-08-06 Thread Masaru Tsuchiyama
Hi. Does anybody comment my patch? (2013/08/01 0:11), masaru tsuchiyama wrote: Hi I attach a patch to fix exception when running gen-make.py by the attached bat file which contains line ending after last ^. ( I rename the bat file to txt for security reason) [[[ Fix exception when the argumen

Re: [PATCH] fix exception of gen-make.py using --with-libintl [Re: svn commit: r1504501 - in /subversion/trunk: build.conf build/generator/gen_win.py build/generator/gen_win_dependencies.py gen-make.p

2013-08-06 Thread Masaru Tsuchiyama
Hi. Does anybody comment my patch? (2013/07/31 21:53), Masaru Tsuchiyama wrote: Hi. Running gen-make.py with --with-libintl option raises AttributeError exception when using svn-win32-libintl.zip at http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=2627&expandFolde r=2627&fol

Re: [PATCH] create LC_MESSAGES directories and copy subversion.mo to the directories at compile time

2013-08-06 Thread Masaru Tsuchiyama
Hi. Does anybody comment my patch? (2013/07/31 22:29), Masaru Tsuchiyama wrote: Hi I attach a patch to create LC_MESSAGES directories and copy subversion.mo files to the directories and do some extra works. [[[ * build/generator/gen_win.py (POFile.__init__) : set class member 'lang' to '

[PATCH] fix compiler error on VS2008 "CVTRES : fatal error CVT1103: cannot read file"

2013-08-06 Thread Masaru Tsuchiyama
Hi I attach a patch to fix the following compiler error on VS2008 "CVTRES : fatal error CVT1103: cannot read file". I got the error on tests projects. The projects use the same IntermediateDirectory settings. The outputs of svn.rc is the same path. So the error occurs when compiling the test pr

Re: Merge bug causes changesets to be applied although this should not be the case

2013-08-06 Thread Johan Corveleyn
On Thu, Apr 11, 2013 at 9:59 PM, Julian Foad wrote: > Hi Christoph. > > Christoph Schulz wrote: >> [...] silently ignoring the deletion of a non-existing file part is not a >> sound decision in my opinion. > >> [...] the problem is that [...] no conflict is _detected_ at all. > > I agree that this