Viewing 13 posts - 1 through 13 (of 13 total)
Because of how rdl builds I've found adding notes when you commit helps a ton.
January 22, 2011 at 9:54 am
I use it with SSRS every day.
I would exclude the following types of files though (not check them in)
.data
.suo
.user
Since these are user specific they can cause problems if you have...
January 13, 2011 at 1:33 pm
Have you tried just setting the top static? Seeing if it works...and then slowing adding frozen rows?
June 28, 2010 at 4:49 pm
I haven't played a ton with dtsx files. I do know that rdl files it's a huge pain. Since files are appended from the top, merging is a...
June 9, 2009 at 8:54 am
All those files except the suo and user files
June 8, 2009 at 12:19 pm
I wouldn't do the access database, but the rest I would put in SVN
June 6, 2009 at 10:09 am
We have had issues if multiple people are working on the same dtsx package, otherwise SVN handles changes really well.
April 21, 2009 at 4:12 pm
We check in the entire project since this allows you to easily open the project and run it.
February 10, 2009 at 10:40 am
I'd keep using SVN. We do and it works great. Any concerns?
January 9, 2009 at 2:01 pm
Very cool table. One I didn't know about. In my testing tonight, it's the original create date of the package.
May 1, 2008 at 7:36 pm
You can search for previous versions through SVN, but SQL server doesn't store previous versions as far as I am aware.
May 1, 2008 at 12:52 pm
It's basically file based, so you check in the solution that your working with and then commit changes to the dtsx files as they occur. It's worked well for...
April 17, 2008 at 3:32 pm
We're using TortoiseSVN and it works like a charm. Searching for previous versions is great and the software is free.
Matt H.
March 6, 2008 at 9:38 am
Viewing 13 posts - 1 through 13 (of 13 total)