
- #Coda 2 project file how to
- #Coda 2 project file install
- #Coda 2 project file archive
- #Coda 2 project file download
#Coda 2 project file archive
The path will be different for you depending on where you have put your repo and what you have called it.ĥ Now you can delete you site as its safely stored in the repo (OK, you don’t want to delete it, just move it out of the root level of your server and archive it somewhere).Ħ To work on your site, you need to checkout a ‘working copy’ from your repository (terminal again!). Svn import my_great_site file:///Users/duncan/SVNrep/my_great_site -m “Initial import” To add this to the repo type the following: Again, I’m assuming that you have many sites on the go, and each is sitting in a separate folder on your server – let’s say you have one called ‘my_great_site’.

In svnserve, you need to uncomment and amend the following lines:Ĥ Now to add your project to the repo – again, this will be done using the command line. Using a text editor, open the files nf and passed. (in this case /Users/duncan/SVNrep/conf/). In the Finder, open the directory ‘conf’ that resides inside your repo. Open a terminal window and navigate to your chosen location (in my case: cd /Users/duncan/) and then create the repository: svnadmin create SVNrep – this will create a repository in the home folder called SVNrep.ģ OK, now that SVN is installed and you’ve created a repo, you need to configure it. To create the repository, you need to access the command line. You can locate it anywhere you like, personally I have mine in my home directory, where I also have the directory that is the root level of my localhost server. The repository is where all of your versioned data will be stored.
#Coda 2 project file install
(the installer will install Subversion to: /opt/subversion/bin/svn ).Ģ The next thing you need to do is create a repository.
#Coda 2 project file download
Go to and download the latest binaries, then install. is my app of choice when it come comes to web development on the Mac - it may not do everything, but it does a lot and it makes working with Subversion a cinch!įor the purposes of this tutorial I will assume that you develop sites locally, as I do, using MAMP and will be installing Subversion locally to manage your projects as you work on them.ġ First you need to get yourself a copy of Subversion.

#Coda 2 project file how to
In this tutorial I will show you how to set up Subversion to work with Coda on the Mac. It gives added security and control to the integrity of your work enabling you to compare a document with any previously saved version, and revert to, or merge different versions of a document. Basically it enables you to track all changes to a project. For those of you who don’t know, Subversion is a version control system.
