Joshua Varner <jlvarner@gmail.com> (jlvarner)


Patch Suggested
r857468, r857189, r856075, r856068, r856063, r855661, r855530 r856832, r856745, r855359

r855359 | kfogel | 2005-07-07 14:12:29 +0000 (Thu, 07 Jul 2005)

Follow up to r15282: Use an existing error instead of introducing a new one.

Suggested by: Joshua Varner <jlvarner@gmail.com>

* subversion/include/svn_error_codes.h
  (SVN_ERR_NONINTERACTIVE): Removed.

* subversion/clients/cmdline/util.c
  (svn_cl__get_log_message): Use SVN_ERR_CL_INSUFFICIENT_ARGS instead.


r855530 | mthelen | 2005-07-27 17:13:27 +0000 (Wed, 27 Jul 2005)

As a followup to r14858, replace some remaining <a> anchors with <div>
elements.  Also change "#wedged-repos" links to "#bdb-recovery".

Patch by: Joshua Varner <jlvarner@gmail.com>
Review by: maxb
           mthelen
Approved by: kfogel

* www/faq.html
  (bdb-recovery): Remove <a> anchor and add a backward compatibility div for
    "wedged-repos".
  (stuck-bdb-repos): Remove <a> anchor and add a backward compatibility div
    for "permissions".  Also update a "#wedged-repos" link to "#bdb-recovery".
  (bdblogs, bdb-cannot-allocate-memory, db-recover): Change "#wedged-repos"
    links to "#bdb-recovery".


r855661 | kfogel | 2005-08-04 16:31:29 +0000 (Thu, 04 Aug 2005)

* www/hacking.html
  (crediting): Clarify when you can use a username or name/e-mail.
  Make additional minor wording/grammar tweaks.

Patch by: Joshua Varner <jlvarner@gmail.com>
(With a few tweaks by me.)


r856063 | jlvarner | 2005-08-30 13:59:56 +0000 (Tue, 30 Aug 2005)

* README
  (II. Documentation): Update location of svn book

Suggested by: Janne Johansson <jj@it.su.se>


r856068 | jlvarner | 2005-08-30 16:08:59 +0000 (Tue, 30 Aug 2005)

* www/project_links.html
  Articles and review were moved to this page in r15037


r856075 | jlvarner | 2005-08-30 18:44:52 +0000 (Tue, 30 Aug 2005)

* www/project_links.html
  (Sites that Offer Subversion Hosting):
    Add SourceHosting.Net entry

Patch By: Greg Larkin <glarkin@sourcehosting.net>


r856745 | kfogel | 2005-10-12 16:41:38 +0000 (Wed, 12 Oct 2005)

* contrib/README: Reference hacking.html for maintenance details.

Suggested by: jlvarner


r856832 | kon | 2005-10-16 17:43:18 +0000 (Sun, 16 Oct 2005)

Fix issue #2357: Make commit and diff non-recursive if files have been marked.

Suggested by: Joshua Varner <jlvarner@gmail.com>

* contrib/client-side/psvn/psvn.el
  (svn-status-recursive-commit): New variable.
  (svn-status-files-to-commit): Documented.
  (svn-process-sentinel): When clearing svn-status-files-to-commit,
    clear svn-status-recursive-commit as well.

  (svn-status-commit): Is recursive only if there are no marks.
    Set svn-status-recursive-commit accordingly.
  (svn-status-some-files-marked-p): New function.
  (svn-status-default-commit-arguments): Documented how to get a
    non-recursive commit without setting this variable.

  (svn-log-edit-done): Add the --non-recursive option to svn commit,
    if svn-status-recursive-commit is nil.
  (svn-log-edit-show-files-to-commit, svn-log-edit-insert-files-to-commit):
    Tell the user if the commit is going to be recursive.

  (svn-status-show-svn-diff-internal): Incompatible interface change:
    added a new second parameter `recursive'.  The previous version
    behaved as if this parameter had been `t'.
  (svn-status-show-svn-diff): Adapted to the new interface.  Is always
    recursive.
  (svn-status-show-svn-diff-for-marked-files): Adapted to the new
    interface.  Is recursive only if there are no marks.
  (svn-prop-edit-svn-diff): Adapted to the new interface.  Is never
    recursive.
  (svn-log-edit-svn-diff): Adapted to the new interface.  Is recursive
    only if the commit would be.

  (svn-status-show-svn-diff): Wrapped docstring to 80 columns.


r857189 | dlr | 2005-10-31 21:34:06 +0000 (Mon, 31 Oct 2005)

* www/svn_1.3_releasenotes.html
  Updated the text describing r16855, and hyperlinked to that revision
  and JavaSVN.

Patch by: me
          Joshua Varner <jlvarner@gmail.com>


r857468 | maxb | 2005-11-16 13:54:16 +0000 (Wed, 16 Nov 2005)

Followup to r16428. Change ra_local "invalid host" test to SKIP under Cygwin,
as Cygwin has UNC paths too.

Patch by: jlvarner

* subversion/tests/libsvn_ra_local/ra-local-test.c
  (HAS_UNC_HOST): Enable under cygwin.