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

Re: svn commit: r21887 - in trunk: . subversion/include subversion/libsvn_client subversion/svn subversion/tests/cmdline

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-25 19:24:11 CEST

On 10/25/06, Paul Burba <paulb@softlanding.com> wrote:
> Dave,
>
> The svn propedit PROPNAME URL functionality you introduced in r21887 isn't
> working on Win32 over http:
>
>
>
> I it also fails on the command line, so the problem is not in the python
> tests:
>
> svn "proplist" -v
> "http://localhost/svn-test-work/repositories/prop_tests-1/A"
> Properties on
> 'http://localhost/svn-test-work/repositories/prop_tests-1/A':
> prop1 : propval1 is foo
> prop2 : propval2
>
> svn "propedit" "prop1"
> Release\subversion\tests\cmdline\svn-test-work\working_copies\prop_tests-1\A
> Set new value for property 'prop1' on
> 'Release\subversion\tests\cmdline\svn-test-work\working_copies\prop_tests-1\A'
>
> <set to new value "propval is lost" in my editor>
>
> svn "proplist" -v
> "http://localhost/svn-test-work/repositories/prop_tests-1/A"
> Properties on
> 'http://localhost/svn-test-work/repositories/prop_tests-1/A':
> prop1 : propval1 is foo
> prop2 : propval2
>
> I took a look but can't see what's wrong. But before I or anyone else
> goes too nuts looking, does url_props_ops pass for dav on other platforms?

I'm seeing a failure on Linux:

$ APXS=$HOME/code/scratch/apache20/bin/apxs ./davautocheck.sh prop 16
davautocheck.sh: Using '/home/rooneg/code/scratch/apache20/bin/apxs'...
davautocheck.sh: Using '/home/rooneg/code/scratch/apache20/bin/httpd'...
davautocheck.sh: Using '/home/rooneg/code/scratch/apache20/bin/htpasswd'...
davautocheck.sh: Using directory
'/home/rooneg/code/svn-trunk/subversion/tests/cmdline/httpd-20061025-132257'...
davautocheck.sh: Adding users for lock authentication
Adding password for user jrandom
Adding password for user jconstant
Syntax OK
davautocheck.sh: HTTPD started and listening on 'http://localhost:4195'...
davautocheck.sh: HTTPD is good, starting the tests...
EXPECTED STDOUT:
propval1 is bar
ACTUAL STDOUT:
propval1 is foo
EXCEPTION: SVNLineUnequal
FAIL: prop_tests.py 16: property operations on an URL

real 0m4.824s
user 0m1.460s
sys 0m0.436s
davautocheck.sh: Finished testing...
davautocheck.sh: Browse server error log (y/n)? [n]
davautocheck.sh: Delete HTTPD root directory (y/n)? [y]

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 25 19:24:37 2006

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.