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

Re: svn update problem

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2005-05-26 22:50:11 CEST

Hello Dmitry,

Dmitry Lumpov said the following on 2005-05-26 13:02:
> I have a problem with 'svn update' command.
> I did a simple example: createad a repository, then imported a file structure
> with couple of directories and one text file. Then I changed this file and to
> revert it back to the version from repository used 'svn update' command. In
> result I got - "At revision n", but my file was not changed to the version from
> this revision. Moreover, 'svn status' command says that this file was modified.
>
> Please, tell me how to do 'update' command correctly.
> I am using last version of cvn with BDB 4.3

If you want to revert, simply do
svn revert

The command you ran - svn update, keeps local modifications. So, the
file was really at revision 'n', but with local modifications.

Hope that helps,
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 26 22:53:13 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.