Re: svn switch with externals leaves working copy in an inconsistent state

2013-04-29 Thread Philip Martin
Robert Wruck wr...@tweerlei.de writes: I just came across this issue. Assume we have two branches: branches/A where a particular subdir exists branches/B where this subdir was replaced by an svn:externals entry Is this a known issue? http://subversion.tigris.org/issues/show_bug.cgi?id=4360

Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Philip Martin
markp...@apache.org writes: Author: markphip Date: Fri Apr 26 19:48:34 2013 New Revision: 1476359 URL: http://svn.apache.org/r1476359 Log: JavaHL: fix a thread safety bug that has been observed in Subclipse. The Java SimpleDateFormat class is not thread safe. Solved by synchronizing the

Re: svn commit: r1475772 - in /subversion/trunk: subversion/include/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/svnserve/ subversion/tests/libsvn_subr/ tools/

2013-04-29 Thread Philip Martin
br...@apache.org writes: Author: brane Date: Thu Apr 25 13:48:46 2013 New Revision: 1475772 URL: http://svn.apache.org/r1475772 Log: Fix issue #4361 (user/group names in authz files are case-insensitive). * subversion/include/svn_config.h (svn_config_create2): New, revised from

RE: svn commit: r1475772 - in /subversion/trunk:

2013-04-29 Thread Bert Huijben
subversion/include/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/svnserve/ subversion/tests/libsvn_subr/ tools/server-side/mod_dontdothat/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable +1 on that

Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Philip Martin
Mark Phippard markp...@gmail.com writes: On Mon, Apr 29, 2013 at 7:47 AM, Philip Martin philip.mar...@wandisco.com wrote: markp...@apache.org writes: Author: markphip Date: Fri Apr 26 19:48:34 2013 New Revision: 1476359 URL: http://svn.apache.org/r1476359 Log: JavaHL: fix a thread

Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Mark Phippard
On Mon, Apr 29, 2013 at 10:44 AM, Philip Martin philip.mar...@wandisco.com wrote: This would essentially require creating a new object each time the method is needed and that would be a lot. My understanding is that using synchronize is cheaper in this case. The org.apache bindings only use

Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Philip Martin
Mark Phippard markp...@gmail.com writes: I think Synchronized is a better solution, but will not object if you want to make the change. I'm a novice as far as Java is concerned, I don't know which style is preferred. -- Certified Supported Apache Subversion Downloads:

Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Mark Phippard
On Mon, Apr 29, 2013 at 11:39 AM, Philip Martin philip.mar...@wandisco.com wrote: Mark Phippard markp...@gmail.com writes: I think Synchronized is a better solution, but will not object if you want to make the change. I'm a novice as far as Java is concerned, I don't know which style is

RE: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org: apache/subversion/javahl/types/LogDate.java tigris/subversion/javahl/LogDate.java

2013-04-29 Thread Bert Huijben
-Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: maandag 29 april 2013 17:59 To: Philip Martin Cc: Subversion Development Subject: Re: svn commit: r1476359 - in /subversion/trunk/subversion/bindings/javahl/src/org:

Re: Diff Project --invoke-diff-cmd part

2013-04-29 Thread Gabriela Gibson
Take two. Thanks for looking! Gabriela [[[ Add new diff option --invoke-diff-cmd which allows the user to define a custom command line or config file entry for an external diff program. * subversion/include/svn_client.h (svn_client_diff6): Deprecate. Add new Doxygen comment.

Re: Diff Project --invoke-diff-cmd part

2013-04-29 Thread Gabriela Gibson
Sorry I forgot to explain the changed syntax. Here is the help section: --invoke-diff-cmd ARG: use ARG as format string for external diff command invocation. Substitutions: %f1 %f2 files to compare %l1 %l2 user defined labels Examples: --invoke-diff-cmd=diff -y %f1 %f2

Re: Diff Project --invoke-diff-cmd part

2013-04-29 Thread Daniel Shahaf
Gabriela Gibson wrote on Mon, Apr 29, 2013 at 21:31:09 +0100: Take two. Thanks for looking! Gabriela [[[ Add new diff option --invoke-diff-cmd which allows the user to define a custom command line or config file entry for an external diff program. * subversion/include/svn_client.h

Are we ready for a 1.8.0 release candidate

2013-04-29 Thread Ben Reser
There is only one issue open against 1.8.0: http://subversion.tigris.org/issues/show_bug.cgi?id=4358 Based on what I understand I believe that issue can be moved to some future target since the conclusion seems to be it's not a blocker. There are some changes in STATUS that we should finish

Re: Are we ready for a 1.8.0 release candidate

2013-04-29 Thread Mark Phippard
On Apr 29, 2013, at 6:42 PM, Ben Reser b...@reser.org wrote: There is only one issue open against 1.8.0: http://subversion.tigris.org/issues/show_bug.cgi?id=4358 Based on what I understand I believe that issue can be moved to some future target since the conclusion seems to be it's not a

Re: Are we ready for a 1.8.0 release candidate

2013-04-29 Thread Julian Foad
Mark Phippard wrote: On Apr 29, 2013, at 6:42 PM, Ben Reser b...@reser.org wrote: There is only one issue open against 1.8.0: http://subversion.tigris.org/issues/show_bug.cgi?id=4358 That's Svn WC 1.8 upgrade from 1.7 - wrong schema. Based on what I understand I believe that issue can be