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

Re: svn cp/mv problem?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-12-04 17:25:55 CET

cmpilato@collab.net writes:

> I'm pretty sure you can also reproduce this more simply with:
>
> svn co file://localhost/tmp/svn/t
> cd t
> echo "foo" > foo
> svn add foo
> svn ci
> svn rm foo (this is just your 'move' above minus the 'copy' part, right?)
> svn ci
>
> ---------------------
> NOTE (and this the real important part of this mail): We are
> addressing this (and many related problems) in the next Milestone.
> ---------------------

Yes, this bug has been around forever (read: since ra_local came into
existence). In this next Milestone, we'll be rewriting the way
commits work -- so that ra_dav and ra_local are both always committing
against the 'head' revision. That will solve the problem.

For now, the simple workaround is to update frequently -- especially
after a commit.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 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.