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
On Tue, 2007-07-03 at 17:12 +0800, Dongsheng Song wrote:
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/*
What's the structure underneath the wiki directory? If it's just
content, I'd use:
fetch = wiki:refs/remotes/wiki
Jeff
Thanks, it works.
2007/7/3, Jeffrey C. Ollie [off-list ref]:
On Tue, 2007-07-03 at 17:12 +0800, Dongsheng Song wrote:
quoted
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/*
What's the structure underneath the wiki directory? If it's just
content, I'd use:
fetch = wiki:refs/remotes/wiki
Jeff