简体   繁体   中英

Netbeans: PHP project with subversion uploads versioning structure

I have a PHP project with remote server which is versioned under subversion, and when I upload my files it wants to maintain the versioning structure ( trunk/whatever/it/is ), while the files being part of a MVC system must be placed in their proper folders.

How do I tell Netbeans to upload files being inside trunk/ excluding trunk/ itself from the upload path?

Ex:

Wrong: trunk/something/else.php

Correct: something/else.php

如果有人偶然发现相同的问题,只需查看项目设置,然后找到选项“ Source root”,然后将其设置为trunk/文件夹,这样就可以了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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