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

Re: svn commit => "Out of date" (on repository though, not local copy)

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-01-11 15:33:09 CET

On Tue, 11 Jan 2005, edA-qa wrote:

> Lukas Ruf wrote:
> > svn update
>
> This doesn't work as the message indicates the repository is out of
> date, not my working copy. Update just messed it up even more (it
> deleted the directory where I moved to as well...)
>
No, the message indicates that the working copy is out of date. During a
commit, the working copy creates a transaction in the repository, based on
the revisions it has. It then imports the local changes into that
transaction. After that, the server tries to make the transaction into a
revision. If the current latest revision in the repository has a newer
revision of any of the files or directories in the transaction, the last
step cannot be performed. YOu have to update your WC and merge conflicts
on the client. Did someone else remove the directory you were working in
in a later revision?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 11 15:35:47 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.