Child pages
  • SVN Repositories
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When utilizing SVN, there are a few options on repositories.

Build a Server

One option is to build your own SVN server. Many Linux installations will support a very lightweight SVN Server.  For more information about building your own server, check out the following link.

Running your own server gives you complete control over the code repository, but it also means that you have to handle everything about the server, such as maintenance, backups, etc.  Also, most installs are just the repository server and do not include other features that may be useful.

Use a Hosted Repository

Another option is to use a hosted service.  These are repository server providers that will host the SVN repository on their equipment.  Two options that include free trials or limited free options are:

You may not have complete control over your repository (these services really do not lock much out as far as accessing your code), but these services do offer additional features like project management, including integration with your repository.  Example: With Unfuddle, you can resolve a problem ticket by properly entering the commit comment during the commit.

Subversion Edge

A newer option has become available recently that allows a development team to build their own feature-rich server very easily.

  • No labels