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

Re: Possible bug regarding moving directories?

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-03-28 23:34:19 CEST

KEVIN ZEMBOWER <KZEMBOWE@jhuccp.org> wrote on 03/28/2005 04:27:25 PM:

>
> Please let me know if this is a bug that I should report. Or, if not a
bug,
> what should I do to commit the changes?

You need to run svn up before you can commit again.

This is the "mixed revision working copy" issue that bites so many people.
 When you did the commit of the change to the file in obsolete, that
caused the obsolete folder to become out of date. Commit does not update
the revision for the folder in your WC, just the file in the folder.
Running svn up will get the folder up to the latest revision which is
required to move it, delete it or modify its properties.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 28 23:37:04 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.