[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: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-06-09 10:16:15 CEST

On Wednesday 08 June 2005 21: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.
>
> Ron

Wouldn't the following:

rsync -av --delete --exclude .svn /original/work/copy/
root@remote:~clueless/wc/

be better that Subverion in this case? Subversion *is* designed to manage
conflicts, that's how it should be.

Besides, if users are not supposed to modify data, that data should be
read-only for those users... no?

-- 
Saulius Gražulis
Visuomeninė organizacija "Atviras Kodas Lietuvai"
P.Vileišio g. 18
LT-10306 Vilnius
Lietuva (Lithuania)
tel/fax:      (+370-5)-210 40 05
mobilus:      (+370-684)-49802, (+370-614)-36366

  • application/pgp-signature attachment: stored
Received on Thu Jun 9 10:27:28 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.