About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
legacy:vufind_1.x_developer_manual:subversion

This is an old revision of the document!


Initial Checkout

To set up a project, you can use several methods. There are several popular Subversion clients, including Eclipse (with Subclipse), Tortoise SVN, Rapid SVN, and the good ol' command line.

Command Line

Change to the directory you want to work on your Vufind instance and then run this command

svn co https://vufind.svn.sourceforge.net/svnroot/vufind/trunk vufind

This will check out the Vufind source into a folder named vufind.

As a side note, don't forget to export the code if you are planning a deployment:
svn ex https://vufind.svn.sourceforge.net/svnroot/vufind/trunk vufind
This removes the .svn files and will greatly reduce the file size of the package

Vendor Branching

legacy/vufind_1.x_developer_manual/subversion.1248446654.txt.gz · Last modified: 2014/06/13 13:13 (external edit)