On Fri, Jun 09, 2006 at 12:03:54AM +0400, Oleg Broytmann wrote: > svn switch updates *and* switch the base URL - commits will go to the > tag/branch you are switching to.
Another point of view: svn switch is kind of optimized svn checkout. svn co starts afresh and needs to transfer the entire tree; svn switch already has a working tree so it only needs to transfer the diff. Less traffic... Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com