git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Problems with importing Adobe Opensource SVN repos
@ 2008-08-26 22:48 Weyert de Boer
  2008-08-27  8:00 ` Stefan Naewe
  0 siblings, 1 reply; 2+ messages in thread
From: Weyert de Boer @ 2008-08-26 22:48 UTC (permalink / raw)
  To: git

Hello!

I am trying to import some SVN repositories available at Adobe
Opensource. Mainly I am trying to import the
repo of Flex. Only I am having trouble to get it imported into GIT.
The problem is that it keeps asking for the authentication
credentials.

I have tried the following commands:

git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/flex/sdk

and

git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/cairngorm

The results I am getting are as follows:

git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/flex/sdk
Authentication realm: <http://opensource.adobe.com:80> Opensource
Subversion Repository
Password for 'albinotreefrog':

This keeps occurring until you cancel the command.

The information about the Flex SDK repo can be found at:
http://opensource.adobe.com/wiki/display/flexsdk/Get+Source+Code

Anyone happen to know what I am doing wrong?

Thanks in advance,

Weyert de Boer

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

* Re: Problems with importing Adobe Opensource SVN repos
  2008-08-26 22:48 Problems with importing Adobe Opensource SVN repos Weyert de Boer
@ 2008-08-27  8:00 ` Stefan Naewe
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Naewe @ 2008-08-27  8:00 UTC (permalink / raw)
  To: git

Weyert de Boer <weyert <at> gmail.com> writes:

> 
> Hello!
> 
> I am trying to import some SVN repositories available at Adobe
> Opensource. Mainly I am trying to import the
> repo of Flex. Only I am having trouble to get it imported into GIT.
> The problem is that it keeps asking for the authentication
> credentials.
> 
> I have tried the following commands:
> 
> git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/flex/sdk
> 
> and
> 
> git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/cairngorm
> 
> The results I am getting are as follows:
> 
> git svn clone --stdlayout http://opensource.adobe.com/svn/opensource/flex/sdk
> Authentication realm: <http://opensource.adobe.com:80> Opensource
> Subversion Repository
> Password for 'albinotreefrog':
> 
> This keeps occurring until you cancel the command.
> 
> The information about the Flex SDK repo can be found at:
> http://opensource.adobe.com/wiki/display/flexsdk/Get+Source+Code
> 
> Anyone happen to know what I am doing wrong?
> 
> Thanks in advance,
> 
> Weyert de Boer

I get the same results.
'git svn' tries to access http://opensource.adobe.com with is indeed protected
 by password.

It works for me if I do 
git svn clone  http://opensource.adobe.com/svn/opensource/flex/sdk/trunk
adobe-flex-sdk

Regards,
Stefan

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

end of thread, other threads:[~2008-08-27  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 22:48 Problems with importing Adobe Opensource SVN repos Weyert de Boer
2008-08-27  8:00 ` Stefan Naewe

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