473,403 Members | 2,354 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

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 1586

"M.Siler" <Jo******@NoSpam.comwrote in message
news:eR**************@TK2MSFTNGP03.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(obviously) 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.comwrote in message
news:OF**************@TK2MSFTNGP06.phx.gbl...
>
"M.Siler" <Jo******@NoSpam.comwrote in message
news:eR**************@TK2MSFTNGP03.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(obviously) 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
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...
3
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...
1
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...
8
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...
2
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...
1
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...
1
by: Ronald S. Cook | last post by:
Is Visual SourceSafe 2005 client compatible with 6.0 repository? Thanks, Ron
1
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...
2
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...
1
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
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...
0
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,...
0
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...

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.