Comments
Sort by recent activity
We have logged your issue and are looking into this (SOC-654). Could you please send a screen shot with the error to SqlSourceControlSupport@red-gate.com. Could you also let us know more details about your machine? We have 64bit Vista machines here and have not been able to reproduce. What version of SSMS do you have installed? / comments
We have logged your issue and are looking into this (SOC-654). Could you please send a screen shot with the error to SqlSourceControlSupport@red-gate.com. Could you also let us know more details ...
If you have problems adding a feature request at http://redgate.uservoice.com/forums/390 ... ce-control, just start typing in an idea in the textbox at the top. Click search or it will search automatically after so many characters are entered. You can then review the list of topics that are related to try and avoid duplicates and just vote or comment on one of these existing topics. If you can't find anything in the search results that matches what you are looking for, there is a "Create New Idea" button. Just click that and then you can enter in a little bit more details about your request, along with a number of votes (how important it is to you), and then click the Suggest It! button to save it so others can start commenting and voting on your ideas too. / comments
If you have problems adding a feature request at http://redgate.uservoice.com/forums/390 ... ce-control, just start typing in an idea in the textbox at the top. Click search or it will search auto...
You can post suggestions for new ideas or enhancements to http://redgate.uservoice.com/forums/390 ... ce-control . This is also accessible from the "Provide Feedback" link in the Help Menu on the right side of the SQL Source Control tab within SSMS.
I have added your 2 suggestions below as new topics, because I don't think anyone has suggested these yet. Please visit these links to vote on these suggestions and add additional comments.
1) Link to TSVN Repo Browser - http://redgate.uservoice.com/forums/390 ... po-browser
2) Access My Working Folder from SSMS - http://redgate.uservoice.com/forums/390 ... -from-ssms / comments
You can post suggestions for new ideas or enhancements to http://redgate.uservoice.com/forums/390 ... ce-control . This is also accessible from the "Provide Feedback" link in the Help Menu on the ...
I emailed FatherJack directly to discuss 2nd bullet point in first post, performance issues, parsing problems (need sample file), and current situation on commit/get latest tabs, which seems to be completely stuck... / comments
I emailed FatherJack directly to discuss 2nd bullet point in first post, performance issues, parsing problems (need sample file), and current situation on commit/get latest tabs, which seems to be ...
1. Visit http://redgate.uservoice.com/forums/390 ... ce-control
2. Start typing an idea in the textbox at the top
3. Click search or it will search automatically after so many characters are entered
4. Review the list of topics that are related to try and avoid duplicates and just vote or comment on one of these existing topics
5. If you can't find anything in the search results that matches what you are looking for, click the "Create New Idea" button that appears at the top of the search results
6. Enter some more details if needed
7. Select how many votes (how important it is to you)
8. Click the Suggest It! button
This will save your suggestion so others can start commenting and voting on your ideas too.
Note, after step 3, if there are no matching posts, then you will go directly to step 6 where you can enter additional details.
Thank you so much for evaluating SQL Source Control and providing us with this feedback. This will influence which features we develop next. / comments
1. Visit http://redgate.uservoice.com/forums/390 ... ce-control
2. Start typing an idea in the textbox at the top
3. Click search or it will search automatically after so many characters are entere...
fatherjack wrote:
- subversion / tortoisesvn needs more explanation to describe what they do IE tortoise is the UI for subversion
We have some information on our support forum about using TortoiseSVN, http://www.red-gate.com/supportcenter/C ... 939314.htm. E.g., We recommend using Tortoise SVN (a free Subversion client for Windows) to browse the hosted repository, create directories, view the logs, and so on. / comments
fatherjack wrote:
- subversion / tortoisesvn needs more explanation to describe what they do IE tortoise is the UI for subversion
We have some information on our support forum about using Tort...
We are currently working performance issues and hope to have some improvements in the next early access release. In the meantime, if this is stopping you from evaluating SQL Source Control, there is a workaround that you can do to fix this CPU performance hit. Please email SqlSourceControlSupport@red-gate.com for specific details. / comments
We are currently working performance issues and hope to have some improvements in the next early access release. In the meantime, if this is stopping you from evaluating SQL Source Control, there ...
There's another situation that could cause this issue. It could happen if you commit an object, but do not commit its dependencies. This causes the version in source control to be in an invalid state, which we then have trouble parsing. You should be warned if there are dependencies when committing or getting and it is checked by default to include these.
Creating a new db and relinking does NOT help in this case.
WORKAROUND:
1) If you don’t have a lot of history in source control that you care about since this is an evaluation, then it might be better to just DELETE everything in source control and start again. This time when you commit an object, include its dependencies and hopefully you will get pass this issue.
2) If you want to keep your current history, do you have SQL Compare Pro? If so, you could script TableA to a scripts folder and then commit this to the Tables directory in SVN using TortoiseSVN. This should put the source control version back in a “valid†state and let you continue. If you don’t have SQL Compare Pro, script out the table using SSMS, and then Commit to SVN, but make sure it is named owner.tablename.sql like the other files are named. / comments
There's another situation that could cause this issue. It could happen if you commit an object, but do not commit its dependencies. This causes the version in source control to be in an invalid s...
Thank you for reporting this issue. We are aware that there are problems sometimes when you do not start from an empty database. This is because we try to match objects that are exactly the same and update your revision number with the objects that match. If there is a FK relationship and we haven't updated the referenced table, then you get into this state.
WORKAROUND:
The only workaround we can currently suggest is to link a brand new database. Then get latest, so you are in the latest state. You can then use SQL Data Compare to copy all your data from the original database to this new database. And SQL Compare, if you had any schema changes in your original database that you want to make and then commit to source control
I hope this helps for now. I will update as soon as I know we have a fix. / comments
Thank you for reporting this issue. We are aware that there are problems sometimes when you do not start from an empty database. This is because we try to match objects that are exactly the same ...
So glad your first try was so positive. Please continue to use the tool and let us know if there are any issues that come up later. Also, if you have any ideas on ways we could improve SQL Source Control or new features that you would like to see, please post to http://redgate.uservoice.com/forums/390 ... ce-control. / comments
So glad your first try was so positive. Please continue to use the tool and let us know if there are any issues that come up later. Also, if you have any ideas on ways we could improve SQL Source...