On Tue, Mar 24, 2009 at 2:41 AM, Pascal Obry <pascal@xxxxxxxx> wrote: > Aaron Gray a écrit : >> Probably. I am getting an error on doing 'git svn rebase' :- >> >> many filenames * : needs update >> update---index --refresh: command returned error: 1 > > So before the rebase try: > > $ git reset --hard HEAD > > then > > $ git svn rebase > To be clear, this will destroy any non-committed changes in your working copy so if you in fact are erroneously getting those errors because you forgot to do a `git add .; git commit` on files you've changed that you _meant_ to change, then you will lose those changes. What's the output of `git status`? -- In Christ, Timmy V. http://burningones.com/ http://five.sentenc.es/ - Spend less time on e-mail -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html