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

Re: Performance Question

From: Martin Tomes <lists_at_tomes.org>
Date: 2005-01-10 17:43:47 CET

Peter Valdemar Mørch wrote:
> Ben Collins-Sussman wrote:
>> On Jan 10, 2005, at 8:58 AM, Hari Kodungallur wrote:
>>> Currently, our daily/nightly build (not individual developers) does
>>> fresh checkout everyday. The repository is rather large and hence the
>>> concern.
>>
>> That's still inefficient. The build system should run 'svn update' on
>> the same working copy every night. That's what most of the rest of us
>> do.
>
> What is *the method* of getting a pristine checkout from a possibly
> dirty working copy?

My guess is that you would have to do an svn revert --recursive to undo
any changes to files under revision control and a script which deleted
any files which aren't under revision control using svn status
--no-ignore (as you suggested) to list those files.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 10 17:57:31 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.