> Thanks. Unfortunately I do have a lot of branches. Actually, the fetch > does pick up all branches and sends them to the "bare" repository so > that every fetch updates every branch. So far it is only the dcommit > that is giving the problem. I am trying to avoid having to get > everyone use a git svn clone from the original svn repository rather > than a git clone from a git repository. So far, the only way to do > this is to only dcommit to the trunk (or master).
How about having people.. * cloning the bare repository (so they don't have to wait for the very long git svn clone process) * doing a git svn init -s svn_url (like it is configured in the fetching repo) * dcommit to svn themselves with "upci". > I would also have to set up automatic scripts to dcommit when everyone > commits as well. I think it's best that people themselves are responsible for running dcommit/upci. Automating committing to svn like this can be a bit dangerous. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.