设置 Aptana 与 Dreamweaver 上的团队成员协作?
我想我想从 Dreamweaver 切换到基于 Eclipse 的 IDE Aptana。 阻止我的唯一真正问题是我需要能够与团队中的其他成员协作。 就像能够签入/签出文件一样,这样我们就不会覆盖彼此的工作。 我团队中的其他成员希望继续使用 Dreamweaver。 那么,有没有办法让 Aptana 与使用 Dreamweaver 的团队成员进行协作呢?
谢谢!
更新: 如果目前没有办法做到这一点,那么我相信应该有一种方法可以自己编程。 例如,每当在 Dreamweaver 中签出一个文件时,都会创建一个同名的文件,后跟 .LCK,因此如果您要签出 file.php,它将创建一个名为 file 的文件。 php.LCK 文件的内容只是签出该文件的团队成员的姓名||电子邮件。 因此,如果文件在那里并且内容不是您的姓名和电子邮件,那么您无法签出它,如果它在那里并且内容是您的姓名和电子邮件,那么您就可以签出它。 如果您将其签出,则创建 LCK 文件,当您签入时,请删除 LCK 文件。 有没有办法将此功能编程到 Aptana/eclipse 中?
I think I want to switch from Dreamweaver to the eclipse based IDE, Aptana. The only real issue stopping me is that I need to be able to collaborate with the other members on my team. Like being able to check-in/out files so we don't override each others work. The other members on my team want to stick with Dreamweaver. So, is there a way to set Aptana to collaborate with team members who are using Dreamweaver?
Thanks!
UPDATE:
If there is no way currently to do this, then I believe there should be a way to program it yourself. For example whenever a file is checked out in dreamweaver a file is created with the same name follwed by .LCK so if you were to check out file.php it would create a file called file.php.LCK The contents of the file are just name||email of the team memeber who checked it out. So if the file is there and the contents is not your name and email then you cannot check it out, if its there and it is your name and email you have it checked out. If you check it out create the LCK file, when you check it in, remove the LCK file. Could there be a way to program this functionality into Aptana/eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Dreamweaver 如何处理协作?
由于 aptana 基于 eclipse,我认为您基本上可以选择 dreamweaver 可以支持的任何源代码控制存储库技术并为此安装 eclipse 插件。
似乎有 SVN 的 Dreamweaver 扩展和 Eclipse 的 subclipse,所以这将是一个选项。
How did dreamweaver handle collaboration?
As aptana is based off eclipse, you could basically choose whatever source control repository technology dreamweaver could support and install an eclipse plugin for that, I would think.
There seems to be a dreamweaver extension for SVN, and subclipse for Eclipse, so that would be an option.
我已在 Aptana 问题跟踪器中创建了一张票证。 请前往此处支持此功能的实施:
Dreamweaver Check Out (.LCK) 协作兼容性
I have created a ticket in the Aptana issue tracker. Please go there to support the implementation of this feature:
Dreamweaver Check Out (.LCK) Collaboration Compatibility