Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Regarding downloading source

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Wed, 28 Mar 2007 14:20:34 +0100
Manjunath P wrote:
> I have special "Downloading Rights "  in my  office and my m/c is not behind 
> any firewall. I  downloaded a tortoise SVN(  recent SVN 1.4.3   win32 ). 
> When I try to do  "svn --version"    on my cmd line , I get  an error   "The 
> application has failed to start because  cygdb-4.2.dll was not found. Re 
> installing the application may fix this problem".
>              After  this,  I tried  to  repair  with installer package. 
> Later  I uninstalled the present client  and re-installed   the windows 
> installer package  again from the Tortoise website but again found the same 
> problem(given  below).  I read  sections 3.3.2  and 3.3.3  and 3.3.4  of 
> Developer's guide.
> How  can  I proceed further?  Pls  advice

The dll error was probably because your command line is picking up a
cygwin version of svn.  Tortoise does *not* provide a command line
version of svn.  It does provide some command line tools, but they
aren't the same as standard svn.

Using TortoiseSVN, open an Explorer window, right click any directory or
drive and choose "SVN Checkout..." from the context menu.  It might be
in the TortoiseSVN sub menu.

In the resulting dialog, enter the correct url
(http://anonsvn.wireshark.org/wireshark/trunk) in the "URL of
repository" field, and a suitable local directory in the "Checkout
directory" field.  Ensure the two check boxes are cleared and select the
"HEAD" radio button.  Click "OK".

After a suitable period of time you should have the source tree on your
local hard disk.  Continue as per the developers guide.

-- 
Regards,

Graham Bloice