From: Dongsheng Song <hidden> Date: 2016-06-15 22:43:19
For google code projects, the repositories organized is:
branches tags trunk wiki
Can I treat wiki as a branch? i.e.
[svn-remote "svn"]
url = http://serf.googlecode.com/svn
fetch = trunk:refs/remotes/trunk
branches = branches/*,wiki:refs/remotes/*
tags = tags/*:refs/remotes/tags/*
---
Dongsheng