You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <lg...@mobsol.be> on 2006/06/25 21:45:27 UTC

[BUG] commit of propset on outdated folder does't fail on relocated wc's (svn trunk)

Hi, 

a few days ago I switched the mechanism of setting up a sandbox for a python
test from checkout per test to checkout once+relocate. 

This works fine for ra_local and ra_svn, but it seems one test is failing on
ra_dav: commit_tests.py 13. I'm testing on Windows XP with current trunk.

That test basically deletes a file, commits, sets a property on the parent
folder and then expects the resulting commit to file with an 'Out of date'
error. It worked well before, and if I remove the change in sandbox setup
mechanism the test succeeds.

I extracted the reproduction recipe in a new test in switch_tests.py, hereby
attached. 

If anyone can validate this bug, I'll add it in the issue tracker.

regards,

Lieven.




Re: [BUG] commit of propset on outdated folder does't fail on relocated wc's (svn trunk)

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 6/25/06, Lieven Govaerts <lg...@mobsol.be> wrote:
> Hi,
>
> a few days ago I switched the mechanism of setting up a sandbox for a python
> test from checkout per test to checkout once+relocate.
>
> This works fine for ra_local and ra_svn, but it seems one test is failing on
> ra_dav: commit_tests.py 13. I'm testing on Windows XP with current trunk.
>
> That test basically deletes a file, commits, sets a property on the parent
> folder and then expects the resulting commit to file with an 'Out of date'
> error. It worked well before, and if I remove the change in sandbox setup
> mechanism the test succeeds.
>
> I extracted the reproduction recipe in a new test in switch_tests.py, hereby
> attached.
>
> If anyone can validate this bug, I'll add it in the issue tracker.

I'm seeing this failure over DAV as well...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org