git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Importing svn branch
@ 2007-11-01 15:49 LCID Fire
  2007-11-01 17:23 ` Sean
  0 siblings, 1 reply; 3+ messages in thread
From: LCID Fire @ 2007-11-01 15:49 UTC (permalink / raw)
  To: git

Could anyone give me an example how to import this branch:
svn.gnome.org/svn/banshee/branches/banshee/stable

I tried git-svnimport -v -T banshee/stable/ -o master
http://svn.gnome.org/svn/banshee
and he imports a lot - but not the branch I want. Seems like I'm missing
something :(

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

* Re: Importing svn branch
  2007-11-01 15:49 Importing svn branch LCID Fire
@ 2007-11-01 17:23 ` Sean
  2007-11-01 22:39   ` LCID Fire
  0 siblings, 1 reply; 3+ messages in thread
From: Sean @ 2007-11-01 17:23 UTC (permalink / raw)
  To: LCID Fire; +Cc: git

On Thu, November 1, 2007 10:49 am, LCID Fire said:
> Could anyone give me an example how to import this branch:
> svn.gnome.org/svn/banshee/branches/banshee/stable
>
> I tried git-svnimport -v -T banshee/stable/ -o master
> http://svn.gnome.org/svn/banshee
> and he imports a lot - but not the branch I want. Seems like I'm missing
> something :(

On Thu, November 1, 2007 10:49 am, LCID Fire said:
> Could anyone give me an example how to import this branch:
> svn.gnome.org/svn/banshee/branches/banshee/stable
>
> I tried git-svnimport -v -T banshee/stable/ -o master
> http://svn.gnome.org/svn/banshee
> and he imports a lot - but not the branch I want. Seems like I'm missing
> something :(
>
>

git-svnimport should probably be officially deprecated; you're not the
first person to struggle with it.  Fortunately there's another option
provided with Git which will likely give you what you're looking for:

   git svn clone http://svn.gnome.org/svn/banshee/branches/banshee/stable

Good luck,
Sean

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

* Re: Importing svn branch
  2007-11-01 17:23 ` Sean
@ 2007-11-01 22:39   ` LCID Fire
  0 siblings, 0 replies; 3+ messages in thread
From: LCID Fire @ 2007-11-01 22:39 UTC (permalink / raw)
  To: Sean; +Cc: git

Sean wrote:
> git-svnimport should probably be officially deprecated; you're not the
> first person to struggle with it.  Fortunately there's another option
> provided with Git which will likely give you what you're looking for:
> 
>    git svn clone http://svn.gnome.org/svn/banshee/branches/banshee/stable
Okay, I tried git-svn after I was stuck with svnimport. Although I still
couldn't figure out how to clone a single branch (due to some confusing
complaints) I just cloned the whole repro, which was working fine.
Thanks.

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

end of thread, other threads:[~2007-11-01 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 15:49 Importing svn branch LCID Fire
2007-11-01 17:23 ` Sean
2007-11-01 22:39   ` LCID Fire

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).