473,672 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to change "solution" paths for source control

I didnt see any "save solution" in the VS8 files menu where I can save the
project solution to a different directory. My program needs to be checked
into our source control system (Accurev) and people that check it out will
be putting it in different places.

I looked at "nchansite. sln" and here is some of the stuff that needs to
change:
===============
Project("{E24C6 5DC-7377-472B-9ABA-BC803B73C61A}") = "c:\nchansite\" ,
"..\..\..\..\.. \..\nchansite", "{3F1C8123-5DE8-41B2-AAA4-4CAF9201EF08}"
ProjectSection( WebsiteProperti es) = preProject
Debug.AspNetCom piler.VirtualPa th = "/nchansite"
Debug.AspNetCom piler.PhysicalP ath = "..\..\..\..\.. \..\nchansite\"
=============== =

OK, the project is at c:\nchansite but it seems the solution is at
"..\..\..\..\.. \..\nchansite" I know it is because that is where I found
the .sln So I edited the .sln and found by trial and error that
"..\..\..\..\.. \..\nchansite", needed to be "." I also changed the
PhysicalPath to "./"
After I got thru I found the "nchansite. sln" could live in the nchansite
directory but was being published. I can fix that by editing the .sln and
moving the .sln out of the published directory name into a "project root".

Anyway, there has got to be a simpler way. How do I specify that the
solution goes into, say "projects/root_nchansite" and all the sources go
into "projects/root_nchansite/nchansite"

Another question: Maybe the solution does not even need to go into source
control???? Is VS8 smart enough to open an existing "projects/nchansite"
and create its own .sln?

--
=============== =============== =============== =============== ===========
Beemer Biker joestateson at grandecom dot net
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=============== =============== =============== =============== ===========
Nov 10 '06 #1
0 1339

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

Similar topics

4
1553
by: Cheng Mo | last post by:
I just swtiched my working language from java to C++. In java, there is one mechanism called reflect which enable us to have knowledge of internals of a given class at run-time. That's one basic mechanism used by JUnit. I was told that there is no reflect in C++. I am wondering whether or not there is so solution to program out such feature. Any ideas?
0
1942
by: PC User | last post by:
Problem: ============================= Error message when trying to insert a MS Access ActiveX into a form. "You do not have the license required to use this ActiveX control" ============================= ============================= Solution: ============================= See message in Access World Forums
5
7421
by: EdgarBM | last post by:
Hi, I'm working with .NET Remoting. I have a problem unregistering the server channel when I try to reuse it closing and reopening it in the same application. The second time I try to get an instance of the same channel it returns an exception with socket code 10048 (already in use). My server code is, ....for openning:
8
1536
by: Bennett Haselton | last post by:
If I create a new C# Web Project in Visual Studio and add this to the Page_Load method for WebForm1: Response.Write("firsttime"); then hitting F5 to debug the project of course shows the WebForm with "firsttime" on the page. But if I then change it to Response.Write("secondtime") and hit F5, the changes don't take effect -- the WebForm still opens and displays
5
1908
by: Nick Gilbert | last post by:
Hi, I'm not sure if I've broken my VS.NET installation or if there has always been a bug of some sort, but basically Find in Entire Solution (ctrl-shift-F) isn't finding strings in my solution's project files which I KNOW are there. For example, if I search for Page_Load (which is in many many files) it finds nothing.
3
8305
by: Nick Gilbert | last post by:
Hi, In my VS.NET 2005, if I choose Build Clean Solution, the BIN folder is not touched. Shouldn't it delete all the dll and pdb files in that folder first? Instead, I'm finding I have to do it manually. Also, when I change from Debug to Release, all the pdb files remain in the bin folder. Shouldn't these be deleted automatically? Please let me know what the "Clean Solution" is supposed to do (if it's
2
3488
by: Gary Brown | last post by:
Hi, How do you create a "solution" from an existing one with a different name? I renamed the directories and file but it still produces binaries with the old solution's name. Thanks, Gary
1
1461
by: Ringo | last post by:
If I create a program in c# express edition, then try to open it with the full edition I get a "not a valid solution" error. I can click on the csproj file and everything works fine. I can even do a "clean solution" and "build solution" with no errors, but then if I click on the .sln file I still get the error. anybody know what to do about this? Thanks Ringo
0
3241
by: hirebrian | last post by:
If you run accross the error message: "Element '%' is not a known element. This can occur if there is a compilation error in the Web site" where '%' is the value of the tagName attribute on a web user control you have delcared in your web.config file, then you might try prefixing your src attribute value with the ~ (tilda) character. As you probably know, this character tells ASP.NET to resolve the path from the application root.
0
8486
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
8931
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8828
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
8608
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
7446
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...
0
5705
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
4418
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
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
2063
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.