Difference between revisions of "Subversion Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 3: | Line 3: | ||
* [http://en.wikipedia.org/wiki/Subversion_%28software%29 Wikipedia entry on Subversion] | * [http://en.wikipedia.org/wiki/Subversion_%28software%29 Wikipedia entry on Subversion] | ||
= | ==External links== | ||
*[http://subversion.tigris.org/ Official site] | |||
*[http://svnbook.red-bean.com/ Version Control with Subversion], an [[O'Reilly Media|O'Reilly]] book available for free online | |||
*[http://software.newsforge.com/article.pl?sid=05/06/02/1454229&tid=130 Version control for non-programmers with Subversion] | |||
*{{dmoz|Computers/Software/Configuration_Management/Tools/Subversion/|Subversion}} | |||
*[http://www.javaworld.com/javaworld/jw-01-2008/jw-01-svnmerging.html Merging and branching in Subversion 1.5] By John Ferguson Smart, JavaWorld.com. | |||
*[http://www.ibm.com/developerworks/java/library/j-subversion/ Introducing Subversion] by Elliotte Harold | |||
=Processes= | |||
==Initializing a New Repository== | ==Initializing a New Repository== | ||
Revision as of 20:38, 1 March 2008
Intro
External links
- Official site
- Version Control with Subversion, an O'Reilly book available for free online
- Version control for non-programmers with Subversion
- Template:Dmoz
- Merging and branching in Subversion 1.5 By John Ferguson Smart, JavaWorld.com.
- Introducing Subversion by Elliotte Harold
Processes
Initializing a New Repository
$ svnadmin create /path/to/repos