Skip to content

Instantly share code, notes, and snippets.

@tvalladon
Created November 13, 2010 06:25
Show Gist options
  • Save tvalladon/675143 to your computer and use it in GitHub Desktop.
Save tvalladon/675143 to your computer and use it in GitHub Desktop.
Add project to websvn
root> cd /path/to/websvn/web/root/include/
root> vim config.php
/Local
o
$config->addRepository('{project name}', 'file:///path/to/svn/repo/{project}');
{esc}
:wq
# Load websvn in browser and see project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment