* Problems Cloning an SVN repo.
@ 2008-12-09 17:54 Tim Visher
2008-12-09 18:09 ` Peter Harris
2008-12-09 18:12 ` Deskin Miller
0 siblings, 2 replies; 4+ messages in thread
From: Tim Visher @ 2008-12-09 17:54 UTC (permalink / raw)
To: git
Hello everyone,
I'm trying to use `git svn clone` to begin to work with a project
stored in subversion through git for the work I do on the project
locally. I installed git through cygwin and I'm getting the following
error when executing the command.
Can't locate SVN/Core.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/5.10/i686-cygwin
/usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686-cygwin
/usr/lib/perl5/vendor_perl/5.10/i686-cygwin
/usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/vendor_perl/5.8 .) at /usr/sbin/git-core//git-svn line
29.
Any help?
--
In Christ,
Timmy V.
http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems Cloning an SVN repo.
2008-12-09 17:54 Problems Cloning an SVN repo Tim Visher
@ 2008-12-09 18:09 ` Peter Harris
2008-12-09 19:41 ` Tim Visher
2008-12-09 18:12 ` Deskin Miller
1 sibling, 1 reply; 4+ messages in thread
From: Peter Harris @ 2008-12-09 18:09 UTC (permalink / raw)
To: Tim Visher; +Cc: git
On Tue, Dec 9, 2008 at 12:54 PM, Tim Visher wrote:
> Hello everyone,
>
> I'm trying to use `git svn clone` to begin to work with a project
> stored in subversion through git for the work I do on the project
> locally. I installed git through cygwin and I'm getting the following
> error when executing the command.
>
> Can't locate SVN/Core.pm in @INC (@INC contains:
> /usr/lib/perl5/site_perl/5.10 /usr/lib/perl5/5.10/i686-cygwin
> /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686-cygwin
> /usr/lib/perl5/vendor_perl/5.10/i686-cygwin
> /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8
> /usr/lib/perl5/vendor_perl/5.8 .) at /usr/sbin/git-core//git-svn line
> 29.
>
> Any help?
Did you install the subversion-perl cygwin package?
Peter Harris
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems Cloning an SVN repo.
2008-12-09 17:54 Problems Cloning an SVN repo Tim Visher
2008-12-09 18:09 ` Peter Harris
@ 2008-12-09 18:12 ` Deskin Miller
1 sibling, 0 replies; 4+ messages in thread
From: Deskin Miller @ 2008-12-09 18:12 UTC (permalink / raw)
To: Tim Visher; +Cc: git
On Tue, Dec 09, 2008 at 12:54:20PM -0500, Tim Visher wrote:
> Can't locate SVN/Core.pm in @INC (@INC contains:
This is perl's way of saying "you don't have the SVN perl bindings in
some place I can find them". I've not used git-svn under cygwin and
lack a windows computer to test, but on debian the SVN perl bindings are
in packages called libsvn-perl or libsvn-core-perl; I'd look for
similarly-named packages in cygwin's installer, or alternately packages
related to SVN. If you're sure that the bindings are already installed,
you can fiddle with perl's module search path to detect them in an
unusual location: look at the -I flag to perl.
If that doesn't work, you can try building svn from source under cygwin,
and installing the perl bindings that way.
Hope that helps,
Deskin Miller
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-09 19:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 17:54 Problems Cloning an SVN repo Tim Visher
2008-12-09 18:09 ` Peter Harris
2008-12-09 19:41 ` Tim Visher
2008-12-09 18:12 ` Deskin Miller
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).