Adding a new subversion user programmatically with C#
        Posted  
        
            by Mahmood
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mahmood
        
        
        
        Published on 2010-05-08T06:17:52Z
        Indexed on 
            2010/05/08
            6:18 UTC
        
        
        Read the original article
        Hit count: 299
        
I am developing a custom Web Interface Browser for Subversion Repositories with C#/ASP.NET and SVNKit (Converted to .NET assemblies using IKVM.NET). Is there any clean way to add a new subversion user (that is added by the administrator) using C# code?
© Stack Overflow or respective owner