git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Can't import Xenomai svn repo
@ 2006-07-04  8:48 llandre
  2006-07-04 10:17 ` Dennis Stosberg
  0 siblings, 1 reply; 3+ messages in thread
From: llandre @ 2006-07-04  8:48 UTC (permalink / raw
  To: git

Hi all,

I tried to import Xenomai svn repo but the script failed:

git-svnimport -v -C xenomai.git http://svn.gna.org/xenomai/trunk
RA layer request failed: PROPFIND request failed on '/xenomai/trunk': 
PROPFIND of '/xenomai/trunk': 405 Method Not Allowed 
(http://svn.gna.org) at /usr/bin/git-svnimport line 135

Git version is 1.4.0.
Anybody can help me?


TIA,
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2@dave-tech.it

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

* Re: Can't import Xenomai svn repo
  2006-07-04  8:48 Can't import Xenomai svn repo llandre
@ 2006-07-04 10:17 ` Dennis Stosberg
  2006-07-05 10:04   ` llandre
  0 siblings, 1 reply; 3+ messages in thread
From: Dennis Stosberg @ 2006-07-04 10:17 UTC (permalink / raw
  To: llandre; +Cc: git

llandre wrote:

> I tried to import Xenomai svn repo but the script failed:
> 
> git-svnimport -v -C xenomai.git http://svn.gna.org/xenomai/trunk
> RA layer request failed: PROPFIND request failed on '/xenomai/trunk': 
> PROPFIND of '/xenomai/trunk': 405 Method Not Allowed (http://svn.gna.org) at 
> /usr/bin/git-svnimport line 135

Looks like the repository is simply not accessible by http.

    $ svn co http://svn.gna.org/xenomai/trunk
    svn: PROPFIND request failed on '/xenomai/trunk'
    svn: PROPFIND of '/xenomai/trunk': 405 Method Not Allowed (http://svn.gna.org)

git-svnimport imports a complete svn repository including its
branches and tags (as long as the svn repo follows the official
layout).  So you would run it against the repository's root:

    git svnimport svn://svn.gna.org/xenomai/

If you want to import/track the trunk only (and maybe commit to it),
git-svn from git's contrib is probably what you want.

Regards,
Dennis

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

* Re: Can't import Xenomai svn repo
  2006-07-04 10:17 ` Dennis Stosberg
@ 2006-07-05 10:04   ` llandre
  0 siblings, 0 replies; 3+ messages in thread
From: llandre @ 2006-07-05 10:04 UTC (permalink / raw
  To: Dennis Stosberg; +Cc: git

Dennis,

thanks a lot for your help.
This command starts fine but ...

git-svnimport -C xenomai2.git svn://svn.gna.org/xenomai

... after a while it fails:

Committing initial tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
Committing initial tree 77c387d69d2880a9c3f25764b952e821af919755
Network connection closed unexpectedly: Connection closed unexpectedly 
at /usr/bin/git-svnimport line 348

-- 
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2@dave-tech.it


>> I tried to import Xenomai svn repo but the script failed:
>>
>> git-svnimport -v -C xenomai.git http://svn.gna.org/xenomai/trunk
>> RA layer request failed: PROPFIND request failed on '/xenomai/trunk': 
>> PROPFIND of '/xenomai/trunk': 405 Method Not Allowed (http://svn.gna.org) at 
>> /usr/bin/git-svnimport line 135
> 
> Looks like the repository is simply not accessible by http.
> 
>     $ svn co http://svn.gna.org/xenomai/trunk
>     svn: PROPFIND request failed on '/xenomai/trunk'
>     svn: PROPFIND of '/xenomai/trunk': 405 Method Not Allowed (http://svn.gna.org)
> 
> git-svnimport imports a complete svn repository including its
> branches and tags (as long as the svn repo follows the official
> layout).  So you would run it against the repository's root:
> 
>     git svnimport svn://svn.gna.org/xenomai/
> 
> If you want to import/track the trunk only (and maybe commit to it),
> git-svn from git's contrib is probably what you want.
> 
> Regards,
> Dennis
> 
> 

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

end of thread, other threads:[~2006-07-05 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04  8:48 Can't import Xenomai svn repo llandre
2006-07-04 10:17 ` Dennis Stosberg
2006-07-05 10:04   ` llandre

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).