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

Re: Proposal for root cause fix "svn co --force"



On Sat, May 23, 2009 at 03:37:24PM +0900, Osamu Aoki wrote:
> Hi, thanks but ...
> On Fri, May 22, 2009 at 07:21:32AM -0700, Matt Kraai wrote:
> > On Wed, May 20, 2009 at 11:38:02PM +0900, Osamu Aoki wrote:
> > > Currently: The script does a svn update, and then make -C manuals clean publish.
> > > The script should do a svn export --force URL, and then make -C manuals clean publish.
> > I've made the change.
> 
> Looks like it ...
> 
> I am wodering time stamp etc.  (You know ... I can not see them.)
> 
> svn update || svn export --force URL && make -C manuals clean && make -C manuals publish
> 
> Something like this may be better since it many not reset timestamp if
> it is not needed to rebuild source.

Once an export occurs, won't subsequent updates always fail?

How about performing an svn update and, if that fails, removing the
working copy and performing a new checkout?

-- 
Matt                                                 http://ftbfs.org/


Reply to: