svn commit: r1331881 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2012-04-29 Thread stefan2
Author: stefan2 Date: Sun Apr 29 09:04:54 2012 New Revision: 1331881 URL: http://svn.apache.org/viewvc?rev=1331881view=rev Log: No functional change. * subversion/libsvn_ra_svn/marshal.c (write_number): explain why the buffer size check is o.k. Suggested by: danielsh Modified:

svn commit: r1331883 - /subversion/trunk/subversion/svnadmin/main.c

2012-04-29 Thread stefan2
Author: stefan2 Date: Sun Apr 29 09:12:48 2012 New Revision: 1331883 URL: http://svn.apache.org/viewvc?rev=1331883view=rev Log: SvnAdmin should always have revprop caching enabled such that the infrastructure is being set up to notify *other* processes of changes done by e.g. setrevprop. Even if

Re: svn commit: r1331883 - /subversion/trunk/subversion/svnadmin/main.c

2012-04-29 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Apr 29, 2012 at 09:12:49 -: Author: stefan2 Date: Sun Apr 29 09:12:48 2012 New Revision: 1331883 URL: http://svn.apache.org/viewvc?rev=1331883view=rev Log: SvnAdmin should always have revprop caching enabled such that the infrastructure is being set up

svn commit: r1331902 - /subversion/trunk/subversion/libsvn_repos/repos.c

2012-04-29 Thread danielsh
Author: danielsh Date: Sun Apr 29 12:18:29 2012 New Revision: 1331902 URL: http://svn.apache.org/viewvc?rev=1331902view=rev Log: * subversion/libsvn_repos/repos.c (create_repos_structure.readme_header): Mention 'svnlook' too. Modified: subversion/trunk/subversion/libsvn_repos/repos.c

svn commit: r1331905 - /subversion/trunk/subversion/po/de.po

2012-04-29 Thread astieger
Author: astieger Date: Sun Apr 29 12:27:33 2012 New Revision: 1331905 URL: http://svn.apache.org/viewvc?rev=1331905view=rev Log: * subversion/po/de.po Add 42 translations, use TSVN term for Peg revision Modified: subversion/trunk/subversion/po/de.po Modified:

svn commit: r1332014 - /subversion/trunk/subversion/libsvn_fs/editor.c

2012-04-29 Thread gstein
Author: gstein Date: Sun Apr 29 22:54:19 2012 New Revision: 1332014 URL: http://svn.apache.org/viewvc?rev=1332014view=rev Log: Implement more of the FS commit editor. This is basically all the needed functionality except for out-of-date checks (revision checks) * subversion/libsvn_fs/editor.c:

svn commit: r1332051 - /subversion/trunk/subversion/libsvn_delta/editor.c

2012-04-29 Thread gstein
Author: gstein Date: Mon Apr 30 03:21:36 2012 New Revision: 1332051 URL: http://svn.apache.org/viewvc?rev=1332051view=rev Log: Revert r1332050. In a working copy with uncommitted content, a copy/move of that content is still allowed. Receivers may need to validate that a revision was specified,

svn commit: r1332053 - /subversion/trunk/subversion/libsvn_fs/editor.c

2012-04-29 Thread gstein
Author: gstein Date: Mon Apr 30 03:53:24 2012 New Revision: 1332053 URL: http://svn.apache.org/viewvc?rev=1332053view=rev Log: Add out-of-date checks to the FS commit editor. * subversion/libsvn_fs/editor.c: (can_modify): core functionality for checking for out-of-date. the logic was