RE: Difference between 'svn update' and 'svn checkout'

2011-11-16 Thread Bob Archer
> 2011/11/12 Blair Zajac : > > On 11/11/2011 06:41 PM, Andy Levy wrote: > >> > >> On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga > >>  wrote: > >>> > >>> Hi guys, > >>> > >>> I've just started to use Subversion a few months ago and I am really > >>> are asking me why I had never used it

Re: Difference between 'svn update' and 'svn checkout'

2011-11-12 Thread Geoff Hoffman
Wellington, are you by any chance trying to update your development server working copy with your post-commit hook? I'd recommend svn update or svn update --force over checkout simply due to the fact that it only brings changed files, not the whole repository (save network bandwidth, time, etc.)

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Blair Zajac
On Nov 11, 2011, at 7:17 PM, Welington Rodrigues Braga wrote: > 2011/11/12 Blair Zajac : >> On 11/11/2011 06:41 PM, Andy Levy wrote: >>> >>> On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga >>> wrote: Hi guys, I've just started to use Subversion a few months ago a

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Nico Kadel-Garcia
On Fri, Nov 11, 2011 at 10:06 PM, Blair Zajac wrote: > On 11/11/2011 06:41 PM, Andy Levy wrote: >> >> On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga >>  wrote: >>> >>> Hi guys, >>> >>> I've just started to use Subversion a few months ago and I am really >>> are asking me why I had never

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Welington Rodrigues Braga
2011/11/12 Blair Zajac : > On 11/11/2011 06:41 PM, Andy Levy wrote: >> >> On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga >>  wrote: >>> >>> Hi guys, >>> >>> I've just started to use Subversion a few months ago and I am really >>> are asking me why I had never used it before but it is not

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Blair Zajac
On 11/11/2011 06:41 PM, Andy Levy wrote: On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga wrote: Hi guys, I've just started to use Subversion a few months ago and I am really are asking me why I had never used it before but it is not the reason of my contact. To be honest I am trying

Re: Difference between 'svn update' and 'svn checkout'

2011-11-11 Thread Andy Levy
On Fri, Nov 11, 2011 at 21:12, Welington Rodrigues Braga wrote: > Hi guys, > > I've just started to use Subversion a few months ago and I am really > are asking me why I had never used it before but it is not the reason > of my contact. To be honest I am trying to to do a post-commit script > that