Unfuddle is a secure, hosted software development environment and project management solution for small software development teams.
Ironically, Unfuddle is nothing new. Project and code management tools have existed for a very long time. However, as a small consulting company, we have often had the opportunity to work with other people's code. Despite the wide availability of some excellent tools (many even open source) for helping teams manage their projects, we have been astonished at just how bad some teams are at keeping their projects organized - even at the most basic level.
We know that you don't have time to get a server up and running and then configure and secure code repositories, ticketing systems and project management tools.
Unfuddle is our way of helping you and your team do things right.
Unfuddle projects are ludicrously easy to create. Great tools and practices FAST. That's the point!
You can be up and running with a new project in as little as 1 minute.
Unfuddle has been developed for use with the following browsers:
We value the security of your data very highly. We employ a variety of physical precautions such as hardware firewalls and restricted physical access to our servers. Additionally, all data can be transferred between your team and our servers using 128-bit SSL (Secure Socket Layer) connections.
Our physical servers and firewalls are managed by Amazon, a provider of state-of-the-art virtualized server infrastructure. For more information about the state-of-the-art hosting platform provided by Amazon, please see http://aws.amazon.com.
Unfuddle provides you with fine control over what a user in your project can do.
Whether you want to give a user the ability to view and modify everything in the project or just the ability to view and create tickets for bug reporting. You can be as specific as you want for each user in an Unfuddle project.
We have tried very hard to make Unfuddle one of the simplest software applications you have ever used. However, if you need help or have any questions, you can email us at support@unfuddle.com.
You can have a welcome email reissued for any account you have created. You must have access to the email address which was used to create the account or project.
Simply go to your account sign-in page and click the "Password Reminder" link then enter your email address. Please be aware that this process will reset the passwords on all users in the account associated with this email address.
You may easily cancel your account right from within the Unfuddle interface. To do this:
Unfuddle uses Subversion for your code storage and versioning. Subversion was originally designed as a successor to CVS and is now one of the most popular and stable source code repositories and versioning systems. Subversion affords your project a variety of advantages, including:
Unfuddle is currently running with Subversion 1.6.6.
Unfuddle offers you direct access to your Subversion repository over http, or https for certain plans. Once you have the Subversion client installed on your development machine, accessing your project repository is simple.
svn checkout http://subdomain.unfuddle.com/svn/subdomain_abbreviation/ local_directory_name
or for plans with SSL:
svn checkout https://subdomain.unfuddle.com/svn/subdomain_abbreviation/ local_directory_name
NOTE: subdomain and abbreviation must be replaced with values appropriate to your account and repository.
Please also note that you will have to enter your username and password for authentication.
If you have an existing Subversion repository which you would like to move to Unfuddle, simply make a dump (svnadmin dump) and contact us. We will be glad to assist you in loading your dump file into your Unfuddle account.
For more information on how to use Subversion, we recommend the free Subversion Book as well as the excellent Pragmatic Version Control Using Subversion by the Pragmatic Programmers.