Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Eclipse 中将多个目录签出到一个项目中?
我有以下目录:
JS app css icons
我想将 js/app 和 js/css 检出到一个项目中。
我一直在到处寻找,但似乎找不到答案。
我不认为,这是可能的。但是您可以签出整个目录,而忽略图标目录。根据您使用的语言和视角,有时会有“源文件夹”的概念。然后,您可以将app和标记css为源文件夹(因此它们在 Eclipse 中脱颖而出,并且与其他文件夹明显分开)。您能否添加您正在使用的发行版(标准 Java、Java EE、...)?您能否向您正在使用的 subversion 客户端添加信息:Subversive、Subclipse 或 svn cmd 客户端或 TortoiseSVN?
app
css