免费版本控制和问题跟踪系统

发布于 2024-07-25 20:25:51 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

遮云壑 2024-08-01 20:25:51

安装您自己的 Trac 副本,它默认与 SQLite 一起运行,因此您不需要数据库服务器(我猜测家庭计算机没有太多资源)。

对于版本控制,SVN 就可以了,如果您使用 Windows,请尝试 VisualSVN 以获得更快的设置。

Install your own copy of Trac, it runs by default with SQLite so you won't need a database server (I guess the home computer doesn't have many resources).

For Version Control SVN will be just fine, if you use Windows try VisualSVN for a faster setup.

屋檐 2024-08-01 20:25:51

我推荐使用 Redmine 进行问题跟踪/项目管理,并使用 Git 进行版本控制。 Redmine 支持大多数 SCM:如 CVS、Subversion、Git、Darcs、Mercurial 和 Bazaar。

Redmine 功能:

  • 多个项目支持
  • 灵活的基于角色的访问控制
  • 灵活的问题跟踪系统
  • 甘特图和日历
  • 新闻、文档和日历 文件管理
  • 提要和 文件管理 电子邮件通知
  • 每个项目 wiki
  • 每个项目论坛
  • 时间跟踪
  • 问题、时间条目、项目和用户的自定义字段
  • SCM 集成(SVN、CVS、Git、Mercurial、Bazaar 和 Darcs)
  • 通过电子邮件创建问题
  • 多个 LDAP 身份验证支持
  • 用户自助注册支持
  • 多语言支持
  • 多数据库支持

为了极其简单的安装,Redmine 可以使用 Bitnami 安装,适用于 Windows、Mac 和Linux。 Bitnami 将为您安装所有必需的依赖项,并且所有内容都可以轻松卸载。

编辑:对于 Windows,Subversion + TortoiseSVN 可能是版本控制的最佳选择。

I recommend Redmine for issue tracking/project management, and Git for version control. Redmine supports most SCM:s like CVS, Subversion, Git, Darcs, Mercurial, and Bazaar.

Redmine features:

  • Multiple projects support
  • Flexible role based access control
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications
  • Per project wiki
  • Per project forums
  • Time tracking
  • Custom fields for issues, time-entries, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Issue creation via email
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support

For extremely easy installation, Redmine can be installed using Bitnami, available for Windows, Mac and Linux. Bitnami will install all required dependencies for you and everything may be uninstalled just as easily.

Edit: For Windows, Subversion + TortoiseSVN is probably your best bet for version control.

天赋异禀 2024-08-01 20:25:51

https://www.hostedredmine.com 提供100% 始终免费的托管私人错误跟踪器 /

通过使用它,您甚至不必担心设置、管理和备份您自己的服务器。

There's a 100% always free hosted private bug tracker available at https://www.hostedredmine.com/

By using that you don't even have to worry about setting up, managing and backing up your own server.

盛装女皇 2024-08-01 20:25:51

您可以使用在线托管版本。 Project Locker 提供源代码控制和问题跟踪,并提供免费计划(最多 500MB)。 Beanstalk 还进行在线源代码控制 (100MB)。

您可以使用任何免费的 UI 应用程序来访问源代码控制存储库(例如 TortoiseSVNSmartSVN 等..)

You could use an online hosted version. Project Locker provide source control and issue tracking and have a free plan (up to 500MB). Beanstalk also do online source control (100MB).

You can use any of the free UI applications to access the source control repositories (such as TortoiseSVN, SmartSVN, etc..)

伪装你 2024-08-01 20:25:51

对于版本控制,我使用 Visual SVN,它是为基于 Windows 的用户设置的(负责 apache、bsd 等的所有安装详细信息)。 它可以正常工作并且易于使用/管理。 那么您需要一个 SVN 客户端 - Tortoise 可能是最好的 Windows 资源管理器集成客户端。 这是免费的。 如果您希望在 Visual Studio 中集成 SVN,那么您可能需要为您的客户购买一份 Visual SVN!

另外,关于版本控制,不要低估 CodePlex 或 Google Code 的力量! 只要您不介意人们查看您的工作(即不是秘密内容),那么这就是一个很好的资源,需要您的管理少得多。 也非常适合分布式团队!

对于错误和缺陷跟踪,您无法击败 CounterSoft 的 Gemini 产品。 这是一个基于网络的工具,允许您跟踪项目、错误、电话通知单等。对于专业顾问来说非常好。

如果您需要为更大的团队和敏捷特定的团队提供更强大的功能,请查看 VersionOne 的产品。 他们的基本套餐第一年是免费的!

For version control I use Visual SVN which is a setup for a windows based user (takes care of all the install details of apache, bsd, etc.). It just works and is easy to use/manage. Then you need an SVN client - Tortoise is probably the best for it's windows explorer integration. This is free. If you want SVN integration in Visual Studio then you may want to splurge on a copy of Visual SVN for your client!

Also regarding version control don't underestimate the power of CodePlex or Google Code! As long as you don't mind people looking at your work (IE not for secret stuff) then this is a great resource that requires far less management on your part. Also great for distributed teams!

For bug and defect tracking you can't beat CounterSoft's Gemini product. This is a web based tool that allows you to track projects, bugs, call tickets, etc. Very nice for the professional consultant.

If you need something more robust for a bigger team and a team that is agile specific then take a look at VersionOne's products. Their first year of the basic package is free!

装纯掩盖桑 2024-08-01 20:25:51

您可以使用 SVN/CVS,它具有大量 GUI 实用程序,可以在几乎所有操作系统上进行备份。 它坚如磐石。
对于问题跟踪,bugzilla 非常适合任何级别的专业知识,并且集成得很好。
基于网络的界面也非常简单和直观。

You can use SVN/CVS, which has loads of GUI utilities to back it up on almost every OS out there. It is rock stable.
For issue tracking bugzilla is just perfect for any level of expertise and it integrates well.
Web based interface is also pretty simple and intuitive.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文