473,666 Members | 2,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Editing a solution on two machines

Hi all,

First apologies for the off topic question, this is a sourcesafe question,
but the Sourcesafe groups just don't get answers, so I thought I'd try your
patience here <G>

I have a solution (currently 2 pojects) at one site that I want to be able
to take to another site and edit there. Both sites use Sourcesafe and are
completely separate.

How can I achieve this without causing conflicts between the two Sourcesafe
databases?

Any help appreciated,

MFK.
Sep 28 '07 #1
4 1137
Hi,
Actually your question is not clear..

do you mean than you want to use and existing source safe project in another
solution loaded on the source safe with keeping the priginal project without
any update ?

Regards,
Husam Al-A'araj
www.aara.net

"MFK" wrote:
Hi all,

First apologies for the off topic question, this is a sourcesafe question,
but the Sourcesafe groups just don't get answers, so I thought I'd try your
patience here <G>

I have a solution (currently 2 pojects) at one site that I want to be able
to take to another site and edit there. Both sites use Sourcesafe and are
completely separate.

How can I achieve this without causing conflicts between the two Sourcesafe
databases?

Any help appreciated,

MFK.
Sep 28 '07 #2
Sorry for the lack of clarity, I'll give it another go,

I want to be able to edit one solution, as a complete and separate solution,
on two separate systems (one at a time only and carrying a copy of the
solution files between them), but have both sourcesafe databases made
"up-to-date" when I open the solution on each machine.

I hope that explains it a little better
"Husam Al-A''araj" wrote:
Hi,
Actually your question is not clear..

do you mean than you want to use and existing source safe project in another
solution loaded on the source safe with keeping the priginal project without
any update ?

Regards,
Husam Al-A'araj
www.aara.net

"MFK" wrote:
Hi all,

First apologies for the off topic question, this is a sourcesafe question,
but the Sourcesafe groups just don't get answers, so I thought I'd try your
patience here <G>

I have a solution (currently 2 pojects) at one site that I want to be able
to take to another site and edit there. Both sites use Sourcesafe and are
completely separate.

How can I achieve this without causing conflicts between the two Sourcesafe
databases?

Any help appreciated,

MFK.
Sep 28 '07 #3
On Sep 28, 4:58 pm, MFK <M...@discussio ns.microsoft.co mwrote:
Sorry for the lack of clarity, I'll give it another go,

I want to be able to edit one solution, as a complete and separate solution,
on two separate systems (one at a time only and carrying a copy of the
solution files between them), but have both sourcesafe databases made
"up-to-date" when I open the solution on each machine.
It sounds like you're asking how to use one solution (whether the same
files or individual copies) to keep two independent source control
databases updated. Is this correct? If so, there is no *efficient*
way to do this that I'm aware of. The normal way to detach a solution
from a single source control database in Visual Studio is by using the
File -Source Control -Change Source Control option and clicking
"Unbind" for all projects in the solution. This would allow you to
remove the VSS bindings and then add your solution to a different VSS
database, but the relationship is lost at that point, and I'm not
aware of any way to simply re-import it later and have it merge with
the original VSS data as a simple bulk update. I'm sure someone out
there has a creative way to do it, but it would be far from efficient,
if it worked at all.

Sep 29 '07 #4
Thanks for the response Chris.

this is pretty much what I had suspected (Do what ?!? No way!)

I'll just have to live with it being up to date in one database :-)

MFK

"Chris V" wrote:
On Sep 28, 4:58 pm, MFK <M...@discussio ns.microsoft.co mwrote:
Sorry for the lack of clarity, I'll give it another go,

I want to be able to edit one solution, as a complete and separate solution,
on two separate systems (one at a time only and carrying a copy of the
solution files between them), but have both sourcesafe databases made
"up-to-date" when I open the solution on each machine.

It sounds like you're asking how to use one solution (whether the same
files or individual copies) to keep two independent source control
databases updated. Is this correct? If so, there is no *efficient*
way to do this that I'm aware of. The normal way to detach a solution
from a single source control database in Visual Studio is by using the
File -Source Control -Change Source Control option and clicking
"Unbind" for all projects in the solution. This would allow you to
remove the VSS bindings and then add your solution to a different VSS
database, but the relationship is lost at that point, and I'm not
aware of any way to simply re-import it later and have it merge with
the original VSS data as a simple bulk update. I'm sure someone out
there has a creative way to do it, but it would be far from efficient,
if it worked at all.

Sep 29 '07 #5

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

Similar topics

117
7176
by: Peter Olcott | last post by:
www.halting-problem.com
20
3274
by: msa | last post by:
Hi there, First off, let me say that I know that launching to full screen is a bad idea. I would never do it given the choice, but I must follow orders from my boss, the boss that desparately wants a desktop application made out of Internet technologies. We're writing an application that has JavaScript enabled as a client machine requirement. We need to support Windows with IE 5+ and Netscape 7+ plus Mac with IE 5+ and Netscape 6.2+.
5
1764
by: Dave L | last post by:
This is a strange problem that's plagued me for years using the .NET tools. The problem is this: ..NET applications installed on a virgin machine (framework installed, but no ..NET tools installed) fail with an expection when the application starts. The application works in these configurations: 1) Runs in the debugger with Debug or Release builds 2) Release build, installed on a machine with the framework and .NET tools
0
950
by: Kenton Smeltzer | last post by:
Hello All, I am looking for a solution to a problem I am having. I have extended System.Web.UI.UserControl in a class lets call it MyUserControl for eases of example. Anyway MyUserControl does some templating stuff and then other controls inherit MyUserControl and are added to the page. My problem is that when I change the control that gets added to the page to inherit MyUserControl instead of just UserControl the designer no longer...
0
1070
by: Jimmy Tharpe | last post by:
Hi, I am having trouble editing the code-behind files of ASP.NET applications in Visual Studio .NET. I often lose syntax highlighting, code formatting, and intelisense. Occasionally, I lose "random" characters from my code file. This makes editing code-behind files extremely difficult. I have uninstalled all 3rd party tools andcompletly removed then re-installed VS.NET, but the problems still occur.
10
1487
by: Nathan Sokalski | last post by:
I have a DataList control with an EditTemplate. Three of the controls in this template include a Calendar, a Button with CommandName="update", and a Button with CommandName="cancel". Whenever I click one of these controls, the DataList replaces the EditTemplate with the ItemTemplate. I think this is because the method I wrote which performs the databinding is getting called, but I don't know why or where it is getting called from. It does...
5
1974
by: Ian Bicking | last post by:
I got a puzzler for y'all. I want to allow the editing of functions in-place. I won't go into the reason (it's for HTConsole -- http://blog.ianbicking.org/introducing-htconsole.html), except that I really want to edit it all in-process and in-memory. So I want the identity of the function to remain the same, even as I edit the body and hopefully the signature too. Well, the reason is that I want to edit any function object, without...
14
1424
by: James | last post by:
I compile my code, I get a few errors, I go to the 1st error in the editor and start to type in the correct code and I get no where because with each key stroke the caret goes away, then a long pause and then the carey comes back showing one character entered so it's like this:: SomeObject.D ... long pause ... SomeObject.Do ... long pause ... SomeObject.DoS ... long pause ... SomeObject.DoSo ... long pause ... SomeObject.DoSom ... long...
16
3988
by: =?Utf-8?B?RHdlZWJlcmVsbGE=?= | last post by:
I created an Access 2007 application for my customer. The application is shared by three employees on a server. It maintains a contact list including financial data and social security numbers. Only the office manager generates reports in Access from this client data. Now they want to share this Access application with employees at a remote office. They expect to have a maximum of 30 employees editing the client list in both the...
0
8454
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...
0
8362
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
8644
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
5671
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4200
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
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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
2012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1778
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.