473,809 Members | 2,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

File check in/check out question

I've always used Visual SourceSafe for checking in/out source code. We also
used it for deliverables (e.g. functional specification document), but
should we be using SharePoint for that instead?

And what's happening to Visual SourceSafe.. is it going away? I'd like to
understand if/how Visual Studio "Team Edition" (I guess I mean Team
Foundation Server) addresses this.

Thanks in advance for any responses.

Ron
Mar 28 '06 #1
4 2430
hi,

SharePoint may be a better option, since its geared for documents, and
you could probably open it up for use by your clients, either providing
readonly or the ability to edit documents as well. Nothing wrong with
using VSS though either, except you don't have those options.

VSS isn't going away; it is around for smaller teams. Larger teams
with larger projects are the target for TFS. Basically this is not
only source control, but helps manages testing, project plans, and
other activities related to development. There may be some document
workflow stuff there too.. not sure. I believe TFS integrates with
Sharepoint.. IIRC, it requires some sharepoint components just to
install.

HTH
Andy

Mar 28 '06 #2
Andy <aj*****@alum.r it.edu> wrote:
SharePoint may be a better option, since its geared for documents, and
you could probably open it up for use by your clients, either providing
readonly or the ability to edit documents as well. Nothing wrong with
using VSS though either, except you don't have those options.

VSS isn't going away; it is around for smaller teams. Larger teams
with larger projects are the target for TFS. Basically this is not
only source control, but helps manages testing, project plans, and
other activities related to development. There may be some document
workflow stuff there too.. not sure. I believe TFS integrates with
Sharepoint.. IIRC, it requires some sharepoint components just to
install.


Note that if you don't want to use TFS, there are *much* better options
for source control than VSS. I personally use an would recommend
Subversion: http://subversion.tigris.org

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 29 '06 #3
Hello,

Can i also recommend having a look at MKS, this is also a good, but quite
expensive version control system.

Regards
Scott Blood
C# Developer
"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Andy <aj*****@alum.r it.edu> wrote:
SharePoint may be a better option, since its geared for documents, and
you could probably open it up for use by your clients, either providing
readonly or the ability to edit documents as well. Nothing wrong with
using VSS though either, except you don't have those options.

VSS isn't going away; it is around for smaller teams. Larger teams
with larger projects are the target for TFS. Basically this is not
only source control, but helps manages testing, project plans, and
other activities related to development. There may be some document
workflow stuff there too.. not sure. I believe TFS integrates with
Sharepoint.. IIRC, it requires some sharepoint components just to
install.


Note that if you don't want to use TFS, there are *much* better options
for source control than VSS. I personally use an would recommend
Subversion: http://subversion.tigris.org

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Mar 29 '06 #4
Very true, and I personally would recommend Sourcegears Vault, which
has a very similar interface to VSS.

Mar 29 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
8482
by: Don Pasquale | last post by:
The following function intends to delete "numberoflines" lines from a text file, named "s" (string pointer) and pointed to by file pointer "fp", starting from line "line". Now, the function works an inteded, but I think that this is purely coincidential. I'm using a temp file to copy the contents of the text file, and then, copy the last lines that i want to keep, on top of those i want to delete.I fwrite an EOF character after the...
2
14411
by: Chris Fink | last post by:
I am using the System.IO.File class to determine if a file exists on a network share. The File.Exists method keeps returning false, even though the file does exist. The MSDN documentation states, "If the caller does not have sufficient permissions to read the specified file, no exception is thrown and the method returns false regardless of the existence of path."
7
25383
by: Chris Kennedy | last post by:
Does anyone know a regular expression that will validate the file extension but also allow multiple file extensions if necessary. It also needs to be case insensitive. Basically, what I want is to validate a file input box to check if the extension is the correct type, i.e. .doc for a Word Document etc. Also I would like to check multiple file types, for instance allow a gif or a jpeg or a jpg. Regards, Chris.
8
9766
by: Sarah | last post by:
I need to access some data on a server. I can access it directly using UNC (i.e. \\ComputerName\ShareName\Path\FileName) or using a mapped network drive resource (S:\Path\FileName). Here is my problem: my vb.net program has problems with UNC. If the UNC server is restarted or goes off-line, my VB.net program crashes. The code for UNC access to the file is included below and is put in the tick event of a form timer control running every...
28
20691
by: Tim Daneliuk | last post by:
I have a program wherein I want one behavior when a file is set as executable and a different behavior if it is not. Is there a simple way to determine whether a given named file is executable that does not resort to all the lowlevel ugliness of os.stat() AND that is portable across Win32 and *nix? Thanks, ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: ...
10
3967
by: Julia | last post by:
Hi, there, I am trying to append a binary file by using: FILE *strean; stream = fopen( "c:\temp.dat", "ba+" )); Is there a way that I can check if the file exists or not before fopen, because I will call different work flow by check the status of
4
2128
by: MikeJ | last post by:
make a While loop ofs = TextFileServer("somefile") string srow while (ofs=false) { srow=ofs.getRow(); Console.Writeline(srow); }
14
12835
by: =?Utf-8?B?R2lkaQ==?= | last post by:
Hi, In my windows applicationm, i need to excute a batch file. this batch file throws some text and questions to the screen, i need to catch the standard Output, check if it's a question, in case it's a question, i want to popup a messageBox or something, and bring back to the batch file the result (Yes\No question). I know how to excute the batch file and get all the Standard output at the end, but i don't know who can i read it line by...
14
1337
by: alexus | last post by:
Hello, I have bunch of video files, and I need somehow alternate them, and by that I mean so check sum would be different, yet won't break content of video itself. any ideas?
2
2709
by: Visine_Eyes | last post by:
What .NET mechanism should I use to resolve permission issues before I begin to copy directory structure/file(s) from one computer to another. I have tried Try/Catch statement using DirectoryInfo and FileInfo but process halts on error. The computers have Vista or XP Pro installed. Each computer is attached to a Win 2003 or Win 2008 server.
0
9722
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10391
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10121
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4333
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3862
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.