[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-04-11 12:50:33 CEST

On Monday 11 April 2005 06:47, Max Bowsher wrote:
> 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.) ?

Doh! It's part of a script that I have to build a log message template
for other projects I have at work. I yank the first two bytes of the
status output and put them at the end of the path. It's a little easier
to tell what's going on. :-) I just forgot to fix them before
committing. It should be taken care of now. Thanks!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 11 13:06:20 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.