473,657 Members | 2,545 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Source Safe

Two Questions:

1. Can you install Visual Source Safe on one box and the database (the code)
stored on another. I know there might be a degree of latency over the
network, but we only have 3 developers.
2. Does anyone know of any gotcha running Visual Source Safe on a cluster.
Windows 2003 Active/Passive cluster configuration.
Aug 4 '06 #1
8 1607

"M.Siler" <Jo******@NoSpa m.comwrote in message
news:eR******** ******@TK2MSFTN GP03.phx.gbl...
Two Questions:

1. Can you install Visual Source Safe on one box and the database (the
code) stored on another. I know there might be a degree of latency over
the network, but we only have 3 developers.
I have always used SourceSafe that way (With the DB on a separate server
from the dev. machine(s)). In fact I've always assumed thats the way it's
SUPPOSED to be used... A local copy of the code is on my personal
machine(obvious ly) but the actual SS database of code history etc. is on the
server. Never had any serious problems.
2. Does anyone know of any gotcha running Visual Source Safe on a cluster.
Windows 2003 Active/Passive cluster configuration.
Sorry, can't help with that one... only ever had it running on a single
server.

Cheers,

Chris.
Aug 4 '06 #2
Two Questions:
>
1. Can you install Visual Source Safe on one box and the database (the code)
stored on another. I know there might be a degree of latency over the
network, but we only have 3 developers.
Yes you can.
2. Does anyone know of any gotcha running Visual Source Safe on a cluster.
Windows 2003 Active/Passive cluster configuration.
Not sure, but likely not. Its not really up to snuff even when its not
on a cluster.

If you really care about your source code, check out SourceGear's
Vault. Its MUCH more reliable (it uses Sql Server to store its
database), quicker, and as an added bonus, you can get your source from
anywhere on the internet (if you expose the VaultService web service to
the internet). If you're going to share code across physical office
locations, the speed alone will be worth it.. VSS is horribly slow over
WAN.

http://www.sourcegear.com/vault/ (not an employee, just a happy
customer)

Aug 4 '06 #3
Andy wrote:
If you really care about your source code, check out SourceGear's
Vault. Its MUCH more reliable (it uses Sql Server to store its
database), quicker, and as an added bonus, you can get your source from
anywhere on the internet (if you expose the VaultService web service to
the internet). If you're going to share code across physical office
locations, the speed alone will be worth it.. VSS is horribly slow over
WAN.
Look at all the other options as well though. Subversion is fantastic -
and free too!

http://subversion.tigris.org

Jon

Aug 4 '06 #4
I'm not a developer but the network guy. The code that is checked in to SS
resides on our file server. The VSS Server is on an application server. I
point VSS Server to the it's database which lives on the file server. This
application server is NOT clustered. The file server is. I don't care about
the application... I do care about the code which is checked into VSS. I can
resinstall the VSS application easy. Getting back over a years worth of
development, not so easy. Yes we have backup, etc. but I'd still like to
have the code on our file server in the application on the appliaction
server. Anyone see any issues with this?

"ChrisM" <ch************ **@suedeyahoo.c omwrote in message
news:OF******** ******@TK2MSFTN GP06.phx.gbl...
>
"M.Siler" <Jo******@NoSpa m.comwrote in message
news:eR******** ******@TK2MSFTN GP03.phx.gbl...
>Two Questions:

1. Can you install Visual Source Safe on one box and the database (the
code) stored on another. I know there might be a degree of latency over
the network, but we only have 3 developers.

I have always used SourceSafe that way (With the DB on a separate server
from the dev. machine(s)). In fact I've always assumed thats the way it's
SUPPOSED to be used... A local copy of the code is on my personal
machine(obvious ly) but the actual SS database of code history etc. is on
the server. Never had any serious problems.
>2. Does anyone know of any gotcha running Visual Source Safe on a
cluster. Windows 2003 Active/Passive cluster configuration.

Sorry, can't help with that one... only ever had it running on a single
server.

Cheers,

Chris.

Aug 4 '06 #5
And if you want to keep your source safe while you are editing it and know
what you have changed, give AJC Active Backup a try:

http://www.ajcsoft.com/AJCActBk.php

--
Andrew Cutforth - AJC Software - www.ajcsoft.com
The best folder synchronize and directory compare tool available.
AJC Active Backup instantly archives every file you edit giving you
unlimited undo and automatic revision control. Never lose your data again.
Aug 4 '06 #6
Andrew wrote:
And if you want to keep your source safe while you are editing it and know
what you have changed, give AJC Active Backup a try:

http://www.ajcsoft.com/AJCActBk.php
Or use a decent IDE like Eclipse which does this for you (and allows
comparisons etc). Shame it doesn't do C#...

Jon

Aug 4 '06 #7
Or use a decent IDE

Agreed but AJC Active Backup can do this with *all* files you edit, not just
in the IDE :-)

--
Andrew Cutforth - AJC Software - www.ajcsoft.com
The best folder synchronize and directory compare tool available.
AJC Active Backup instantly archives every file you edit giving you
unlimited undo and automatic revision control. Never lose your data again.
Aug 4 '06 #8
Yes, I've heard great things about subversion as well. I just threw
out Vault because I'm happy with it, and the client will be familar to
VSS users.

Andy

Jon Skeet [C# MVP] wrote:
Andy wrote:
If you really care about your source code, check out SourceGear's
Vault. Its MUCH more reliable (it uses Sql Server to store its
database), quicker, and as an added bonus, you can get your source from
anywhere on the internet (if you expose the VaultService web service to
the internet). If you're going to share code across physical office
locations, the speed alone will be worth it.. VSS is horribly slow over
WAN.

Look at all the other options as well though. Subversion is fantastic -
and free too!

http://subversion.tigris.org

Jon
Aug 4 '06 #9

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

Similar topics

3
5627
by: Job Lot | last post by:
I am having loads of problem using vb.net project under visual source safe. I’ll start with How can I exclude source safe information from the project when I take a copy of project home? I don’t have source safe on my home pc. Every time I open project at home it gives me missing source safe file error. This is really annoying. How can I fix this? Thanks
3
1959
by: Sam | last post by:
Does anyone know if the .NET Framework defines a set of classes that allow you to access Visual Source Safe within your C# programs I know there is some type of COM interface (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvss/html/vssauto.asp?frame=true) that allows programmers to access Visual Source Safe from a VB or C++ app, however; I hoping to avoid accessing non-managed code from my C# apps
1
7085
by: Andy | last post by:
This is driving me to insanity!!! I do not have a lot of experience with IIS which probably is not helping but as far as I can tell I am do things as per the MSDN documentation. I have a solution in Source Safe that I want to add some web service projects to. I create a folder under my solution folder for the new web service project. I create a virtual directory using IIS and accept the default settings for security etc.
8
7048
by: olrt | last post by:
Hello, I plan to install Visual C# 2005 Express. I need a source code control system. It seems that there's no express version of Visual Source Safe. What should I do ? Is Visual C# 2005 Express "compatible" with open source CVS system ?? Thanks !! Olivier.
2
1831
by: clintonb | last post by:
Using Visual Studio 2005, I created a new website: File->New->Web Site and chose the ASP.Net Web Site template. Saved it in location c:\Projects\GCSLRMS_DotNet\WS\WebSite1. It created the solution file: C:\Documents and Settings\clintb.GCSSOFTWARE\My Documents\Visual Studio 2005\Projects\WebSite1\WebSite1.sln I didn't want it there. I wanted it the same folder as all the other
1
2138
by: Chris Fink | last post by:
Our team is using VS.NET 2005 and Visual Source Safe 6c. We keep all of our source code in Visual Source Safe and version our applications using the assemblyinfo file. My question is this: Is there a way to version an app using VSS and lock it down a specific version or check-in from any changes? To elaborate, lets say the developer is finished doing development on v2 so they check-in all their code to VSS and notify the lead to deploy...
1
3778
by: Ronald S. Cook | last post by:
Is Visual SourceSafe 2005 client compatible with 6.0 repository? Thanks, Ron
1
3591
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in some files and work on it. Let say, I want add new page to web project named websiteOrder.sln, i will open websiteOrder.sln in my local computer, connected to websiteOrder.sln located in Visual Source Safe 6.0(source safe located in another...
2
4199
by: clintonb | last post by:
I'm using: Microsoft Visual Studio 2005 Version 8.0.50727.42 Issue 1: We have a solution with a web project and some class library projects. The web project references the class library projects via a project reference. Whenever we compile the class library projects, their dlls are added to the bin folder of the web project. Visual Studio wants to add
1
19833
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies that enable a team to collaborate and coordinate a project (software or non software projects). The team collaboration is achieved by several tools and features available as part of "Team Foundation". Team Foundation Server The Team...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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
8605
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
7324
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
6163
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...
1
2726
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
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.