Eric Hanchrow <offby1@blarg.net> (offby1)
Patch |
Suggested |
r869942,
r865811,
r865522,
r865519,
r865026,
r865025,
r864977,
r864653,
r864652,
r863345,
r862378,
r862289,
r862053,
r861647,
r861450,
r861154,
r861044,
r860988,
r860958,
r860955,
r860830,
r858960,
r858959,
r858848,
r858847,
r858843,
r858840,
r858839,
r858838,
r858831,
r858174,
r858173,
r858168,
r857669,
r857545,
r857377,
r857032,
r854659,
r854441,
r854438,
r854437,
r853998,
r853996,
r853930,
r853909,
r853905,
r853336,
r853315,
r853308,
r852941,
r850230,
r849990,
r849363,
r845071,
r844986 |
r852904 |
r844986 | brane | 2003-02-16 21:02:25 +0000 (Sun, 16 Feb 2003)
Add "--quiet" option to "svnadmin dump", and a regression test for same.
Patch by: Eric Hanchrow <offby1@blarg.net>
(Regression test by me.)
* subversion/svnadmin/main.c: new option `--quiet'.
(struct svnadmin_opt_state): new member.
(subcommand_dump): don't use (or create) stdio_stream if we were
asked to be quiet.
(main): handle new 'q' option.
* subversion/tests/clients/cmdline/svnadmin_tests.py
(dump_quiet): New test.
(test_list): Added dump_quiet. Also updated comment at the top of the file.
r845071 | brane | 2003-02-20 21:41:22 +0000 (Thu, 20 Feb 2003)
* INSTALL: Add a note about using a sane CVS client on Windows.
Patch by: Eric Hanchrow <offby1@blarg.net>
r849363 | kfogel | 2004-04-05 21:22:50 +0000 (Mon, 05 Apr 2004)
* www/project_faq.html: Fix html formatting.
Patch by: Eric Hanchrow <offby1@blarg.net>
r849990 | sussman | 2004-06-01 03:16:26 +0000 (Tue, 01 Jun 2004)
Book tweak.
Patch by: Eric Hanchrow <offby1@blarg.net>
(Tweaked by me.)
* doc/book/book/ch03.xml: show 'I' output in 'svn status' section.
r850230 | dws | 2004-07-06 20:05:02 +0000 (Tue, 06 Jul 2004)
* www/project_faq.html: Fix typo.
Patch by: Eric Hanchrow <offby1@blarg.net>
r852904 | kfogel | 2005-01-24 03:04:06 +0000 (Mon, 24 Jan 2005)
* www/faq.html
(version-value-in-source, website-auto-update, linux-bdb42-build):
HTML-escape angle brackets in preformatted text.
Suggested by: Eric Hanchrow <offby1@blarg.net>
r852941 | cmpilato | 2005-01-28 06:42:51 +0000 (Fri, 28 Jan 2005)
Add "R" to the list of described status codes.
Patch by: Eric Hanchrow <offby1@blarg.net>
r853308 | offby1 | 2005-03-02 17:28:53 +0000 (Wed, 02 Mar 2005)
* www/faq.html
(hook-debugging) Add more detail.
r853315 | offby1 | 2005-03-02 22:05:47 +0000 (Wed, 02 Mar 2005)
* www/faq.html
(hook-debugging): Fixed typo: pre-commit => post-commit.
r853336 | offby1 | 2005-03-04 16:19:50 +0000 (Fri, 04 Mar 2005)
* www/faq.html
(hook-debugging): Minor tweaks.
r853905 | offby1 | 2005-04-01 16:11:57 +0000 (Fri, 01 Apr 2005)
* www/faq.html
(ssh-svnserve-location): New node. Explain how to run svnserve when
it's not on users' default path.
r853909 | offby1 | 2005-04-01 19:50:04 +0000 (Fri, 01 Apr 2005)
* www/faq.html
(ssh-svnserve-location): don't refer to modifying environment, since
that's not what the recipe does.
r853930 | offby1 | 2005-04-02 15:30:39 +0000 (Sat, 02 Apr 2005)
* www/faq.html
(ssh-svnserve-location): Further corrections and clarifications from
Duncan Murdoch
r853996 | offby1 | 2005-04-04 22:45:34 +0000 (Mon, 04 Apr 2005)
* www/svn_1.2_releasenotes.html (file locking warning): fix typo
r853998 | offby1 | 2005-04-04 22:51:16 +0000 (Mon, 04 Apr 2005)
* www/svn_1.2_releasenotes.html: fix punctuation and typos
r854437 | offby1 | 2005-04-21 18:32:22 +0000 (Thu, 21 Apr 2005)
* notes/locking/locking-ui.txt (II A): typo
r854438 | offby1 | 2005-04-21 18:36:09 +0000 (Thu, 21 Apr 2005)
* notes/locking/locking-ui.txt: revert change from r14363; it belongs on the trunk
r854441 | offby1 | 2005-04-21 18:54:28 +0000 (Thu, 21 Apr 2005)
* notes/locking/locking-ui.txt: fix typos and spelling throughout
r854659 | offby1 | 2005-05-05 22:57:11 +0000 (Thu, 05 May 2005)
* www/faq.html
(ssh-svnserve-location): Mention '-r' option to svnserve
r857032 | offby1 | 2005-10-24 16:15:33 +0000 (Mon, 24 Oct 2005)
* www/faq.html (ssh-authorized-keys-trick): new question; refers to ssh-svnserve-location
r857377 | offby1 | 2005-11-11 16:28:47 +0000 (Fri, 11 Nov 2005)
* www/faq.html (case-change): recommend check-case-insensitive.pl
r857545 | xsteve | 2005-11-21 20:14:04 +0000 (Mon, 21 Nov 2005)
Fixed some byte compiler warnings
Patch by: Eric Hanchrow <offby1@blarg.net>
* trunk/contrib/client-side/psvn/psvn.el:
(svn-status-pop-to-commit-buffer): Use insert-file-contents instead of
insert-file
(svn-resolve-conflicts-ediff): Use insert-buffer-substring instead of
insert-buffer
r857669 | offby1 | 2005-12-02 02:00:11 +0000 (Fri, 02 Dec 2005)
* www/faq.html (ssh-svnserve-location): mention trunk/notes/ssh-tricks
r858168 | offby1 | 2006-01-13 21:06:02 +0000 (Fri, 13 Jan 2006)
* www/faq.html
(svnserve-win-service): Mention the TortoiseSVN manual.
r858173 | offby1 | 2006-01-14 01:27:37 +0000 (Sat, 14 Jan 2006)
* www/faq.html
(svnserve-win-service): Mention the TortoiseSVN manual.
r858174 | offby1 | 2006-01-14 01:29:07 +0000 (Sat, 14 Jan 2006)
* www/faq.html
(svnserve-win-service): Undo accidental checkin (18094)
r858831 | offby1 | 2006-03-07 16:38:53 +0000 (Tue, 07 Mar 2006)
* www/faq.html (terse-diff): New section.
r858838 | offby1 | 2006-03-08 04:46:29 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Give two recipes: one for the general
case where we're interested in a range of revisions, and (the
original) one for the special case of two adjacent revisions.
r858839 | offby1 | 2006-03-08 04:50:43 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Wrap entry in <p>, so that it starts on a
new line.
r858840 | offby1 | 2006-03-08 05:02:29 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Include "A" and "D" as well as "M".
r858843 | offby1 | 2006-03-08 13:31:01 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Various changes to both the example code,
and the prose.
r858847 | offby1 | 2006-03-08 19:17:01 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Mention upcoming --summarize-diff option.
r858848 | offby1 | 2006-03-08 19:49:38 +0000 (Wed, 08 Mar 2006)
* www/faq.html (terse-diff): Correct the spelling of the upcoming
"--summarize" option.
r858959 | offby1 | 2006-03-14 18:27:52 +0000 (Tue, 14 Mar 2006)
* www/links.html (clients): Add KDESvn.
r858960 | offby1 | 2006-03-14 18:33:56 +0000 (Tue, 14 Mar 2006)
* www/links.html (clients): Add KSvn.
r860830 | offby1 | 2006-07-19 18:04:06 +0000 (Wed, 19 Jul 2006)
* www/faq.html (plaintext-passwords): fix typo
r860955 | offby1 | 2006-07-27 21:21:32 +0000 (Thu, 27 Jul 2006)
Mention Google's new hosting service.
* www/links.html
(hosting): Note google, and include a few lines from their hosting FAQ.
r860958 | offby1 | 2006-07-27 21:35:52 +0000 (Thu, 27 Jul 2006)
* www/links.html
(hosting): Fix formatting for new google entry
r860988 | offby1 | 2006-07-31 15:13:50 +0000 (Mon, 31 Jul 2006)
* www/links.html
(hosting): Note that google hosting is for open source projects
r861044 | offby1 | 2006-08-04 13:50:18 +0000 (Fri, 04 Aug 2006)
* www/faq.html (plaintext-passwords): Add link to cited section of the book.
r861154 | offby1 | 2006-08-15 18:45:50 +0000 (Tue, 15 Aug 2006)
* www/faq.html (freebsd-listen-host): Recommend --listen-host=0.0.0.0
r861450 | offby1 | 2006-09-07 15:52:12 +0000 (Thu, 07 Sep 2006)
* www/faq.html:
Add new troubleshooting question, "I can't add a directory because
Subversion says it's "already under version control"."
r861647 | offby1 | 2006-09-20 22:16:55 +0000 (Wed, 20 Sep 2006)
* www/faq.html
(bdb-fsfs-convert): Suggest copying of configuration files too.
r862053 | xsteve | 2006-10-16 19:14:20 +0000 (Mon, 16 Oct 2006)
'n' and 'p' now skip over irrelevant lines
Patch by: Eric Hanchrow <offby1@blarg.net>
* trunk/contrib/client-side/psvn/psvn.el:
(svn-status-next-line, svn-status-previous-line): skip lines for
which (svn-status-get-line-information) returns nil
r862289 | offby1 | 2006-11-04 16:25:20 +0000 (Sat, 04 Nov 2006)
* www/faq.html
(svnserve-win-service): Note that 1.4.0 and onwards can indeed be
run as a service.
r862378 | xsteve | 2006-11-14 20:55:58 +0000 (Tue, 14 Nov 2006)
Bugfix for svn-status-window-line-position
Patch by: Eric Hanchrow <offby1@blarg.net>
* trunk/contrib/client-side/psvn/psvn.el:
(svn-status-window-line-position): Call window-start for the correct
window
r863345 | offby1 | 2007-01-27 20:49:27 +0000 (Sat, 27 Jan 2007)
Remove dead link.
* www/faq.html
r864652 | offby1 | 2007-04-15 16:35:53 +0000 (Sun, 15 Apr 2007)
* www/links.html
(hosting): Add link to the "assembla.com".
r864653 | offby1 | 2007-04-15 17:09:06 +0000 (Sun, 15 Apr 2007)
* www/links.html
(clients): Add link to "vcscommand.vim", a vim plugin.
r864977 | offby1 | 2007-05-03 00:38:50 +0000 (Thu, 03 May 2007)
* www/links.html
Add link to Piston.
r865025 | offby1 | 2007-05-07 14:25:24 +0000 (Mon, 07 May 2007)
* www/faq.html
Mention silent wc upgrade from version 1.4
r865026 | offby1 | 2007-05-07 14:50:26 +0000 (Mon, 07 May 2007)
* www/faq.html(developer-questions):
Move to 'troubleshooting' section
r865519 | offby1 | 2007-06-18 18:27:42 +0000 (Mon, 18 Jun 2007)
Add a new FAQ entry describing how to work around Subversion's lack of
globbing.
* www/faq.html:
Add a new entry: sorry-no-globbing, describing how to work around
Subversion's lack of globbing.
r865522 | offby1 | 2007-06-18 20:06:10 +0000 (Mon, 18 Jun 2007)
* www/faq.html:
sorry-no-globbing: mention "mucc", and note that release 1.5 won't
have this shortcoming.
r865811 | offby1 | 2007-07-13 19:17:53 +0000 (Fri, 13 Jul 2007)
* www/faq.html (switch-problems): Minor cleanups.
r869942 | kfogel | 2008-03-12 01:11:37 +0000 (Wed, 12 Mar 2008)
* CHANGES (1.5.0): Insert preliminary list of changes.
Patch by: Augie Fackler <durin42@gmail.com>
Greg Lutz <greg@nearspace.com>
Gavin 'Beau' Baumanis <gavin@thespidernet.com>
Hilco Wijbenga <hilco.wijbenga@gmail.com>
Tuomas Koski <koski.tuomas@gmail.com>
Daniel Torreblanca <regulatethis@gmail.com>
Stephen Butler <sbutler@elego.de>
Wouter van der Horst <w.vanderhorst@gmail.com>
offby1
bhuvan
lgo
stylesen
khmarbaise
kfogel
See the 'manyhands' mailing list for details.