François Beausoleil <fbeausoleil@ftml.net>
r12206 | kfogel | 2004-12-06 20:15:55 -0600 (Mon, 06 Dec 2004)
* www/project_links.html: Add link to RSVN.
Patch by: François Beausoleil <fbeausoleil@ftml.net>
r9792 | sussman | 2004-05-19 11:57:22 -0500 (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>
r9424 | kfogel | 2004-04-19 11:29:06 -0500 (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>
r8517 | cmpilato | 2004-01-26 10:16:33 -0600 (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.
r7965 | mbk | 2003-12-08 17:40:37 -0600 (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.
r7246 | rey4 | 2003-09-29 15:59:50 -0500 (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.
r7044 | dws | 2003-09-10 22:54:47 -0500 (Wed, 10 Sep 2003)
* www/project_issues.html:
Correct small error.
Patch by: François Beausoleil <fbos@users.sourceforge.net>
r5965 | brane | 2003-05-18 14:50:03 -0500 (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.
r5418 | dlr | 2003-03-20 19:43:51 -0600 (Thu, 20 Mar 2003)
* notes/guis/planning.txt, notes/locking-plan.txt:
Corrected small spelling mistakes.
Patch by: François Beausoleil <fbos@users.sourceforge.net>
r5135 | cmpilato | 2003-02-27 13:29:29 -0600 (Thu, 27 Feb 2003)
Some book fixes.
Patch by: François Beausoleil <fbos@users.sourceforge.net>
(Reformatting tweaks by Larry Shatzer <fugazi@zyx.net>.)