On Tue, May 12, 2009 at 11:29 AM, mettur salem
<metturmohan2...@gmail.com> wrote:
>  I dont Know about viewvc  what is viewvc ?? my Client people ( I am

ViewVC is an interface to browse through different version control
repositories - http://viewvc.tigris.org/

>  trying to Implement ) only need to using Tortoise SVN for Java People to
>  commit the code in fedora svn server  and .Net People also Need to
>  Commit to Server  Here i am not able to block the people by Authenticate
>  and use it  , it is in common

Configure your apache server to authenticate the users as described
here - 
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.httpd.authn,
If you want authorization too, then see this -
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.httpd.authz

>  some Time it becomes very slow in Response From Server to Client

This may be due to various reasons, which cannot be predicted without
bisecting the environment. (For example, network related slowness).

>  Can i use the svn server Plus a proxy Server  ie the same server act as
>  a subversion + Proxy for Client is ( internet usage )

You are free to do that.

>  IS there any Performance related ISSUES  ??? kindly Give some
>  Clarificaction to me Senthil or Luggies

Depends upon the load. If svn users are more and the access is too
high then a dedicated machine should be best, if the load is less,
then you can run both svn and proxy in the same machine. A system
administrator should be the best judge in order to come up with a
solution for this, based upon the server usage in the specific
environment.

-- 
Senthil Kumaran S
http://www.stylesen.org/
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to