Found 11 matching messages (0.025 seconds). Page 1 of 1.
... :56 PM, Jeff King
git - Chris Ortman - Jan 15 2008 - 17:01
... my boss that ran into this, he's using msysgit on XP. > I'm not sure what service pack. > > Chris Ortman wrote: >> I am also running into this problem. >> Are you running windows+cygwin or git on linux? >> I am ...
git - Chris Ortman - May 30 2008 - 09:42
Something that would really benefit the folks who use git to manage a subversion repository (such as myself) would be a special format-patch command for git-svn that creates a tortoise svn compatible diff file. Thanks. - To unsubscribe from this
git - Chris Ortman - Jan 15 2008 - 09:59
The format that TortoiseSVN expects is the same as the format of svn diff. The most apparent differences are diff --git a/Facilities/EventWiring/Castle.Facilities.EventWiring.Tests/Castle.Facilities.EventWiring.Tests-vs2005.csproj b/Facilities/
git - Chris Ortman - Jan 15 2008 - 11:58
Sure, but I will probably need some guidance. Are you thinking to just create the standard patch but then regex replace the necessary lines or something different? Thanks - To unsubscribe from this list: send the line "unsubscribe git" in the
git - Chris Ortman - Jan 15 2008 - 12:23
Should this be a new command in git-svn.perl? or something in contrib? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info
git - Chris Ortman - Jan 15 2008 - 13:07
Myself and many others have excellent luck with the cygwin version. But the reasoning behind wanting this isn't so much for the developer that is creating the patch as it is for the person receiving it. Most of the projects I work on use tortoise to
git - Chris Ortman - Jan 15 2008 - 15:04
You are correct about Tortoise in that it is too strict. I looked through their code and they have written their own patch program which keys off these Index: lines http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseMerge/Patch.cpp I
git - Chris Ortman - Jan 15 2008 - 16:30
Up until today I've always run git off whatever debs come with ubuntu. But if I'm going to try to do some work I figured I should be compiling from source. To compile I did git co -b current v1.5.3.8 make make install then to check which git
git - Chris Ortman - Jan 15 2008 - 16:34
I'm sorry I completely forgot there was username / password on that link username: guest password: '' Tortoise does care about the line of equals signs, although it seems like an unecessary one from my understanding. From the best I can tell it
git - Chris Ortman - Jan 15 2008 - 22:01
I am also running into this problem.
Are you running windows+cygwin or git on linux?
I am on XPSP2 and cygwin
On Wed, May 14, 2008 at 10:59 AM, D. Stuart Freeman
git - Chris Ortman - May 29 2008 - 12:49