Re: SVN co error

2005-11-08 Thread Sean Schofield
I used https to access SVN even before I was a committer. For some reason I could check out using https but not http. (Bad network monkeys!) My point is that https works even if you are not a committer and it might even be a way to get around your firewall. sean On 11/8/05, Simon Kitching <[EM

Re: SVN co error

2005-11-08 Thread Simon Kitching
Dave wrote: I can not ping the svn.apache.org. (blocked) I can browse the http address. Does this mean the command svn co http:// should be OK? Yep. SVN clients just uses standard http to talk to the server (it's one of the nicest things about svn). So if you can browse the site with

Re: SVN co error

2005-11-08 Thread Grant Smith
Yes, although I can think of a reason why it would still fail: It looks like you're using svn on a unix-based system. Are you sure the version you're using has support for accessing repositories on a URL ? I seem to remember compiler-time options for this.. On 11/8/05, Dave <[EMAIL PROTECTED]> wrot

Re: SVN co error

2005-11-08 Thread Dave
I can not ping the svn.apache.org. (blocked) I can browse the http address. Does this mean the command     svn co http:// should be OK?    thanks. Simon Kitching <[EMAIL PROTECTED]> wrote: Grant Smith wrote:> Can you ping svn.apache.org ? If not, you have a > local connectivity issue.Or try en

Re: SVN co error

2005-11-08 Thread Simon Kitching
Grant Smith wrote: Can you ping svn.apache.org ? If not, you have a local connectivity issue. Or try entering http://svn.apache.org/repos/asf/myfaces into your web browser. You should see a directory listing. Maybe you're behind a corporate firewall that blocks that ho

Re: SVN co error

2005-11-08 Thread Grant Smith
Can you ping svn.apache.org ? If not, you have a local connectivity issue.On 11/8/05, Dave < [EMAIL PROTECTED]> wrote:I tried using the http. But I got the same error message. Simon Kitching <[EMAIL PROTECTED]> wrote: Dave wrote:> I am trying to follow the instruction and build a debug version :>

Re: SVN co error

2005-11-08 Thread Dave
I tried using the http. But I got the same error message.Simon Kitching <[EMAIL PROTECTED]> wrote: Dave wrote:> I am trying to follow the instruction and build a debug version :> > > > svn co https://svn.apache.org/repos/asf/myfaces/current > myfaces-current> cd myfaces-current/build> ant download-

Re: SVN co error

2005-11-08 Thread Simon Kitching
Dave wrote: I am trying to follow the instruction and build a debug version : svn co https://svn.apache.org/repos/asf/myfaces/current myfaces-current cd myfaces-current/build ant download-dependencies dist-all > svn co https://svn.apache.org/repos/asf/myfaces/c

Re: SVN co error

2005-11-08 Thread Dave
In addition, I have already downloaded source code from the source distribution area. There is no build.xml. how to build it? Thanks.Dave <[EMAIL PROTECTED]> wrote: I am trying to follow the instruction and build a debug version :       svn co https://svn.apache.org/repos/asf/myfaces/current m

SVN co error

2005-11-08 Thread Dave
I am trying to follow the instruction and build a debug version :       svn co https://svn.apache.org/repos/asf/myfaces/current myfaces-current    cd myfaces-current/build    ant download-dependencies dist-all   > svn co https://svn.apache.org/repos/asf/myfaces/current myfaces-current s