git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* using git with Google Code
@ 2010-11-25 14:52 Bond
  2010-11-25 15:03 ` Jonathan Nieder
  0 siblings, 1 reply; 4+ messages in thread
From: Bond @ 2010-11-25 14:52 UTC (permalink / raw)
  To: git

Ok by now I have wasted a couple of hours.Scratching my head and
searching for information reading blogs documents etc etc.Finally I
decided to create this thread.
I decided to put my programs on Google Code and since  I found git to
be a popular thing I decided to use it.
 I want to host my codes as
http://code.google.com/p/something/
On my local machine I have a folder named bond which I want to commit
to above url.
I have checked
http://flashsim.wordpress.com/category/google-code/
the guy seems to be quite frustrated with git.
Google gives a link to read a doc
http://hgbook.red-bean.com/read/file-names-and-pattern-matching.html
read it completely and this actually did not helped me a bit.
In the comments section of following link
http://google-opensource.blogspot.com/2008/05/develop-with-git-on-google-code-project.html
I get a URL
http://linuxsagas.wordpress.com/2009/06/05/adding-a-project-to-git-and-google-code/
this guy seems reasonably mature to write how to begin.

So now in my directory I go and here are the steps which till now I have done.
mkdir st/bond
cp -r $HOME/st/*.c $HOME/st/bond
cd bond
git init
git commit -m "Initial Release Candidate"[/code]

and then I do

git svn clone --username me  https://myproject.googlecode.com/svn/trunk
git: 'svn' is not a git command. See 'git --help'.

Did you mean one of these?
	fsck
	show


Now what do I do to get rid of above message.I have been searching all
across internet and I have not found correct thing with respect to my
question.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: using git with Google Code
  2010-11-25 14:52 using git with Google Code Bond
@ 2010-11-25 15:03 ` Jonathan Nieder
  2010-11-26 10:55   ` Bond
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Nieder @ 2010-11-25 15:03 UTC (permalink / raw)
  To: Bond; +Cc: git

Bond wrote:

> git svn clone --username me  https://myproject.googlecode.com/svn/trunk
> git: 'svn' is not a git command. See 'git --help'.
> 
> Did you mean one of these?
> 	fsck
> 	show

Is git-svn installed?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: using git with Google Code
  2010-11-25 15:03 ` Jonathan Nieder
@ 2010-11-26 10:55   ` Bond
  2010-11-26 15:12     ` Tay Ray Chuan
  0 siblings, 1 reply; 4+ messages in thread
From: Bond @ 2010-11-26 10:55 UTC (permalink / raw)
  To: Jonathan Nieder; +Cc: git

On Thu, Nov 25, 2010 at 8:33 PM, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Bond wrote:
>
>> git svn clone --username me  https://myproject.googlecode.com/svn/trunk
>> git: 'svn' is not a git command. See 'git --help'.
>>
>> Did you mean one of these?
>>       fsck
>>       show
>
> Is git-svn installed?
>
I do not remember if it was installed or not.After reading your
message I did an apt-get to git-svn I am using Ubuntu 10.04  64 bit.
On my project there is no single file right now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: using git with Google Code
  2010-11-26 10:55   ` Bond
@ 2010-11-26 15:12     ` Tay Ray Chuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tay Ray Chuan @ 2010-11-26 15:12 UTC (permalink / raw)
  To: Bond; +Cc: Jonathan Nieder, git

On Fri, Nov 26, 2010 at 6:55 PM, Bond <jamesbond.2k.g@gmail.com> wrote:
> I do not remember if it was installed or not.After reading your
> message I did an apt-get to git-svn I am using Ubuntu 10.04  64 bit.
> On my project there is no single file right now.

So you've installed git-svn already? Try

  git svn -h

Anything?

-- 
Cheers,
Ray Chuan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-26 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25 14:52 using git with Google Code Bond
2010-11-25 15:03 ` Jonathan Nieder
2010-11-26 10:55   ` Bond
2010-11-26 15:12     ` Tay Ray Chuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).