Bill,
I'm trying to move our small dev team to git while still allowing our
ceo to use tortise-svn to get latest from our svn repository. I've
been able to git-svn a small demo app from the svn repo down to my
local git repository, but I cannot figure out how to push that local
repo to github so that the rest of the team can just git it from
there. I can't seem to commit the app files without actually changing
them (i.e. touch doesn't make them 'change' and become available for a
commit). Is there an easy way to do this? Should I be cloning the
svn repo directly to github (is that possible?) and then cloning that
locally? And then git dcommit from github back to the svn repo? Or
what?
You could import your svn repository using the github import facility
(http://help.github.com/svn-importing/ ). Your boss could access the
repository using github's svn gateway:
http://github.com/blog/626-announcing-svn-support which now even
supports write access: http://github.com/blog/644-subversion-write-support
--Diego
--
You received this message because you are subscribed to the Google Groups
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/github?hl=en.