问题标签 [project-hosting]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
open-source - I've made something that might be useful to the community. Now what?
If the specifics are important, I made a cruisecontrol.net publisher plugin that notifies a series of phone numbers via voice, announcing the current state of the build. It uses Twilio to do so.
I'd like to avoid getting hung up on the specifics of what it is I've made, as I have this question a lot, with a number of little hobby one-offs. What's the state of the art as far as making my hobby output available to the world at large?
There seem to be a lot of options for open-source project hosting, community features, and what role to take in all of this. It's a little bewildering. What I'm looking for is to put this out into the wild for free and basically take a hands-off approach from there. Is that realistic? Which project hosting service can I use for free to allow developers to at least download the code, report issues and collaborate with each other to improve the product?
What snags have you run into that could make me regret this decision? I'm interested in war stories, advice and guidance on making this little product available to the community where it can be used.
project-hosting - 如何在项目托管网站上搜索
假设我想在 sourceforge/google code/git hub 上寻找开源 iphone/Android 塔防游戏。直接用这些关键词搜索似乎不容易得到想要的结果。有没有办法在这些网站上搜索项目?谢谢。
svn - 您如何从 Netbeans 将您的项目上传到 google 项目托管?
有人可以告诉我如何使用 Netbeans 将我的项目上传到谷歌项目托管吗?
security - Drupal 安装的公共存储库:有哪些安全风险?
我正在将一个 Drupal 项目放在一个开源托管站点上。哪些文件我必须不放在那里,以免危及我网站的安全?
各种 settings.php 浮现在脑海中。显然数据库本身不会在存储库中。还有什么危险的吗?
我正在运行 Drupal 6。
此外,最好以某种方式使数据库本身受到版本控制。知道怎么做吗?
更新:如果我要转储数据库数据,加密它并对其进行版本化怎么办?
mercurial - Mercurial:共享存储库而不将其放在服务器上?
我和其他几个人在一个学生小组工作。我们想使用 Mercurial 作为我们的版本控制系统,但是我们的一些文件不能在线放在像 Google Projects 或 Codeplex 这样的公共托管服务中。有什么方法可以让我们在自己的机器上托管一个 repo,根据需要在彼此之间传递文件/变更集,而不会造成可怕的冲突混乱?
我知道 Mercurial 有一个bundle
可用于打包 repo 的命令。如果我这样做,然后将捆绑包发送给其他人,并且他们想将更改还给我,那么最好的方法是什么?给我寄回一个包?
我在服务器上有一个共享主机帐户。我有没有机会从那个盒子里运行 Mercurial?我怎么会发现这个?
svn - CodeSpaces 在论坛中缺少滚动
有人使用 CodeSpaces.com 进行项目集成吗?
如果是这样,论坛上的滚动对您有用吗?
我已联系 CodeSpaces 支持,但仍然没有答案。
谢谢!
java - 用于上传我们游戏代码的网站
有没有网站可以上传我们自己写的游戏代码?谢谢
ps:最好还是网站反馈一些!
maven-2 - 免费的项目托管站点可轻松与 Hudson/Maven 等集成
我想在一个免费的项目托管网站上托管我的 java 项目。我想使用 SVN(如果可能集成在 NetBeans 中)。
我希望该站点易于使用,并提供像 Hudson 系统这样的选项来控制我的夜间构建/测试执行。
有这样的网站吗?
预先感谢您的回答。
如果有一个替代方案你认为它比 SVN 或其他东西更好,请使用足够的论据来说服我。我接受您尝试过的任何建议。
svn - 谷歌项目托管svn提交问题
当我尝试使用 svn commit 提交我的代码时,它返回一个错误:
svn:提交失败(详细信息如下): svn:服务器发送意外返回值(405 方法不允许)以响应 '/svn/!svn/act/acf5cd6f-e8d7-476e-a572-a61a5d293586' 的 MKACTIVITY 请求
如何解决这个问题?
version-control - 存储库中的练习/示例代码
假设我在一些开源项目托管服务(如Google Code、Git hub或Sourceforge )中托管一个项目,将示例/练习代码放在我用来学习该技术的存储库中是否是一个好习惯?例如,在开发应用程序时,我可能会开发一些示例来学习JUnit
等等Regex
。我也可以将它们放在存储库中吗?它会混淆我的存储库的访问者吗?