Git repository vs folder in Git repository comparing
togocoder
Posts: 3
in SQL Compare
Using SQL Compare v12.3.3.4490.
I have switch to Git from TFVC and notice that when I do a compare database between two Git commits. SQL Compare does not only scan the specified folder where SQL Source Control has placed it SQL files. But it is scanning the entire Git repository folder structure, and that takes time.
When I used TFVC, SQL Compare was fast. But now when I use Git, it is slow.
Does SQL Compare have to scan for changes in the entire folder structure ?
I have switch to Git from TFVC and notice that when I do a compare database between two Git commits. SQL Compare does not only scan the specified folder where SQL Source Control has placed it SQL files. But it is scanning the entire Git repository folder structure, and that takes time.
When I used TFVC, SQL Compare was fast. But now when I use Git, it is slow.
Does SQL Compare have to scan for changes in the entire folder structure ?
Tagged:
Comments
Redgate Software
RedGateDatabaseInfo.xml is placed in a sub-directory like this.
<git root>\Database\DB1\RedGateDatabaseInfo.xml
I have two database in Git, placed under <git root>\Database\DB1 and <git root>\Database\DB2
And there is about 21 directorys from <git root>, like
<git root>\Database
<git root>\Program1
<git root>\Program2
<git root>\Program3
<git root>\Program3
Redgate Software
Okay, thanks for the answer Mike.
Kind regards
Kim