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