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

Re: svn commit: r14098 - in trunk: . subversion/libsvn_client subversion/tests/clients/cmdline

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-11 12:47:34 CEST

jszakmeister@tigris.org wrote:
> Author: jszakmeister
> Date: Mon Apr 11 05:08:14 2005
> New Revision: 14098
>
> Added:
> trunk/subversion/tests/clients/cmdline/cat_tests.py (contents, props
> changed)
> Modified:
> trunk/build.conf
> trunk/subversion/libsvn_client/cat.c
> Log:
> Fix a segfault when running 'svn cat' on a nonexistant file. Add some new
> tests to catch these sort of errors in the future.
>
> Thanks to julianfoad and philip for pointing these out.
>
> * build.conf [M.]
> (test-scripts): Added cat_tests.py to the test script list.
>
> * subversion/libsvn_client/cat.c [M.]
> (cat_local_file): Add a short description of the function. Error out on
> a
> NULL entry.
>
> (svn_client_cat2): Optimize a bit and use svn_wc_adm_open3() on the
> dirname
> of the path, since we expect it to point to a file.
>
> * subversion/tests/clients/cmdline/cat_tests.py [A.]
> New.

Why the curious logmessage style ([M.], etc.) ?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 11 12:48:48 2005

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.