[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Urgent Help Required !!

From: Ramanathan Muthaiah <rus.cahimb_at_gmail.com>
Date: 2006-12-29 19:40:01 CET

> it doesn't return any error and compilation is also error free.But how do i
> check whether the subversion is actually installed with Berkeley DB support.

You may use the command, /path/where/subversion/svn --version.

In my system, though I do not have BDB installed, this is what I get:

[ram@thinnai ~]$ /opt/svn-1.4.0/bin/svn --version
svn, version 1.4.0 (r21228)
   compiled Oct 27 2006, 02:35:51

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

> Secondly in case i don't want to use HTTP support for subversion,how can i
> have restricted access over the network for users(i.e if i use svn protocol)

Have a look at the "svnserve" section in Subversion book over here:
http://svnbook.red-bean.com/nightly/en/index.html

/Ram

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 29 19:40:17 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.