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

Fixing stat_test 21: is a directory remotely changed when you add a new child directory?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2007-04-30 10:52:03 CEST

While looking at the test status_nonrecursive_update_different_cwd in
stat_tests.py I wonder if the expected behavior is correct.

Basically the test:
- remotely deletes the folder /A/C/J
- runs svn status -v -u -N on /A/C

The expected output of the test is:
       * C/J
                1 1 jrandom C

Where I expect it to be:
       * C/J
       * 1 1 jrandom C

If you drop the -N flag this is exactly the output you're going to get.

Can anyone validate my assumption? Either this test is already passing,
or the output of "svn st -u -v" is wrong.

Attached patch will fix the test according to above assumption.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 30 10:52:23 2007

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.