Options

Nested trunk folders

anna.panna.p Posts: 34 New member
edited August 8, 2012 2:19PM in SQL Compare Previous Versions
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.
Sign In or Register to comment.