SVNResources
Central subversion development happens at http://subversion.tigris.org.
Zope Developers
- See the ZopeSVNFAQ for instructions and clues for many of our common practices. It has some great information about the way we use branches.
- All Zope developers with commit access must subscribe to the zope-coders mailling list. See CommitterGuidelines for details.
Getting subversion
You can find the sources and packages for RedHat?, SuSE?, Mandrake, FreeBSD?, and Windows at the subversion download homepage.
Subversion is also available in Debian GNU/Linux (apt-get install subversion
)
as well as in Fink for MacOSX? ( View all available packages . To install the client binary package: apt-get install svn-client-ssl
).
If you're using Windows and would like to have integration into the Windows Explorer, take a look at TortoiseSVN.
Guides and Tutorials:
The subversion book provides an excellent introduction to subversion. There is also a chapter for those who are already familiar with CVS
Emacs support
- vc-svn.el, extends emacs' vc mode to work with subversion.
- psvn.el, provides a very cool UI for viewing a subversion working copy (working directory), showing the status of files and providing the ability to perform various operations.
See the comments at the tops of these files for installation instructions.
Vim support
- svncommand.vim provides Vim commands to work with subversion.