Tagged Questions
Source code control software from Microsoft.
56
votes
34answers
4k views
How do I convince my team to drop sourcesafe and move to SVN?
My development team uses source safe at a very basic level. We're moving into some more advanced and extended development cycles and I can't help but think that not using branching and merging in ...
33
votes
26answers
2k views
Why should my team adopt source control?
I have the opportunity to give a formal presentation to my boss about anything that benefits the company. My idea is to adopt source control in my workplace. I have been using Mercurial to manage my ...
21
votes
18answers
2k views
Any Real-Life Visual Source Safe Horror Stories
VSS is much maligned and perhaps justifiably so. Please don't confuse me as an apologist for it, as I gave up on it a while back in favor of Vault.
However, despite using VSS for over 10 years on ...
18
votes
29answers
1k views
Where to start with source-control
Anyone have any suggestions on where to start for a newbie wanting to try out some sort of source-control along with a new journey into ASP.NET? SVN, VSS, CVS...I dont even know where to start!
18
votes
11answers
6k views
Best way to migrate from VSS to Subversion?
I'm a single developer looking to get off of Visual Source Safe and move to svn.
A quick search brings up several tools, but I don't see a clear winner and I can't afford to spend a lot of time ...
17
votes
6answers
3k views
Moving from Visual Sourcesafe to Mercurial
What's the best way to move a Visual Sourcesafe repository to Mercurial (I'm interested in retaining all history)?
16
votes
4answers
8k views
Source control in Visual Studio 2010?
After doing some search on SO, Google and MSDN forums I've become frustrated that there is so little information for what might seem like an obvious question and possibly a dumb question.
I need to ...
15
votes
16answers
2k views
VSS or SVN for a .Net Project?
At work, one of the head managers asked me to research on what could be the benefits of changing the current source control server (Visual Source Safe) of my project to SVN.
I really don't have ...
14
votes
16answers
3k views
SVN? VSS? Why is one better than the other?
I tend to get the feeling that most folks here think SVN is gold-plated goodness, whereas VSS is the worst program ever devised (at least as Version Control is concerned).
That said, why? I've used ...
13
votes
16answers
1k views
Commercial version control
My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!
Does anyone ...
13
votes
6answers
1k views
How can I index our internal source code?
Google Code Search has indexed Subversion and Mercurial repositories, so people can search open source projects. How can I do the same for my company's repository with the least effort and without ...
13
votes
14answers
736 views
How to convince a company to switch their Source Control
My current place of employment is currently in a transition, new ownership has taken over, things are finally getting standardized and proper guidelines are being enforced.
But we are still using ...
13
votes
7answers
5k views
Visual Source Safe --> TFS Migration
Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so.
Now I want to get rid of sourcesafe and move on to Team Foundation Server.
Do you have any ...
12
votes
10answers
379 views
How to Encourage More Frequent Commits to SVN
A group of developers that I am working with switched from VSS to SVN about half a year ago. The transition from CheckOut-CheckIn to Update-Commit has been hard on a number of users. Now that they are ...
12
votes
1answer
997 views
Combine DVCS with Visual Source Safe
I'm forced to use Visual Source Safe 2005 at work. I'd like to combine that with a DVCS, so that I can check in files locally without disrupting my co-workers if there's a bug or it doesn't compile.
...
12
votes
5answers
8k views
What's the right way to branch with Visual Source Safe?
What I currently do is I link the project to another location and give it the same name, then check the box where it says "Branch after share."
And then I would Check out the shared project and work ...
10
votes
7answers
336 views
Setting up a large software system in Delphi
We have a software package which is about 16 years old. It's gone through just about every version of Delphi (besides .NET ones). Over the years, things have become very confusing when it comes to ...
10
votes
3answers
2k views
In what ways is Mercurial better/worse than TFS?
I've just joined a new company and at the moment we're using Microsoft SourceSafe as our repository. The settings aren't ideal and it's proving to be a big pain in the neck.
I've recently used ...
9
votes
3answers
400 views
Stay with Visual SourceSafe or go to the Team Foundation Server 2010
We are a small group of six developers who currently use Visual Studio 2003 and Microsoft Visual SourceSafe (HVAC). Everyone has the responsibility for its program was not sharing code with each ...
9
votes
3answers
1k views
Using Git with Visual Source Safe 6.0
Sorry for this horrid, horrid question.. but there's no way for me to not use VSS.
I would like to be able to use Git locally for branch development, etc. while using Visual Source Safe 6. My ...
9
votes
7answers
2k views
Branching and Merging Strategies
I have been tasked with coming up with a strategy for branching, merging and releasing over the next 6 months.
The complication comes from the fact the we will be running multiple projects all with ...
9
votes
4answers
5k views
Get all files from VSS for a given date?
Is there a way I can ask Visual source safe to get all the files from a given date for a project? We don't use labels, so I can't roll back to a specific label and am hoping that I can somehow just ...
9
votes
5answers
737 views
Has anyone successfully migrated VSS 2005 over to SVN?
I've been playing around with SVN for the last little while and have come to love its power and user experience and that we can tie it into our bug tracking system to simplify everyone's lives. So ...
9
votes
3answers
2k views
How do I sync between VSS and SVN
I am forced to use VSS at work, but use SVN for a personal repository. What is the best way to sync between VSS and sync?
8
votes
2answers
347 views
Do Microsoft employees use Visual Source Safe (VSS)?
Microsoft has always been adamant about their use of "dogfooding" in the software development process, and it's made tools like Excel and Visual Studio work pretty well. My question is this: Do ...
8
votes
5answers
3k views
From SourceSafe to Team Foundation Server
Our team would like to move from the Visual SourceSafe (VSS) to the Team Foundation Server (TFS). I know that the TFS is much more than just a version control system, but for the first time I would ...
7
votes
12answers
1k views
Why is Visual SourceSafe viewed so poorly? [closed]
I'm interviewing this week for a position at a firm where I would be the sole initial developerplus support the application I am taking over work for. Because positions like this can vary so wildly in ...
7
votes
3answers
578 views
Migrate a Source Safe database to SubVersion with history
Folks,
We have a number of Source Safe databases that should be migrated to SubVersion.
Is there a (tested and proven) way to migrate them with history ?
Thanks
Essam
7
votes
2answers
1k views
Unexposing a snapshot in XP (Volume Shadow Copy)
Microsoft provides a way of mounting a read-only snapshot as a volume using their vshadow program. However, it does not provide a way to unmount the snapshot (I wonder what would happen if I deleted ...
7
votes
6answers
972 views
Delphi: Moving away from VSS
We are team of few Delphi developers who have been using VSS since years (I know it's a pity), but we don't use any of the advanced features of VCS, so it was working fine in many cases (but some ...
7
votes
2answers
2k views
How to Reset a Working folder VSS 2005
In Visual Source Safe 6.0, you could "reset" a working folder by setting it to a blank string. This meant that the working folder would be determined by the working folder of the parent.
How do I do ...
6
votes
3answers
182 views
VSS bindings are lost every time the solution is opened
Every time I open a particular solution, the VSS bindings are lost and I have to rebind. Can anyone tell me why this happens and/or how to prevent it (short of never closing the solution, or having to ...
6
votes
3answers
2k views
Is it possible to use WinMerge inside Visual Studio 2008 and Visual Source Safe 6.0?
I would like to use WinMerge as the default diff tool inside VS2008 from the solutions explorer in place of the "Compare..." context menu item. Is this possible? I'm looking for a quick replacement of ...
6
votes
2answers
755 views
Subversion (SVN) equivalant to Visual Source Safe (VSS) “Share”
I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me ...
6
votes
2answers
149 views
Strategies for moving to Team System
Does anyone have any strategies/tips/traps for moving to Team System? Should it be done in baby steps, or all at once? Should we migrate our SourceSafe library over, or draw a line in the sand and ...
6
votes
4answers
2k views
Moving from VSS to SVN
I need to write a script to make a source safe project ready to be moved to subversion, what do I need to do so far I can think of:
remove .scc files
remove .vspcc files
Do I need to remove the ...
6
votes
9answers
1k views
Perforce in a Microsoft Shop
Our dev shop currently uses Visual SourceSafe. We all know how that could end up (badly), so we're investigating other systems. First up is Perforce. Does anyone have experience with using it and its ...
5
votes
5answers
1k views
How do I get VB6 to integrate with Visual Source Safe 6.0?
We use Visual Source Safe 6.0 at work and VB6 is supposed to integrate smoothly with Source Safe. Both applications are installed on my PC, but VB6 is not showing the options to integrate with Source ...
5
votes
2answers
2k views
Source control binding status is invalid: Visual Studio 2005 and VSS
I had my VB.NET project and associated solution (developed in Visual Studio 2005) in Visual SourceSafe.
Recently started working with another developer and needed to clean up.
Somewhere along the ...
5
votes
0answers
285 views
How to merge on project / multiple files in VSS? [closed]
Possible Duplicate:
SourceSafe Merge at the project level
I have VSS 6.0. I have branched my project so that I can do parallel development. I have 100s of files in folder/subfolders. I have ...
5
votes
7answers
1k views
Best open source alternative for MS Visual Source Safe?
We are leaving VSS for TFS or any other alternatives. I'm the one who persists to go for an open source alternative like SVN. Now I'm searching for a good open source Version Control regarding ...
5
votes
5answers
2k views
How to live with Visual Source Safe 2005?
I'm currently working in an environment that still has VSS 2005. I currently do not have the power to change to Subversion, TFS, etc.
What are the main gotchas to watch out for with VSS 2005--how ...
5
votes
3answers
933 views
Replicating Sourcesafe's link ablity in SVN or other version control systems?
Currently my team uses Visual Sourcesafe, and being very familiar with how horrible the GUI is first hand and having heard the internet mummer about how unreliable it is, I've been trying to push a ...
5
votes
4answers
6k views
Get all files checked out by a user using the Visual Source Safe command line application SS.exe
We currently use VSS 6, this is not going to change I am afraid.
I am attempting to write a script that will allow a user to quickly copy all files that they have checked out to another directory ...
5
votes
8answers
2k views
Free Oracle development tools?
I'm currently using Oracle Developer Tools for Visual Studio. The plug-in plays nicely with VS and I don't have to start another app. to write stored procs etc. I also like the ability to check-in, ...
4
votes
1answer
41 views
Will “Temporarily Work Uncontrolled” allow me to retain VSS source control safely?
If I move a solution to another computer, and select the Temporarily Work Uncontrolled option from the SourceSafe plugin, can I move the project back to the original computer (deleting the original ...
4
votes
4answers
485 views
Migrate from TFS to VSS [closed]
I installed Team Foundation Server and migrated my code a year ago from VSS. It was a big mistake. Between workspaces, read-only flags, solution bindings and bad merge tools, I think I should have ...
4
votes
1answer
519 views
Best Practice for Git Repositories with multiple projects in traditional n-tier design
I'm making the switch from a centralized SCM system to GIT. OK, I'll admit which one, it is Visual SourceSafe. So in addition to getting over the learning curve of Git commands and workflow, the ...
4
votes
1answer
130 views
where can I find a copy of a .aspx.vb file that I lost?
I had a little disaster: I did an "undo checkout" in my .aspx.vb file and lost all my work.
How can I recover my code?
Can I find it in the Temporary ASP.NET Files? If so, where?
Is there any other ...
4
votes
4answers
7k views
Will VS2010 work with Visual Source Safe 2005?
Until I can convince others to convert over to Team Foundation Server 2010 (TFS2010), I'm still going to use Visual Source Safe 2005 (VSS2005). I will be upgrade to Visual Studio 2010 (VS2010) soon. ...