Nested trunk folders
anna.p
Posts: 34 New member
Hello,
I'm doing a SQL Compare command line sync from an SVN source control repository to a database.
The repository has an odd setup with multiple trunk folders nested under a single trunk folder. It looks something like this, and the bold folders are the ones I'm syncing from:
Repo
...branches
...tags
...trunk
.......Database1
.............branches
.............tags
.............trunk
.....................Assemblies
.....................Data
.....................Database Triggers
.....................etc.
.......Database2
.............branches
.............tags
.............trunk
.....................Assemblies
.....................Data
.....................Database Triggers
.....................etc.
The SQL Compare command fails with a "duplicate object definition" error. If I change the source repository to one where the Assemblies/Data/Triggers/etc folders are underneath the first trunk, it works without error.
I was wondering if SQL Compare gets confused when your source is a nested trunk folder.
I'm doing a SQL Compare command line sync from an SVN source control repository to a database.
The repository has an odd setup with multiple trunk folders nested under a single trunk folder. It looks something like this, and the bold folders are the ones I'm syncing from:
Repo
...branches
...tags
...trunk
.......Database1
.............branches
.............tags
.............trunk
.....................Assemblies
.....................Data
.....................Database Triggers
.....................etc.
.......Database2
.............branches
.............tags
.............trunk
.....................Assemblies
.....................Data
.....................Database Triggers
.....................etc.
The SQL Compare command fails with a "duplicate object definition" error. If I change the source repository to one where the Assemblies/Data/Triggers/etc folders are underneath the first trunk, it works without error.
I was wondering if SQL Compare gets confused when your source is a nested trunk folder.