If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Source Control - what do you use?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-10, 09:06
tosscrosby tosscrosby is offline
Registered User
 
Join Date: Apr 2008
Location: Along the shores of Lake Michigan
Posts: 242
Source Control - what do you use?

We use MS-VSS here and it can be a real pain. Sometimes it refreshes, sometimes you have to exit the application and re-enter in order to see new additions/changes, just a lot of little things that make the product a little cumbersome at times. Simply looking to see what other professionals are using and if you think the product is worth the costs involved. Thanks.
Reply With Quote
  #2 (permalink)  
Old 04-26-10, 10:00
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
VSS - don't like it much.

I attended a preview presentation of RedGate's new source control last week. It is not even V1 yet but looked very good. It fits in well with their other products (as you would expect) so if you have the toolbelt that adds value. It appears to sit as an FE to an SVN database (which is free).

First impressions were it looked promising. It is an SSMS addin and will, for example, highlight all DB objects out of synch with source control when SSMS is launched. I do not know though if it will be once released, nor if it will be expensive. IME RedGate bundles are good value, single licences are very expensive.
Reply With Quote
  #3 (permalink)  
Old 05-17-10, 14:29
girishbs girishbs is offline
Registered User
 
Join Date: Apr 2008
Location: Bangalore, India
Posts: 23
Been using SVN and tortoise client for a long time, its been smooth most of the time. Over the years seen a number of version tracker but svn and mercurial are 2 that are responsive and fast.
__________________
--
Girish.B
Lytecube.com
code free application environments
Reply With Quote
  #4 (permalink)  
Old 05-21-10, 08:23
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
Tried VSS once, never again.

If you use SVN, get Trac. They work really nicely together to handle source control, quick documentation and bug tracking.

For personal use, I've been using git through a github account. Git is very powerful and very fast, but it is hard to learn. For most stuff, though, you can use gitk or gitx, which are very nice GUIs for it.

Incidentally, how do you keep your database in sync with your code? On one project, the database was basically embedded so it made sense to build it from scratch as part of the make process. On another, the data was independent of the project (and weighed in at a few terabytes, not that much but more than source control is designed to work with), but certain derived views were generated by the source code.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On