You are not logged in Log in Join
You are here: Home » DevHome » Subversion » SVNResources

Log in
Name

Password

 
 

History for SVNResources

??changed:
-
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", http://lists.zope.org/mailman/listinfo/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.":http://subversion.tigris.org/project_packages.html

  Subversion is also available in Debian GNU/Linux ('apt-get install subversion')
  as well as in "Fink":http://fink.sourceforge.net/ for MacOSX ( "View all available packages":http://fink.sourceforge.net/pdb/search.php?s=svn . 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.":http://tortoisesvn.tigris.org/

Guides and Tutorials:

  The "subversion book":http://svnbook.red-bean.com/ provides
  an excellent introduction to subversion. There is also a 
  "chapter for those who are already familiar with CVS":http://svnbook.red-bean.com/svnbook/apa.html

Emacs support

  - "vc-svn.el",
    http://svn.collab.net/viewcvs/svn/trunk/contrib/client-side/vc-svn.el?rev=9195&view=log, 
    extends emacs' vc mode to work with subversion.

  - "psvn.el",
    http://svn.collab.net/viewcvs/svn/trunk/contrib/client-side/psvn/psvn.el?rev=9298&view=log,
    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", http://www.vim.org/scripts/script.php?script_id=922 provides
    Vim commands to work with subversion.