Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » Git Repo Out Of Date
Git Repo Out Of Date [message #494479] Fri, 30 October 2009 19:43 Go to next message
Mr. Gaffo is currently offline Mr. GaffoFriend
Messages: 9
Registered: October 2009
Junior Member
Looking at the SVN and Git repos, it seems that the git repo is missing from SVN Revision 408 on.

Just wanted to let people know.

-Mike
Re: Git Repo Out Of Date [message #494491 is a reply to message #494479] Fri, 30 October 2009 20:40 Go to previous messageGo to next message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Still need to figure out how to keep git and svn in sync with one
committer checking in into svn and me having to pull -- I hate doing a
git svn rebase

--
Ketan
studios.thoughtworks.com | twitter.com/ketanpkr
-

Many people feel that they deserve some kind of
recognition for all the bad things they haven't done.

On 31/10/09 1:13 AM, Mr. Gaffo wrote:
> Looking at the SVN and Git repos, it seems that the git repo is missing
> from SVN Revision 408 on.
>
> Just wanted to let people know.
>
> -Mike
Re: Git Repo Out Of Date [message #494502 is a reply to message #494491] Fri, 30 October 2009 22:13 Go to previous message
Mr. Gaffo is currently offline Mr. GaffoFriend
Messages: 9
Registered: October 2009
Junior Member
Ketan Padegaonkar wrote on Fri, 30 October 2009 16:40
Still need to figure out how to keep git and svn in sync with one
committer checking in into svn and me having to pull -- I hate doing a
git svn rebase



That's actually exactly what I'd do. I'd set up a repo that you don't use that is a svn remote of the real svn and an alternate remote of github. Then a cron job that "git svn fetch; git svn rebase; git push github svn:master" every 20 minutes or so.

Since the github repo is just a mirror of the svn, you can't push to which keeps the svn rebase from being an issue.


Previous Topic:typeText switching shells
Next Topic:Best Practice similar to using ID's in Selenium
Goto Forum:
  


Current Time: Tue Apr 16 12:50:30 GMT 2024

Powered by FUDForum. Page generated in 0.38060 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top