Can git-svn treat specify paths as branches ?

3 messages, 2 authors, 2016-06-15 · open the first message on its own page

Can git-svn treat specify paths as branches ?

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

Re: Can git-svn treat specify paths as branches ?

From: Jeffrey C. Ollie <hidden>
Date: 2016-06-15 22:43:19

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

Re: Can git-svn treat specify paths as branches ?

From: Dongsheng Song <hidden>
Date: 2016-06-15 22:43:19

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

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help