Brian Donahue on 3 Apr 2009 08:07:29 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: git resources

  • From: Brian Donahue <brian@pigeonmoon.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: git resources
  • Date: Fri, 3 Apr 2009 11:07:17 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of brian@pigeonmoon.com designates 74.125.44.29 as permitted sender) smtp.mail=brian@pigeonmoon.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :mime-version:received:in-reply-to:references:date:message-id :subject:from:to:content-type:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; bh=yMYgW/hLs5OHoyyLIkkuMESlOHaRacBgx4/phvikVPw=; b=eOJOnDfwU5ErGJeZlEr3W6Vf9S5XuVApZzUM8kBdIuVJ/ZSj8vgQPYZYbaTOgC/e9t gAOn3LtCn6/1RjYaHPvK4hdrni+WaRqeTef+E4Qbd0HxCzKy7TelZMXaTHsjynNSn9Mx lR79wLNJDA/+UEtDz8sFGWQghlEhYnchveqRc=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Well, a full clone actually failed - but I'd blame that on an old, large, and probably poorly cared for SVN repo.  So, I went for "git svn init" and "git svn fetch -r <a mid level revision>:HEAD"  which seemed to work. 

The modified files are in a 3rd part library subdirectory - and seem to be mainly xml and config files. 

I am using the msysgit package on windows, and it is sort of in a "use at your own risk" state for git-svn, though I know several folks who are using it without issue.



On Fri, Apr 3, 2009 at 10:41 AM, Kyle R. Burton <kyle.burton@gmail.com> wrote:

> So, I'm trying to get into git, starting with git-svn.  I managed to clone
> my svn repo, but after it was done, it shows modified files locally, which
> is not (or should not be) accurate...  I am trying to do the equivalent of
> an svn revert, but I don't seem to be getting it right.  I've been messing
> with reset, rebase, and checkout but the modified files remain...

So you started with: 'git svn clone http://svn/repo/proj/trunk'?

And when you follow that up w/a  'cd proj; git status' it shows
modified files?  That's uncommon behavior for me - what files did it
show as modified?