HOWTO get write access to PandaRoot
For developers who want to check-in their newest version:
Please go to a linux machine with an apache www server installed. type:
> htpasswd -c -b <filename> <username> <password>
where you have to choose what to type for <...> This will create a file named "filename". Take this file, attach it to an email and please send it to Mohammad.
This file contains your username (as it will be in the subversion system) and your encrypted password (so we will not be able to see it).