On Tue, Nov 24, 2009 at 9:14 AM, Guillaume Lelarge <[email protected]> wrote:
> Unfortunately, yesterday evening, I had a big fight with it. I tried the "git > rebase git-svn --interactive", and I did a big mistake (IIRC, I tried to > squash the first commit, which it didn't like at all). I didn't find a way to > fix my mistake, so I had to "git svn clone" once again (which, BTW, is a > really long, long operation). Yeah, it is. I've never actually tried an interactive rebase. I normally just 'git stash', then 'git svn rebase' and then 'git stash apply'. I'm still a relative git newbie though - there may be better ways to drive it. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
