South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Compared to newer source versioning systems, visual source safe is terribly outdated. Just move to subversion and be done with it - its easy to use, widely understood and supported on just about every platform out there. And it integrates with visual studio. And its easy to diff and merge across branches and even repositories I think.
Why are you still using vb6?
Why are you still using vb6?
Because the program I work on was originally made in vb6, it makes lots of money for the business, and the boss won't bother on trying to convert it to .net.
Hi Stoymigo
Look SSafe was a Good SC tool back in the Day , i myself used it for a long time , for vb6 , c# and vb.net code.
i have since migrated most of my work to TFS and i haven't looked back.
there are also some open source solution out there that do a Great Job and i have tried them and was very happy with the "Free" aspect but they do lack the "Support" if you will.
but yea SSafe isn't bad , its just the Bad practice of using out dated Software.
"my 5c"
Because the program I work on was originally made in vb6, it makes lots of money for the business, and the boss won't bother on trying to convert it to .net.
+1
A big issue I had with it, was that it was essentially a text database. I felt much more comfortable moving our code to TFS and with the current licensing, it's actually free.
TBH , we never had any crashes etc though.
If it makes so much money, you'd definitely be better off converting it, especially considering that you need a senior programmer to be able to maintain it if need be (at least 10+ years) since VB6 hasn't been taught since 2000 if I'm not mistaken
It's not up to him.
<snip>
Compared to newer source versioning systems, visual source safe is terribly outdated. Just move to subversion and be done with it - its easy to use, widely understood and supported on just about every platform out there. And it integrates with visual studio. And its easy to diff and merge across branches and even repositories I think.
Why are you still using vb6?
Svn is absolutely still relevant. Git is not better than svn. Neither is svn better than git. There are advantages to both, and each does things better than the other. Moving a large team to git will be a steeper learning curve, with lots of "unpushed" commits. An svn move would be much simpler, due to existing familiarity with SS, while immediately adding its benefits like far superior merge tracking.
Not every company wants or needs decentralized source control
I prefer to use git personally