Hi Guido, On Monday 09 of June 2008, Michael Meeks wrote:
> > I don't know how expensive this would be, but would it be possible to > > maintain a Git clone as a mirror that is synced with the Subversion > > repo on at least daily basis? > > No doubt you'll find something like this at go-oo at some stage - if > you want to help maintain that & get it setup nicely, we can certainly > give you access to get involved [ that would be cool ]. If so, please > contact kendy (CC'd) privately. Indeed :-) I see at least 2 possibilities here. The quick one would be to use git-svn which gives you lots of the git pluses, the problem is that you still have to have the SVN in mind - you would not push to the git repo, but rather use the special git-svn's commands to commit to the svn. Another possibility would be to do something like you suggested, a git tree that would track the SVN development, and with cooperation of the CWS tools would sync the changes back (syncing back could be triggered by push immediately I guess, not sure about the tracking the development in SVN). I like this a bit more, but for sure it will be more work - help will be appreciated if you are interested. Regards, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
