[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: Dale Worley <dworley_at_pingtel.com>
Date: 2005-06-08 21:11:20 CEST

> From: Ron Gilbert [mailto:lists@rzweb.com]
>
> Is there a way to force new revisions down, ignoring any and
> all changes (conflicts) that might be there?

"Delete and check out fresh" would work, but I'm sure you've thought about
that and discarded it already. You might try "svn revert -R" followed by
"svn update". But discarding local changes is something Subversion does not
like.

Have you considered using rsync or the Unison file synchronizer
(with -force)? It seems that Subversion is overkill for your application.

Dale

---------------------------------------------------------------------
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:16:26 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.