Jack Repenning <jrepenning@collab.net> (jrepenning)


Found Patch Suggested
r869692, r868848 r877862, r877114, r876606, r874666, r871686, r848623, r848622, r846783, r846121, r845971 r867003, r866991, r864414, r857739

r845971 | striker | 2003-05-12 23:33:13 +0000 (Mon, 12 May 2003)

* README:  It's freenode.net now, not openprojects.net.

Patch by: Jack Repenning <jrepenning@collab.net>


r846121 | striker | 2003-05-26 10:36:57 +0000 (Mon, 26 May 2003)

Improve the helpful hints for those missing apr*.

* build/ac-macros/aprutil.m4

  (SVN_DOWNLOAD_APRUTIL): note that autogen.sh needs to be rerun 
    if you download apr-util.

* build/ac-macros/apr.m4

  (SVN_DOWNLOAD_APR): note that autogen.sh needs to be rerun 
    if you download apr; note that you may need apr-util as well.

Patch by: Jack Repenning <jrepenning@collab.net>
(From issue #1331.)


r846783 | jrepenning | 2003-08-12 16:55:13 +0000 (Tue, 12 Aug 2003)

Changes to support progress tracking by managers (instead of engineers).

   * find-fix.py
	(global): pydocs, usage note, "main" code moved into an actual
		main routine
	(main): options:
		verbose: jabber about progress
		milestones: include/exclude selected milestones; also
			keywords for popular subsets
		update: update (with wget or curl) the tsv data file
			before generating output
		doc: print full pydocs for the file
	(summary): make the last column (formerly backlog delta) be the
		running backlog
	(parse_time): do the parse yourself, because Windows ain't got
		no time.strptime()
	(shortusage): new function: brief summary of usage
	(usage): new function: detailed usage
	(svn:keywords): Set the Rev keyword to be expanded

   * ff2csv.py
	New script.
	Runs find-fix.py repeatedly, collecting the summary lines,
	producing a CSV file suitable for import into your favorite
	spreadsheet program, for graphs and like that.


r848622 | jrepenning | 2004-02-02 18:55:15 +0000 (Mon, 02 Feb 2004)

Add various generated files to svn:ignores list

r848623 | jrepenning | 2004-02-02 19:01:09 +0000 (Mon, 02 Feb 2004)

Track latest milestone naming changes, automate somewhat more of the data transformations

r857739 | lundblad | 2005-12-07 14:29:44 +0000 (Wed, 07 Dec 2005)

Avoid breaking working copies with a switch that changes the repository root
part of the URL.

This has two effects:
a) It disallows switch from changing the repository root part of the URLs.
b) It does not install a repos entry field during an update if the 
repository root URL would not be an ancestor path of the entry's URL.  This
avoids breaking inconsistent working copies that did not have a repos
attribute (i.e. that were checked out with a pre-1.3 client.)

Both the above cases result in corrupt working copies.

Suggested by: rooneg
              jrepenning

* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_INVALID_SWITCH): New error code.

* subversion/libsvn_wc/update_editor.c
  (prep_directory): Only give repos root to svn_wc_ensure_adm2() if it is
  an ancestor path of the entry's URL.
  (open_root, open_directory): Only set repos root field of the entry if it
  actually is an ancestor path of the new URL.
  (make_editor): If there is a switch_url and we know the repository root,
  don't allow the switch to change the repository root of the URL.

* subversion/tests/svn/switch_tests.py (switch_change_repos_root): New test.
  (test_list): Run it.


r864414 | dlr | 2007-04-02 16:43:16 +0000 (Mon, 02 Apr 2007)

* www/faq.html
  (tiger-apr-0.9.6): Link to ASF bug report.  Note that upgrading to
   APR 1.2.0+ will also fix this problem.

Suggested by: jrepenning


r866991 | dlr | 2007-10-03 23:11:11 +0000 (Wed, 03 Oct 2007)

Set output buffering mode early during command-line initialization processing.

* subversion/include/svn_cmdline.h
  (svn_cmdline_init): Indicate that stdout and ERROR_STREAM will have
   their buffering mode changed to line-based and unbuffered
   (character-based, really), respectively.

* subversion/libsvn_subr/cmdline.c
  Bump copyright date.  Include stdio.h.
  (svn_cmdline_init): Call setvbuf() on stdout and ERROR_STREAM (which
   is typically stderr).

Suggested by: epg
              jrepenning
Reviewed by: epg
             sussman


r867003 | pburba | 2007-10-04 03:48:21 +0000 (Thu, 04 Oct 2007)

Follow-up to r26917, accomodate Win32's lack of line buffering.

* subversion/libsvn_subr/cmdline.c
  (svn_cmdline_init): Don't change the buffering mode of stdout to line
  based buffering on Windows (it's not supported).

Suggested by: epg
              jrepenning

r868848 | kfogel | 2008-01-07 19:18:20 +0000 (Mon, 07 Jan 2008)

* subversion/libsvn_client/merge.c
  (calculate_left_hand_side): Follow up to r28773 with error message fixes.

Found by: jrepenning
(He noticed the stutters.)


r869692 | kfogel | 2008-02-28 20:58:26 +0000 (Thu, 28 Feb 2008)

* www/hacking.html (log-messages): Clarify a point about renames.

Found by: jrepenning


r871686 | cmpilato | 2008-06-06 12:58:18 +0000 (Fri, 06 Jun 2008)

* notes/fsfs
  Note that Subversion 1.5 doesn't suffer as badly from the
  many-files-in-one-dir problem.

Patch by: jrepenning
          (Tweaked by me.)



r874666 | jrepenning | 2008-12-05 20:15:59 +0000 (Fri, 05 Dec 2008)

Fix up the links to the mail list search pages (which changed in the  
   CEE 5.x "new Discussion Services")
 * www/mailing-lists.html
   (Searching the Archives): Link to servlets/CTSearch, vice servlets/ 
      SearchList, to track new (5.0) platform

Approved by: hwright


r876606 | jrepenning | 2009-03-13 18:30:00 +0000 (Fri, 13 Mar 2009)

Fix typo in --help output of configure,
for new syntax of --with-berkeley-db arg.

* configure
  (help text): Show proper syntax for omitting the optional arg.

Approved by: dlr


r877114 | jrepenning | 2009-04-07 02:02:54 +0000 (Tue, 07 Apr 2009)

Provide the credit / link promised in r36726 but never fulfilled.

Obvious fix.

* www/svn_1.6_releasenotes.html
  (Sparse directory exclusion): link to Mike's blog



r877862 | jrepenning | 2009-05-21 19:54:01 +0000 (Thu, 21 May 2009)

Indicate full range of offered downloads for Solaris at CollabNet.

Obvious fix.

 * www/getting.html: mention x86 downloads

Suggested by: Edward Ned Harvey <solaris@nedharvey.com>