* Can git-svn treat specify paths as branches ?
@ 2007-07-03 9:12 Dongsheng Song
2007-07-03 12:53 ` Jeffrey C. Ollie
0 siblings, 1 reply; 3+ messages in thread
From: Dongsheng Song @ 2007-07-03 9:12 UTC (permalink / raw)
To: Git Mailing List
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can git-svn treat specify paths as branches ?
2007-07-03 9:12 Can git-svn treat specify paths as branches ? Dongsheng Song
@ 2007-07-03 12:53 ` Jeffrey C. Ollie
2007-07-03 14:11 ` Dongsheng Song
0 siblings, 1 reply; 3+ messages in thread
From: Jeffrey C. Ollie @ 2007-07-03 12:53 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
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
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can git-svn treat specify paths as branches ?
2007-07-03 12:53 ` Jeffrey C. Ollie
@ 2007-07-03 14:11 ` Dongsheng Song
0 siblings, 0 replies; 3+ messages in thread
From: Dongsheng Song @ 2007-07-03 14:11 UTC (permalink / raw)
To: Jeffrey C. Ollie; +Cc: git
Thanks, it works.
2007/7/3, Jeffrey C. Ollie <jeff@ocjtech.us>:
> 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
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-03 14:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-03 9:12 Can git-svn treat specify paths as branches ? Dongsheng Song
2007-07-03 12:53 ` Jeffrey C. Ollie
2007-07-03 14:11 ` Dongsheng Song
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).