简体   繁体   English

如何将新项目导入perforce

[英]How to import new project into perforce

In my perforce depot already have one java project and I am trying to add one more new eclipse java project in same depot which is in my local machine. 在我的perforce软件仓库中已经有一个Java项目,并且我试图在本地计算机的同一软件仓库中添加一个新的eclipse Java项目。 I google it and tried myself to add new project but i am fearing to add it because if will do any mistakes it can affect my existing project. 我用谷歌搜索并尝试添加新项目,但是我担心添加它,因为如果做任何错误,都会影响我现有的项目。 Can any one suggest me step by step how to add new project into perforce so it will not affect my existing project. 谁能一步一步建议我如何将新项目添加到perforce中,这样就不会影响我现有的项目。

Thanks. 谢谢。

As far as Perforce itself is concerned, adding one set of files into Perforce does not have any effect on other existing files. 就Perforce本身而言,将一组文件添加到Perforce中不会对其他现有文件产生任何影响。 From the command line you can just do: 在命令行中,您可以执行以下操作:

p4 add ...     (or specify a directory; "..." is the current directory)
p4 submit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM