We need a paster script that will force a repo clone via svn hotcopy to an existing svn mount point. We'll use this to test hotcopy on an sfs-alluradaemon host w/o enabling scm.svn.hotcopy globally.
Prereqs to testing:
1. Need svn 1.7+ installed on sandbox
2. Create project testhotcopy. Install SVN tool at mount point: svn
3. Make sure you have an svn repo on the sandbox filesystem (this is the repo you will hotcopy from). In my case I used /svn/p/konfidi/code.
4. In production.ini set scm.svn.hotcopy = False to simulate our prod settings
forge:tv/5567
forge-classic:tv/5567
Prereqs to testing:
1. Need svn 1.7+ installed on sandbox
2. Create project
testhotcopy
. Install SVN tool at mount point:svn
3. Make sure you have an svn repo on the sandbox filesystem (this is the repo you will hotcopy from). In my case I used
/svn/p/konfidi/code
.4. In production.ini set
scm.svn.hotcopy = False
to simulate our prod settingsThen run:
Browse
http://sandbox-host/p/testhotcopy/svn
.