* do_fetch() with svn which has http prefix
@ 2014-12-05 4:09 Yu, Chan KitX
2014-12-05 5:50 ` Sven Ebenfeld
0 siblings, 1 reply; 2+ messages in thread
From: Yu, Chan KitX @ 2014-12-05 4:09 UTC (permalink / raw)
To: 'yocto@yoctoproject.org'
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Hi,
I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunk but since that repo has a http prefix, I don't think it's smart enough to recognize that the link is actually an SVN repo. So how do I work around this problem?
Thanks,
Chan Kit
[-- Attachment #2: Type: text/html, Size: 2202 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: do_fetch() with svn which has http prefix
2014-12-05 4:09 do_fetch() with svn which has http prefix Yu, Chan KitX
@ 2014-12-05 5:50 ` Sven Ebenfeld
0 siblings, 0 replies; 2+ messages in thread
From: Sven Ebenfeld @ 2014-12-05 5:50 UTC (permalink / raw)
To: Yu, Chan KitX, Yocto Project
Hi Chan,
Am 05.12.2014 um 05:09 schrieb Yu, Chan KitX:
> Hi,
>
> I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunk but since that repo has a http prefix, I don't think it's smart enough to recognize that the link is actually an SVN repo. So how do I work around this problem?
Use svn://llvm.org/svn/llvm-project/llvm;protocol=http;module=trunk as
fetch URL.
>
> Thanks,
> Chan Kit
>
>
>
Cheers,
Sven
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-05 5:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 4:09 do_fetch() with svn which has http prefix Yu, Chan KitX
2014-12-05 5:50 ` Sven Ebenfeld
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.