[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

CHANGES (take 2)

From: <pll_at_lanminds.com>
Date: 2003-07-03 17:45:55 CEST

Thanks all for your words of wisdom and kindness (asbestos undies are
barely luke-warm :)

I've attempted to consolidate the critiques into something a little
more readable and consise. Leaving off those things which were
deemed 'uninteresting'. Some one commented that my first go-round
had more stuff than the the 24.2 release which was a 6-week release
cycle and this cycle was just 2 weeks. I'm not sure if this is any
indication of anything, but:

    $ svn log -v -r6236:6284 | wc -l
    448

    $ svn log -v -r6284:HEAD | wc -l
    1614

r6236 was the 24.0 release, and r6284 is 24.2. This *seems* to
indicate that there was, at the very least, more verbage in the logs
between 24.2 and HEAD than there was between 24.0 and 24.2, which
might account for why I had so much "stuff" in my first attempt.

At any rate, here's my second attempt :) Some people liked the
prefix keyword, others felt it was obfuscating the real message, so I
tried to compromise, and used it where it helped, and left it off
where it didn't.

I left out changes to cvs2svn completely, since these changes
aren't really in effect yet, and therefore not really visible to
anyone.

Please let me know if any of this next attempt is too long, or just
not interesting enough to warrent a CHANGES entry.

Thanks,
Paul

8<----------------------8<----------------------8<----------------------8<----

Version 0.25.0 (released 05 July 2003, revision 6387, branches/release-0.25.0)

User-visible changes:
 * command line options:
   . new --force option for svn export (r1296)
   . new --force-log for commit, copy, delete, import, mkdir, move (r6294)
   . --force no longer needed for commit

 * commands
   . new - svn archive (r6310)
   . changed - syntax 'svn import [PATH] URL'. (r6288)
   . fixed - Run external diff commands using PATH (r6373)
   . fixed - 'svn switch' memory bug (r6296)
   . fixed - 'svn mkdir' coredump.

 * python bindings now in -tools
 * allow parent-into-child copies, provided they are not WC->WC. (r6348)
 * fixed - Apache module installation order (issue 1381)

Developer-visible changes:

 * Win32 build system
   . new - .vcproj files for svn_config project and APR
   . fixed - SWIG bindings for Win32 (r6304)
   . vcproj generator now works (r6316)
   . swig's generated .c files now dependent on headers in .i files
   . refactored code common to dsp & vcproj into gen_win.py (r6328)

 * fixed
   . SEGFAULTs in SWIG bindings
   . potential SEGFAULTs in 'REPORT vcc' backward-compatibility code.
   . mod_dav_svn's autoversioning failure on PUT
   . 'svn switch' memory bug (r6296)

 * changed - mailer.py now uses svn_repos_replay()

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 3 17:46:57 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.