git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-svnimport on OSX?
@ 2006-04-04  1:04 Randal L. Schwartz
  2006-04-04  2:11 ` Martin Langhoff
  0 siblings, 1 reply; 4+ messages in thread
From: Randal L. Schwartz @ 2006-04-04  1:04 UTC (permalink / raw)
  To: git


Working for anyone?  Not working for me, and just wondered if it was me or a
known thing.  Maybe I'm just holding my mouth wrong, and yes, I have SVN::Core
installed.  If anyone wants details, I can provide.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: git-svnimport on OSX?
  2006-04-04  1:04 git-svnimport on OSX? Randal L. Schwartz
@ 2006-04-04  2:11 ` Martin Langhoff
  2006-04-10 14:43   ` Randal L. Schwartz
  2006-04-10 23:00   ` Rutger Nijlunsing
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Langhoff @ 2006-04-04  2:11 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: git

On 03 Apr 2006 18:04:07 -0700, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
>
> Working for anyone?  Not working for me, and just wondered if it was me or a
> known thing.  Maybe I'm just holding my mouth wrong, and yes, I have SVN::Core
> installed.  If anyone wants details, I can provide.

I think I tried and gave up on it a month or two ago, but can't
remember the details. Fink's SVN::Core is too old, and having all the
SVN toolchain is a pain. What is the problem?

BTW, getting git-svnimport to work normally takes me quite a few tries
with different options, so OSX may be perfectly innocent this time...


m

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

* Re: git-svnimport on OSX?
  2006-04-04  2:11 ` Martin Langhoff
@ 2006-04-10 14:43   ` Randal L. Schwartz
  2006-04-10 23:00   ` Rutger Nijlunsing
  1 sibling, 0 replies; 4+ messages in thread
From: Randal L. Schwartz @ 2006-04-10 14:43 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: git

>>>>> "Martin" == Martin Langhoff <martin.langhoff@gmail.com> writes:

Martin> BTW, getting git-svnimport to work normally takes me quite a few tries
Martin> with different options, so OSX may be perfectly innocent this time...

Well, is there some combination of things that will give me what
http://svn.perl.org/perl6/doc does?  Maybe it just resists all attempts. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

* Re: git-svnimport on OSX?
  2006-04-04  2:11 ` Martin Langhoff
  2006-04-10 14:43   ` Randal L. Schwartz
@ 2006-04-10 23:00   ` Rutger Nijlunsing
  1 sibling, 0 replies; 4+ messages in thread
From: Rutger Nijlunsing @ 2006-04-10 23:00 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Randal L. Schwartz, git

On Tue, Apr 04, 2006 at 02:11:02PM +1200, Martin Langhoff wrote:
> On 03 Apr 2006 18:04:07 -0700, Randal L. Schwartz <merlyn@stonehenge.com> wrote:
> >
> > Working for anyone?  Not working for me, and just wondered if it was me or a
> > known thing.  Maybe I'm just holding my mouth wrong, and yes, I have SVN::Core
> > installed.  If anyone wants details, I can provide.
> 
> I think I tried and gave up on it a month or two ago, but can't
> remember the details. Fink's SVN::Core is too old, and having all the
> SVN toolchain is a pain. What is the problem?
> 
> BTW, getting git-svnimport to work normally takes me quite a few tries
> with different options, so OSX may be perfectly innocent this time...

Could you try http://www.wingding.demon.nl/git-svnconvert.rb on
MacOSX? This one doesn't need SVN::Core, and I'm curious on what to
change for MacOSX.

By default it imports all branches it can find (see in file itself):

...
$branch_dirs = %q{
  /branches/*
  /trunk
}
...

If your layout is different (for example, like
http://svn.perl.org/perl6 where every subdir is a collection of
branches itself), use something like:

...
$branch_dirs = %q{
  */branches/*
  */trunk
}
...



-- 
Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
never attribute to a conspiracy which can be explained by incompetence
----------------------------------------------------------------------

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

end of thread, other threads:[~2006-04-10 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-04  1:04 git-svnimport on OSX? Randal L. Schwartz
2006-04-04  2:11 ` Martin Langhoff
2006-04-10 14:43   ` Randal L. Schwartz
2006-04-10 23:00   ` Rutger Nijlunsing

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