VSS 2005 upgrade question
Fri, 19 May 2006 11:40:02 -0700
Currently using VSS 6.0 in a none MS development environment. We are simply
using it for source code management. My question is could some use VSS 2005
and others continue to use VSS 6.0 or do we all need to upgrade?
Thanks
MM ...
|
Prob with VS2003 open project using VSS Internet
Fri, 19 May 2006 10:49:46 +0100
Hi,
I'm using the SCCSwitcher with VS2003. I can connect to the database and
browse the project I want to open. I then select the .vcporj file for the
project, then I get the error bellow:
The current source control operation cannot be completed.
The Visual SourceSafe Web Service Returned the follow ...
|
DIR/Files Report - breaks lines on output
Thu, 18 May 2006 13:13:02 -0700
Duh, these commands break long lines at column 88. No way to take the output
and copy it into another program wihtout a lot of unnecessary editing.
Toby ...
|
Invalid DOS path: $/ error when trying to get items in C#
18 May 2006 09:11:45 -0700
Hello,
I'm trying to get a list of items under root in C#. Here's the code:
vssDatabase.Open(txtIniPath.Text, username, password);
IVSSItem vssProj = vssDatabase.get_VSSItem("$/", false);
==> IVSSItems items = vssProj.get_Items(false);
foreach (VSSItem itm in items)
{
...
|
History won't show
18 May 2006 07:13:41 -0700
Recently we switched over from 6.0d to 2005. I created a new database
and started a new project. I labeled 3 different versions (1.0, 1.1,
1.2). When I right-click the project and select show history, I get
the project Options box. I have Recursive, Include file histories, and
Include labels checked and th ...
|
ss add -R command does not get files recursively
Thu, 18 May 2006 08:05:19 -0400
I am using VSS 2005 and trying to run a batch file that will get a project
from a remote VSS database then check in / add files to a local VSS
database.
I am using the following steps to accomplish this:
1. Checkout all files in the local folder
2. Get files from the remote VSS database to the local fol ...
|
VSS2005 webservice on a different server
Wed, 17 May 2006 09:50:44 -0400
Does anyone know how to set up the VSS web service on a different server
than the VSS DB?
...
|
|
|
Save changes in older versions
Wed, 17 May 2006 05:00:02 -0700
Currently I develop my project f.e. in Version 4.0. Now I have rebuild an
older Project-Version (FoxPro) f.e. Version 2.0 to make changes in a File.
How can I write back this Changes (to VSS) in Version 2.0 ?
TIA ...
|
Enabling SourceSafe Web Access
Wed, 17 May 2006 04:42:01 -0700
Hi,
I've been looking for at least 1 week an HOWTO install and configure
SourceSafe 2005 to enable HTTP access and how to enable it in Visual Studio
2003 or 2005.
Does someone got a link to a nice howto method ?
Regards
hegMS ...
|
Problem check out xls file
Tue, 16 May 2006 22:41:01 -0700
Hi
I have a very strange problem. When I try to view or check out xls or doc
files from vss, it just hangs.
Strange thing is that if I had already open an instance of xls or word then
the file open.
I need some help in sorting this problem ...
|