comments about git
Cantor, Scott
cantor.2 at osu.edu
Mon Feb 25 21:19:24 EST 2013
On 2/25/13 9:15 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>Looks like my idea was not a good one, which was to host a git
>repository on shibboleth.net, from which changes would be pushed to
>svn. Instead, it appears that changes should be sent directly to svn
>from a local git svn clone.
Yes, but that's just mostly a technicality. The point of the hosted repo
is to push changes so that other developers can see them outside of svn or
to help move things between machines.
But yes, the actual dcommits would come from a local one.
>The git repository I envisioned would actually need to consist of a
>"fetching" repository as well as "bare" repo, which is more
>complicated than I had hoped for.
I started mine using a bare one, but it was a waste of time. Using a
regular clone from svn made it easier to sync things back up with svn
periodically and avoid merging problems from the differences between my
local copies across machines.
-- Scott
More information about the dev
mailing list