I\'m wondering how other programmers are backing up changes that are not under source control yet, be it new files or modified ones. I\'m mostly referring to medium size jobs - hardly worth the effort
So far I\'ve only checked things out and back in to Source Safe but now I want to create a project for parallel development. That is, I wan开发者_JAVA技巧t to Share and Branch the entire project.
Is there a way in Microsoft Visual SourceSafe to see all the files 开发者_高级运维I\'ve ever checked-in?With a project selected, go to Tools, Show History, tick Recursive, and enter your user name int
I want to create a CI for my company and we are using Sourcesafe as our repository. I want to know is there any way to create a CI Build process with Sourcesafe?
A pa开发者_运维百科rt of the application that I am working on is a legacy Vb6 Windows forms application.All the files in the project are under source control (VSS) except the Vb6 project file.From wha
I am migrating a Visual SourceSafe code repository to Subversion and I am running into a problem. Here is a simplified layout of our current source code tree (in VSS):
Me and a few of my coworkers are experiencing 开发者_StackOverflow社区an odd issue in Visual Studio 2008 and Windows 7 (64-bit).We use VSS6 for our source control (unfortunately).
i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server.
I’ve created开发者_运维问答 a repository, looked at what Git created, and can’t find the files anywhere under the .git tree. So, how do I know my files are safely stored in Git?Which files?
I had my VB.NET project and associated solution (developed in Visual Studio 2005) in Visual Source Safe.