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

Re: REPOSITORY.root may not be NULL

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 07 Jul 2010 14:05:32 +0100

Onno van der Straaten <onno.van.der.straaten_at_gmail.com> writes:

> I can do reproduce this with
> cd A/D/H
> svn move chi chi2
> cd ..
> svn move H h2
> cd wc
> svn commit
>
> Reproduction script is attached. Is this a problem with my 1.7 client?

It's a bug. If you do the moves in the reverse order it works:

svn mv A/D/H A/D/h2
svn mv A/D/h2/chi A/D/h2/chi2

-- 
Philip
Received on 2010-07-07 15:06:18 CEST

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.