visual-sourcesafe

Strange problem with VSS: VSS doesn't work after 5 p.m.

I have a very strange problem with Visual Source Safe. I use VSS as a add-on with VS 2008 in a corporate intranet with 5 other colleagues. My VS stops working after 5 p.m. most of days with complaining can not connect Source Safe. I'm running VS 2008 and VSS 2005 on Vista and no other one in corporate have such a problem. What do you th...

Visual SourceSafe (VSS): "Access to file (filename) denied" error

Hi, can anybody help with the above SourceSafe error? I've spent hours trying to find a fix. I've also Googled the heck out of it but couldn't find a scenario matching mine, because in my case only a few files (not all) are affected. Here's what I found: only a few files in my project generate this error other files in the same direc...

Where does one get Visual Source Safe 2005?

I would like to install VSS 2005 so I can work on a project that is stored under it. Does anyone have any idea where the VSS 2005 client can be obtained? It does not appear to be on my VS2005 install disc (although that is for Team Suite). I cannot get any help from Google. I have an MSDN license (AA edition) but it doesn't seem to be th...

VSS - Solution file between multiple users

Hi folks, we have a solution with multiple projects that is being developed by a team of developers. Project paths in the solution file checked in initially contains the path that are specific to that developer. Now when another dev gets latest of the solution, some of the projects won't load as the path differs. What's a better way to ...

VS.NET: Source Server support enabled; Cannot retrieve source file from sourceserver

Hi, I've set up a symbol-server for one of my current projects. During a nightly build I: build my source apply a label to the sourcefiles that have been used in the build index the pdb files with the necessary information stored the pdb files in the MS symbol server (In fact, I've followed this article: Source Server helps you kill...

Restoring web reference in Visual Studio 2008

I had a web reference set in my VS2008 ASP.NET project, but due to some source control weirdness it is no longer listed in the project. I have the set of files in the Web References folder under my project. There's a .wsdl, .disco and several .datasource files. Is there any way to re-add this web reference through the existing files ra...

Copy VSS structure to server with asp.net

i want to copy the structure (with the documents) from our vss server to an webserver. Therefore i want to create an application which is on this webserver. i want to use asp.net. i don't know what exactly i need therefore :> I have to build somekind of connection? then go throw the structure and copy it somehow :> ? important: i want...

how to change the meaning in textbox with listbox word selection

Hello Every One! I am working on simple dictionary software. So I have Two Textboxes and one Listbox on the form. Textbox1 is for searching the listbox and textbox2 is for the displaying the meaning of selected word from listbox. When I type a word in the textbox1 the typed word is automatically selected in the ListBox, here the coding i...

Using the Microsoft Ajax Minifier with Web Setup project & Source Control

I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project & Source Control. Essentially what I...

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 no longer forced to check in their files when they are done (or more accurately, now that no one else can see that they have the file chec...

How to use TortoiseMerge with Visual SourceSafe 2005?

I tried by setting up a custom editor for "File Difference" in Tools->Options->Custom Editors with the command line: "tortoiseproc /command:diff /path:%1 /path2:%2". TortoiseMerge launches but it can't find the files to compare. The files to compare should be in a temp folder but they aren't there. SourceSafe isn't making the files avail...

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 way I broke a binding. I went into File -> Source Conteol -> Change Source Control and tried to bind things correctly. I unbound the proj...

Maven freezes while perfoming scm:update on VSS

Im trying to get source files from VSS using Maven. But when I execute command mvn -DvssDirectory="C:\Program Files\VisualSourceSafe\win32" scm:update the log goes to [INFO] [scm:update {execution: default-cli}] [INFO] Executing: cmd.exe /X /C ""C:\Program Files\VisualSourceSafe\win32\ss" Get $/TEST -R -I- -GWS" [INFO] Working dire...

Visual Source Safe: get versions where a specific line has changed.

I'm trying to run down when a particular bug was created, but wading through the history is pretty time consuming. Is anyone familiar with a command line method to get a list of revisions where a line or range of lines changed? svn and vault evangelists: I know, right....but you can't always pick the environment.... ...

"The operation could not be completed" Error when saving a file, in many projects

Hello all, I am getting this annoying problem, whenever i do some changes to any file in any of my many projects and try to save the file, i get the error "The operation could not be completed"!!!! it only has an "OK" button, clicking that button will open a "Save As" dialog to save the file into a different location. most of the time...

Looking for Recommendations on Version Control System with Intuitive (.NET) API?

I'm working on a project which generates (composite) Microsoft Word documents which are comprised of one or more child documents. There are tens of thousands of permutations of the composite documents. Far too many for users to easily manage. Users will need to view/edit the child documents through the app which hides all of the nasty...

Rank Source Control Options-VSS vs CVS vs none vs your own hell

It seems like a lot of people here and on many programmer wikis/blogs/ect. elsewhere really dislike VSS. A lot of people also have a serious dislike for cvs. In many places I have heard a lot of differing opinions on whether or not using VSS or cvs is better or worse then using no source control, please rate the worst and explain why!!!!...

VSS Deprecated Files

We are using VSS for version control (changing to another version control system is not an option right now), and are occassionally running into issues where a file has been completely deprecated with its functionality split into other new files. For historical archival reasons we need to keep those files in the version control sytem. ...

Git: Where are the original files?

I am a Git newbee with UNIX SCCS and Microsoft Visual SourceSafe experience. 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? ...

Working with VSS and ASP.NET

hello, i created a project to search textfiles with lucene.net. [asp.net/vs08] these textfiles are in a VSS server. i'm looking for a way how to "check out" or "copy" a Document (later on the whole vss structure with documents) and put it on in a folder on an IIS Server. how can i do that? --> copy a document from vss TO Folder on IIS...