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

Re: Forcing an update

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-06-08 21:11:42 CEST

On 08.06.2005, at 20:30, Ron Gilbert wrote:

> Is there a way to force new revisions down, ignoring any and all
> changes (conflicts) that might be there? I'm trying to use svn as a
> way to distribute a large (frequently updated) directory tree to
> users. The files should not be modified by these users, so if they
> did change something, I need svn to just write over it without
> question.
>
> These are non-technical users, so any errors about conflicts will just
> confuse them, plus it's all being run from a batch file.

Isn't that just

svn revert --recursive --quiet /path/to/working/copy
svn update --quiet /path/to/working/copy

?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 8 21:14:22 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.