François Beausoleil <fbeausoleil@ftml.net>


Patch Review
r852280, r849866, r849498, r848591, r848039, r847118, r846039, r845492, r845209 r847320

r845209 | cmpilato | 2003-02-27 19:29:29 +0000 (Thu, 27 Feb 2003)

Some book fixes.

Patch by: François Beausoleil <fbos@users.sourceforge.net>
(Reformatting tweaks by Larry Shatzer <fugazi@zyx.net>.)


r845492 | dlr | 2003-03-21 01:43:51 +0000 (Fri, 21 Mar 2003)

* notes/guis/planning.txt, notes/locking-plan.txt: 
  Corrected small spelling mistakes. 

Patch by: François Beausoleil <fbos@users.sourceforge.net>


r846039 | brane | 2003-05-18 19:50:03 +0000 (Sun, 18 May 2003)

Describe the WinXP TCP/IP bug that causes data corruption. 

Patch by: François Beausoleil <fbos@users.sourceforge.net>
          me

* INSTALL: New section "Platform-Specific Issues". Describe WinXP TCP bug.


r847118 | dws | 2003-09-11 03:54:47 +0000 (Thu, 11 Sep 2003)

* www/project_issues.html:
  Correct small error.

Patch by: François Beausoleil <fbos@users.sourceforge.net>


r847320 | rey4 | 2003-09-29 20:59:50 +0000 (Mon, 29 Sep 2003)

Changes to cvs2svn.py and its regression testing script so they will
work on Windows. Martin Fuchs <martin-fuchs@gmx.net> and
François Beausoleil <fbos@users.sourceforge.net> helped test this
patch at different points and comments from Max Bowsher <maxb@ukf.net>
and <cmpilato@collab.net> helped improve the code.

Review by: Martin Fuchs <martin-fuchs@gmx.net>
           François Beausoleil <fbos@users.sourceforge.net>
           Max Bowsher <maxb@ukf.net>
           C. Michael Pilato <cmpilato@collab.net> 

* tools/cvs2svn/cvs2svn.py
  (relative_name):
    Changed this function to expect os.sep in the file path passed to
    it instead of forward slashes.

  (escape_shell_arg):
    new function to escape shell arguments, works differently on unix
    and windows

  (Dumper.add_or_change_path):
    changed to use the escape_shell_arg function

  (pass2):
    explicitly specify text mode when opening list of filenames

* tools/cvs2svn/run-tests.py
  (run_cvs2svn):
    changed command line used to start cvs2svn on windows

  (repos_to_url):
    Added missing slash detection. Needed because absolute paths on
    windows begin with a drive letter instead of a slash.

  (svn_strptime):
    new function to take the place of time.strptime, which doesn't
    exist on windows

  (Log.__init__):
    replaced time.strptime() call with svn_strptime() call.


r848039 | mbk | 2003-12-08 23:40:37 +0000 (Mon, 08 Dec 2003)

Francois Beausoleil <fbos@users.sourceforge.net> noticed that the issue
referred to by the generated config file has been marked RESOLVED as
FIXED, and provided a patch.  Thanks, Francois!

Patch by: François Beausoleil <fbos@users.sourceforge.net>

* subversion/libsvn_subr/config_file.c: 
  (svn_config_ensure):  Remove the link to issue 668 from the config
   file since the issue is resolved.


r848591 | cmpilato | 2004-01-26 16:16:33 +0000 (Mon, 26 Jan 2004)

Finish issue #1712.  Teach cvs2svn to clean up after itself.  

Patch by: François Beausoleil <fbos@users.sourceforge.net>
          me

* tools/cvs2svn/cvs2svn.py
  (pass5): New.
  (_passes): Add reference to pass5().
  (usage, main): Mention and handle new --skip-cleanup option.


r849498 | kfogel | 2004-04-19 16:29:06 +0000 (Mon, 19 Apr 2004)

* www/project_faq.html (wc-out-of-date): New question and answer.

Patch by: François Beausoleil <fbos@users.sourceforge.net>


r849866 | sussman | 2004-05-19 16:57:22 +0000 (Wed, 19 May 2004)

* www/project_faq.html: Make explicit the limitations on running a server on
  Win95 and friends, versus using a client.

Patch by: François Beausoleil <fbos@users.sourceforge.net>


r852280 | kfogel | 2004-12-07 02:15:55 +0000 (Tue, 07 Dec 2004)

* www/project_links.html: Add link to RSVN.

Patch by: François Beausoleil <fbeausoleil@ftml.net>