On Wed, May 16, 2012 at 2:10 PM, Philip Martin
<philip.mar...@wandisco.com> wrote:
> Justin Erenkrantz <jus...@erenkrantz.com> writes:
>
>> On Wed, May 16, 2012 at 10:55 AM, Mark Phippard <markp...@gmail.com> wrote:
>>> I am trying Wireshark but it says I do not have any interfaces it can
>>> use.  I am on a Macbook Air so maybe it needs an Ethernet adapter.
>>> Looking for other mac capture tools right now.
>>
>> As root, use:
>>
>> # tcpdump -w /tmp/mycapture.dump -i en0 -s 0 host cu121.cloud.sp.collab.net
>
> Or as an ordinary user:
>
> socat -v TCP-LISTEN:8080,reuseaddr,fork TCP4:localhost:http
>
> and then connect Subversion to port 8080.

Never used this program and Google help not great.  This is what I am trying:

In Terminal 1:

$ socat -v TCP-LISTEN:8080,reuseaddr,fork TCP4:cu121.cloud.sp.collab.net:http

In Terminal 2:

 $ svn co --depth=immediates http://localhost:8080/svn/desktop
subversion/svn/checkout-cmd.c:168: (apr_err=61)
subversion/libsvn_client/checkout.c:103: (apr_err=61)
subversion/libsvn_client/ra.c:495: (apr_err=61)
subversion/libsvn_client/ra.c:362: (apr_err=61)
subversion/libsvn_ra/ra_loader.c:500: (apr_err=61)
svn: E000061: Unable to connect to a repository at URL
'http://localhost:8080/svn/desktop'
subversion/libsvn_ra_serf/util.c:780: (apr_err=61)
subversion/libsvn_ra_serf/util.c:747: (apr_err=61)
svn: E000061: Error running context: Connection refused

Obviously I am not understanding how to use this tool.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to