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

RE: Question about developing functionality in .net to add users and give access...

From: steven.higgan <steven.higgan_at_orcon.net.nz>
Date: 2005-01-09 04:45:36 CET

You could use the 'defacto' (not official) .net bindings over at
http://www.ankhsvn.com/svn/finalproject/trunk/src/ (NSvn.Core I think is the
.net svn wrapper).
http://ankhsvn.com/wiki/default.aspx/AnkhWiki/AnkhSVN.html has more
information.

Or you could just execute svn commands using the process class, this is
simple enough. If you look at nsvn.core.test it gives examples of doing just
that.

---------------------------------------------------------------------------
Steven Higgan - 3rd Year B.I.T. Otago Polytechnic, Dunedin New Zealand
.net geek

-----Original Message-----
From: Bryan D. Andrews [mailto:bandrews@trendinfluence.com]
Sent: Sunday, 9 January 2005 1:22 p.m.
To: users@subversion.tigris.org
Subject: Question about developing functionality in .net to add users and
give access...

We have a .net application that we would like to at minimum create users
and give them access to certain svn areas, and at best be able to create
new areas in subversion also.

Has anyone done this with .net?

For the users I guess we would need:

-create / update a user with htpasswd.exe
-give access to SVNAccessFile (easy enough I guess)
-restart apache I think

Any thoughts are appreciated.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 9 04:46:46 2005

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.