SourceForge Info for NoUnit and Red-Piranha
From Kb
Contact Article Author | Blog of Article Author | FirstPartners.net Home | LinkedIn profile of Author
Contents |
Other Pages on this Wiki
Sourceforge Documentation Links
Red-Piranha Info - Subversion - Latest Releases
- Make sure you have Subclipse - Subversion Client for Eclipse installed as a plugin.
- Subclipse is 'not supported' - but a lot of settings are the same as the TortoiseSVN documentation
- Open 'SVN Repostory Browsing' view
- Add new Repository URL: https://red-piranha.svn.sourceforge.net/svnroot/red-piranha/trunk
- The 'trunk' bit may be modified if you're into branching, but most of the time use it as default
- (Sourceforge) Username and password will only be asked when you try to commit changes. Use of https means that you don't have to configure SSH layer, as you do when you use CVS.
- Accept remote server Hash (identifies the sourceforge server)
- Check out the project as Eclipse
- Build project using Maven from the the pom.xml (just under root)
Release Code on Sourceforge
(Enables download as a zip / tar.gz) Package red-piranha Naming version_0_4beta
- Upload files
- FTP to upload.sourceforge.net
- anonymous / email
- bin , cd /incoming
- put files here
- Login to sourceforge web
- RP Project ... Project Admin (top) .. File Releases (top right , bold 2nd line)
- Keep package name ... add release .. name (version_X_x) .. add release notes (submit)
Red-Piranha Info - CVS - Older Code
- Full Url
- Anonymous : :pserver:anonymous@red-piranha.cvs.sourceforge.net:2401/cvsroot/red-piranha
- Developer : :extssh:paulbrowne@red-piranha.cvs.sourceforge.net:22/cvsroot/red-piranha
- Need to configure SSH Preferences in Eclipse to use private key
- Hostname: red-piranha.cvs.sourceforge.net
- Port:
- 2401 (anonymous :pserver: authentication)
- 22 (developer :ext: authentication via SSH)
- Protocol:
- pserver: for anonymous CVS,
- ext: for developers (with SSH for external authentication; export CVS_RSH=ssh)
- Repository Path: /cvsroot/red-piranha
- Username:
- 'anonymous' for anonymous CVS access
- your SourceForge.net username for developer CVS access.
- Password:
- There is no password for anonymous CVS access .
- You must generate a SSH key for developer authentication.
NoUnit CVS Repository
- Full Url
- Anonymous : :pserver:anonymous:@nounit.cvs.sourceforge.net:/cvsroot/nounit
- Developer : :extssh:paulbrowne@nounit.cvs.sourceforge.net:22/cvsroot/nounit
- Hostname: nounit.cvs.sourceforge.net
- Port:
- 2401 (anonymous :pserver: authentication)
- 22 (developer :ext: authentication via SSH)
- Protocol:
- pserver: for anonymous CVS,
- ext: for developers (with SSH for external authentication; export CVS_RSH=ssh)
- Repository Path: /cvsroot/nounit
- Username:
- 'anonymous' for anonymous CVS access
- your SourceForge.net username for developer CVS access.
- Password:
- There is no password for anonymous CVS access .
- You must generate a SSH key for developer authentication.

