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

Re: svn commit: rev 5179 - trunk/subversion/tests/clients/cmdline

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-02 18:50:34 CET

philip@tigris.org writes:

> Author: philip
> Date: Sun Mar 2 11:13:10 2003
> New Revision: 5179
>
> Modified:
> trunk/subversion/tests/clients/cmdline/trans_tests.py
> Log:
> * subversion/tests/clients/cmdline/trans_tests.py
> (keyword_expanded_on_checkout): Remove "other" wc to allow ULR to

That should be "URL" not "ULR", but first:

$ svn ps svn:log -r 5179 --revprop -F ../bug.txt --username philip ../svn
Error: subcommand 'propset' doesn't accept option '--username arg'

That doesn't look right, I think propget/propset with --revprop should
accept all the auth options. Next:

$ svn ps svn:log -r 5179 --revprop -F ../bug.txt ../svn
Segmentation fault

It's dumping core in

apr_cpystrn (dst=0x80a0544 "", src=0x0, dst_size=134874691) at apr_cpystrn.c:96
96 if (!(*d = *src)) {
(gdb) up
#1 0x4009b741 in request_auth (userdata=0x0,
    realm=0x80a6db0 "Subversion repository", attempt=0, username=0x80a0544 "",
    password=0x80a0544 "") at ../svn/subversion/libsvn_ra_dav/session.c:77

77 apr_cpystrn(username, creds->username, NE_ABUFSIZ);
(gdb) p username
$1 = 0x80a0544 ""
(gdb) p creds[0]
$2 = {username = 0x0, password = 0x0}

I have "store-password=no" if it makes a difference. Using an URL
instead of a wc path makes no difference.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 2 18:51:20 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.