开发者

Use multiple svn repositories in a project

Is it possible to use multiple svn repositories in one pro开发者_如何学Cject. Lets say I have a framework repository and multiple modules repositories.

In my project I will be using the framework and those modules and when that framework repo is updated I need to be able to sync it with that in my project. Same with the modules.


I'm not 100% clear on what you are trying to do, but you may want to look up the svn:externals property. If another folder in the repository is specified as an external of the folder you are checking out, it will be be included in the working directory after an svn update, and can be committed along with the remainder of the contents of the working directory.

I have done this regularly with seperate folders in a single svn repository tree. If that is what you mean, using svn:externals could be helpful for you. I have never tried to specify a folder from a totally different svn repository or server, so if that is what you want to do, I am not sure if svn:externals will work for you. You could always try.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜