[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: subversion equivalent of 'cvs update -C'



On Mon, Oct 14, 2002 at 03:01:21PM -0700, Brian Nelson wrote:
> Does subversion have an equivalent to the command 'cvs update -C',
> i.e. overwrite locally modified files with the current ones from the
> repository?

At least from experimentation and reading through the code, it appears
not to. So far I've just been doing the old hack of removing the files
and running 'svn update'. Perhaps file an issue at subversion.tigris.org
to ask that 'svn update -f' do this?

(svn deliberately doesn't have command-specific options, but -f is being
used for "force" so seems appropriate.)

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: