Thread (13 messages) flat view 13 messages, 5 authors, 2016-06-15

Re: git-svn branch naming question

From: Miklos Vajna <hidden>
Date: 2016-06-15 22:43:57

On Sat, Dec 08, 2007 at 07:26:08PM -0800, Eric Wong [off-list ref] wrote:
Perhaps git-clone could gain the ability to clone refs/remotes/ as-is
without an extra step?
well, what i did for now is to use 2 repos. i use git-svn to create a
regular git-svn repo from svn, then an other one to create a regular git
repo from the git-svn one. this has one benefit: git-svn requires a
working tree, but i definitely want to publish only a bare repo. so here
is what i have in the bare repo's config:

[remote "origin"]
        url = /path/to/git-svn/repo
        fetch = +refs/remotes/origin/tags/*:refs/tags/*
        fetch = +refs/remotes/origin/trunk:refs/heads/master
        fetch = +refs/remotes/origin/*:refs/heads/*

then a simple git fetch will do what i need. i'm not entirely sure this
is the right think to do, but works for me :)

thanks,
- VMiklos

Attachments

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