How to PUT and get files directly into VSS database using programming(C# or ASP)
Wed, 17 Oct 2007 02:33:09 -0700
Hi , I want to develop a interface to VSS database , to check in ,
check out and to open a file .
Give ur valuable suggestions ,
Can we acheive this using JAVA ? how ?
or
how to acheive this using .Net ?
Thanks in advance ...
...
|
Installing and moving to server version of sorucesave
Mon, 15 Oct 2007 14:46:01 -0700
--
Jerry ...
|
Check In Comments
Thu, 11 Oct 2007 09:19:01 -0700
I am using VSS 6.0d with VS 2003 & 2005 without issue for quite some time.
Recently the comments request upon checkin disappeared. I have looked for
and changed settings that I thought would effect this without success. Also,
when checking out a file it allows you to enter a limited length comment
which i ...
|
How to switch the VSS database network share to another location
Wed, 10 Oct 2007 10:58:33 -0400
Hi,
We use network shares as our VSS database.
We are planning to move our VSS network share to another server with
different name.
What would be the most seamless way for all programmers to point their
existing projects in VS.NET to the new location?
Any help would be appreciated,
Max
...
|
Ask before checkout a file
Wed, 10 Oct 2007 11:37:59 +0200
Hi,
From VisualStudio 2005 when I make a change in a file which is under
SourceSafe control it is checked out automatically. Can I set up the tool
that it ask me first if I will check out the file?
Thanks.
Bernie
...
|
Re: How to get the whole project on my local PC to VSS existing project (all files at once)?
Mon, 08 Oct 2007 12:09:47 -0700
You have 2 solutions: Both assume you have version 1 labeled:
Solution #1:
-----------------
This solution loses everything after your version 2 (the changes your
client doesn't have the resources to test).
- Revert your VSS code to version one, losing anything after that.
- Set its working folder to an emp ...
|
Re: Checkin Help Please...
Mon, 08 Oct 2007 11:20:24 -0700
Search MSDN (http://msdn.microsoft.com) for MSSCCI. That should
reveal the VSS API. It sounds like that's what you need.
Hope that helps!
--------------------------
Owner/Operator of
www.MichaelsAttic.com
On Sep 22, 4:38 am, kiran <ki...@discussions.microsoft.com> wrote:
> Hi All,
> I want to write an ...
|
|
|
Re: How to use a DLL in source safe in another project
Mon, 08 Oct 2007 09:55:31 -0700
Add the DLL project into your solution. So your solution will contain
everything it already does, plus the DLL project. Your other project
that needs the DLL should have a reference to the DLL project.
But, nothing in Visual Studio will force a checkout when you build.
You'll just need to make sure you do a ...
|
Re: VSS best practice for promoting code to production?
Mon, 08 Oct 2007 09:40:08 -0700
I'll tell you what I've seen done at some companies I've worked at,
then I'll tell you how I think we SHOULD be doing it. But first,
you've used a lot of TLAs and FLAs (Three Letter Acronyms and Four
Letter Acronyms), not all of which I'm familiar and some have too many
uses that I can't be sure which you mean ...
|
new version control product from Microsoft?
Mon, 08 Oct 2007 04:09:05 -0700
Hi,
I overheard that there was a new version control product from
Microsoft, but I can not remember the name. (I heard the name in a job
interview, as I rejected that offer, I can not go back to ask what was
the name now).
It is a three letter word, certainly not VSS and it is a microsoft
product (I think) ...
|