[Python-Dev] Freezing the CVS on Oct 26 for SVN switchover
Oleg Broytmann
phd at mail2.phd.pp.ru
Sat Oct 29 18:13:27 CEST 2005
Hello!
On Fri, Oct 28, 2005 at 09:29:09PM -0400, Tim Peters wrote:
> - Finding out what's changed in your sandbox. Use "svn status"
svn diff uses locally saved copies of files. This increases speed by
trading for the disk space. It also decreases net traffic; that's important
for those who have expensive connections.
> 4. Making a branch or tag goes very fast under SVN.
Fast and cheap in terms of space; Subversion uses a kind of symlinks in
its internal filesystem.
> make simple applications of branches much more pleasant than under CVS.
Much more pleasant. I now use more branches than I did with CVS and have
less conflicts.
> * = svn:eol-style=native
I would very much like to recommend developers to set svn:executable
property on executable scripts and unset it on non-executable files; thus
all those README and NEWS will be tarred with -rw-r--r-- attributes. :)
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-Dev
mailing list