our svn repository structure is like below :
SVN_REPOSITORY_ROOT
----\module1\
----\module1\branches\dev
----\module1\tags\t1.0
----\module1\trunk
----\module2\
----\module2\branches\dev
----\module2\tags\t1.0
----\module2\trunk
----\module3\
----\module3\branches\dev
----\module3\tags\t1.0
----\module3\trunk
which means one repository has multiple modules, and each module has its one branch and tag folders.
The question is if in fisheye I create one repository for one module, it is quite difficult to maintain, because we have more than 20 modules, and it will be more and more later.
And now I create one repository for all modules based on the SVN repository ROOT.
But the issue is when add content to review, the add branch function is not working as expected, it will create diff based on the whole repository for all modules.
So how can I only add one repository for all modules and still benefit from add branch function when add contents to review?
Dear @Zan,
I recommend to have one Fisheye repository per module. This will easy up all things and doesn't require to sync up all the same time.
So long
Thomas
Hi Thomas,
Thanks for your reply. If we create repository based on modules, it will be so many repositories, is it possible to group repositories by project. which means when I create a review, and select a project, only repositories under that project will be displayed. currently as long as a user has permission, when add content to a review it will see all repositories which he has read permission, it is quite noisy to see other repositories which not related with the project due to so many repositories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Zan,
yes it is possible. You can add many repositories to one project. This is a kind of "grouping".
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
It is not working as you described. Though we can add group repositories to one project, but when create review for one project, it listed all repositories even those didn't add to the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.