Kyle R. Burton on 3 Apr 2009 07:41:36 -0700


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

Re: git resources

  • From: "Kyle R. Burton" <kyle.burton@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: git resources
  • Date: Fri, 3 Apr 2009 10:41:23 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of kyle.burton@gmail.com designates 74.125.92.148 as permitted sender) smtp.mail=kyle.burton@gmail.com; dkim=pass (test mode) header.i=@gmail.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 :dkim-signature:domainkey-signature:mime-version:received :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=vHbSObFwObrGCUkp5DlZKDyOUXLIH8XHBD6hXzIk8d4=; b=tQ0XzmmEhz4TvucGpvSbhCLqI3DBs7l0Cd3ISLiwxgGQoUoWlw6TohhlK4b7i9OfsD lvvJEzUakIOSJ7zN+k4B3PBypsS5Rr/hzYchK/ANwXXlK0WeEcHDSfdzE+SQ6ydRUdRC BAY233csNU74bVq3+aTtcIp+BFHS0SgKawxpc=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=32ELM7R6+nC9M8KqLDq0+AN/WXU9iktfi0NbqR8NdjA=; b=s2ei/zqGrsLf9DeUEqXBbf4uvQ3SdkPTzyA+U/sTNeiFwl/oDspcU33SYIhbyE1nDL JNaKaI9HPf+N3yEaEtnZwJIhkmxDpwZtaCEwvoeberfLhxOKMbvZDLxUpG9QTdqUXVf/ c9VJgqw+ZPoINmOXZIvJ/C+yJ/RpBz6RKXWjU=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

> 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?