|
Sources has been created by Emmanuel Lécharny (Sep 04, 2008). Content:SourcesSources for the Apache MINA projects are currently managed through Subversion Unable to render embedded object: File (subversion_logo.png) not found. Web Access to SubversionIf you just want to browse the source code, you can use the web interface to Subversion Normal Subversion AccessAnyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only MINA committers have the permissions to do that. We run Subversion over standard HTTPS, so hopefully you won't have problems with intervening firewalls. Check out from SubversionAgain, anyone can do this. Use a command like: For MINA : svn checkout http://svn.apache.org/repos/asf/mina/trunk For FtpServer : svn checkout http://svn.apache.org/repos/asf/mina/ftpserver/trunk For AsyncWeb : svn checkout http://svn.apache.org/repos/asf/mina/asyncweb/trunk
Commit Changes to SubversionAny MINA committer should have a shell account on svn.apache.org. Before you can commit, you'll need to set a Subversion password for yourself. To do that, log in to svn.apache.org and run the command svnpasswd. Once your password is set, you can use a command like this to commit: svn commit If Subversion can't figure out your username, you can tell it explicitly: svn --username you commit Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.
|
Unsubscribe or edit your notifications preferences
