开发者

Getting SVN files from multiple locations into one folder

I'm currently using some configuration files from severa开发者_运维问答l project modules inside batch script(scriptx.sh) which tests the whole process.

scriptx.sh uses 3 configuration, one is from project xx(SVN location - project_name/xx/config), other from project xy(SVN location - project_name/xy/config) and last one from project xz(SVN location - project_name/xz/config).

Currently when I run this script I download every of these configurations manually before running it inside scriptx.sh working dir.

Is it possible to specify inside .svn folder (when looking at scriptx.sh working dir)SVN location of each of the configuration files so that they point to different locations? so they can be downloaded directly to working directory instead of doing the whole thing manually


No, a single folder can only contain (versioned) files from a single SVN location. You might want to checkout the repositories in subfolders and create symlinks in the main folder where you want files from multiple locations.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜