> > > svn.exe revert -R
${build.dir}
> > > svn.exe update --non-interactive
${build.dir}
> >
> > I agree with update rather than checkout,
but why do we need the
> > revert? The automated build shouldn't change
anything.
> > None of P4 / CVS / VSS currently do a
revert.
>
> NAnt script could modify repository in any way and
subsequent
e.g. <asminfo> task
modify local repository. Not unusual.
> update then fails. But
most users propably do not modify
> repositories so update should be
default behaviour.
>
> btw: I'll send mail to user conference
shortly with some
> relating information.
>
>
Martin