You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kevin Aubuchon <ke...@charter.net> on 2006/02/16 02:19:48 UTC

cmd line client for Win32

I'm trying to build the svn command line client for Windows. What library or 
project do I need that defines DB_ENV? I've been reading the documentation 
and making little progress.

Thanks,
Kevin 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cmd line client for Win32

Posted by Julian Foad <ju...@btopenworld.com>.
kfogel@collab.net wrote:
> "Kevin Aubuchon" <ke...@charter.net> writes:
> 
>>I'm trying to build the svn command line client for Windows. What
>>library or project do I need that defines DB_ENV? I've been reading
>>the documentation and making little progress.
> 
> You don't need it on the client side.  Berkeley DB (see sleepycat.com)
> is used only on the server side in Subversion.

Er, but doesn't the default client include an ra_local server, unless excluded 
by the build configuration options?  Anyway, "Berkeley DB" is the answer.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cmd line client for Win32

Posted by kf...@collab.net.
"Kevin Aubuchon" <ke...@charter.net> writes:
> I'm trying to build the svn command line client for Windows. What
> library or project do I need that defines DB_ENV? I've been reading
> the documentation and making little progress.

You don't need it on the client side.  Berkeley DB (see sleepycat.com)
is used only on the server side in Subversion.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org