A expert on system architect with full SDLC and Agile development experience.
Skills: , C# C++ Scrum OOA/OOD javascript ASP.Net MVC XML, HTML Web Service, RESTful, WCF, Android and etc.
Email me if you need help on development.
Tuesday, 27 September 2011
Create/Change SVN user and password using htpasswd
To create a new SVN user
c:\program files\Collabnet\bin\htpasswd -cm ../config/authz-file username password
To change existing SVN user's password
c:\program files\Collabnet\bin\htpasswd -m ../config/authz-file username
No comments:
Post a Comment