martin liste larsson <martin.liste.larsson@xxxxxxxxx> wrote: > I have a problem using git-svn. Is this the right place to ask then? Hi, Yes, feel free to Cc me directly as well. > I have followed Andy Delcambre's > http://herebeforeatreplies.com/2008/03/04/git-svn-workflow.html, but > it seems that not all my tags and branches are being imported from svn > to (local) git. That is, 'git branch -a' gives much less output (about > half) of the combination 'svn list http://repos/branches' and 'svn > list http://repos/tags'. Are there branches/tags in subdirectories? As in, do you have stuff in http://repos/branches/foo/* as well as just http://repos/branches/* ? You'll need git 1.6.4 to handle that with multiple branches entries: before: [svn-remote "svn"] branches = project/branches/*:refs/remotes/* after: [svn-remote "svn"] branches = project/branches/*:refs/remotes/* branches = project/branches/foo/*: refs/remotes/foo/* > What's missing seems to be the newest > branches and tags. Just checking the obvious, you are running "git svn fetch", right? -- Eric Wong -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html