Notes about Subversion:
http://subversion.tigris.org/
link where to download Windows version:
http://www.collab.net/downloads/subversion/
Subversion client
Ankhsvn - open source plugin for visual studio.
Getting started
http://ankhsvn.open.collab.net/servlets/ProjectProcess?pageID=3794
Free book:
http://svnbook.red-bean.com
Notes:
A typical repository often holds the files for several projects.
To checkout repository subbtree using the command line:
svn checkout http://svn.example.com/repos/repository_subtree_name
There are numerous client tools, some important are svnlook and synadmin.
See the quick start guide on page 346.
See page 137 i pdf version of book for information on how to create
Among the server options svnserve is the on to look for.
The easiest way is to run the server process as a Windows Service, see page 168.
No comments:
Post a Comment