Joshua Varner <jlvarner@gmail.com> (jlvarner)
r17394 | maxb | 2005-11-16 07:54:16 -0600 (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.
r17115 | dlr | 2005-10-31 15:34:06 -0600 (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>
r16758 | kon | 2005-10-16 12:43:18 -0500 (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.
r16671 | kfogel | 2005-10-12 11:41:38 -0500 (Wed, 12 Oct 2005)
* contrib/README: Reference hacking.html for maintenance details.
Suggested by: jlvarner
r16001 | jlvarner | 2005-08-30 13:44:52 -0500 (Tue, 30 Aug 2005)
* www/project_links.html
(Sites that Offer Subversion Hosting):
Add SourceHosting.Net entry
Patch By: Greg Larkin <glarkin@sourcehosting.net>
r15994 | jlvarner | 2005-08-30 11:08:59 -0500 (Tue, 30 Aug 2005)
* www/project_links.html
Articles and review were moved to this page in r15037
r15989 | jlvarner | 2005-08-30 08:59:56 -0500 (Tue, 30 Aug 2005)
* README
(II. Documentation): Update location of svn book
Suggested by: Janne Johansson <jj@it.su.se>
r15587 | kfogel | 2005-08-04 11:31:29 -0500 (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.)
r15456 | mthelen | 2005-07-27 12:13:27 -0500 (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".
r15285 | kfogel | 2005-07-07 09:12:29 -0500 (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.