We currently have the following structure in SVN for our product:-
This is the main directory of the core product
SVN URL SWCore
This is the trunk directory of the core product
SVN URL SWCore trunk dir1
SVN URL SWCore trunk dir2
SVN URL SWCore trunk dir3
This is the branches directory (used as a working directory) where the structure is not fixed and could contain any subdirectory from the truck at any level.
SVN URL SWCore branches dev REF-A dir1
SVN URL SWCore branches dev REF-B dir1
SVN URL SWCore branches dev REF-B dir2
SVN URL SWCore branches QA REF-A dir1
SVN URL SWCore branches QA REF-A dir2
SVN URL SWCore branches QA REF-A dir3
SVN URL SWCore branches Completed Release-1 REF-C dir1
SVN URL SWCore branches Completed Release-1 REF-C dir3
This is the tags directory of the core product
SVN URL SWCore tags RELEASE-X dir1
SVN URL SWCore tags RELEASE-X dir2
SVN URL SWCore tags RELEASE-X dir3
We have the following Repository Details:-
SVN URL: file:///
Path: SWCore
Use in-build symbolic rules: No
Custom Symbolic rules: Custom
Name Logical Path
Trunk
trunk(/|$) trunk empty
Branches
branches/( ^/ +) ${1} empty
Tags
tagss/( ^/ +) ${1} empty
It is possible to let us know what should be the settings for this repository in Fisheye as we have tried with different combinations and indexing is running for more than a week without finishing.
Hi,
Depending of the size and structure of your repositories, the Fisheye repositorie indexing could take days, even weeks to be completed.
In addition that, we recommend that you follow the SVN expected structure. To know what is the expected structure, please take a look into https://confluence.atlassian.com/display/FISHEYE/SVN+tag+and+branch+structure
Cheers,
Lucas Lima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.