472,331 Members | 1,607 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

repository question

Hi,

I am using CVS as my file repository for some VC projects.

Does any one know which of the solution related files I need to store:

i.e., do I need to store the files with these extensions:

*.suo
*.ncb

tks

Nov 17 '05 #1
2 1140
"E.T. Grey" <ne****@alpha-centauri.com> wrote in message
news:di**********@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
I am using CVS as my file repository for some VC projects.

Does any one know which of the solution related files I need to store:

i.e., do I need to store the files with these extensions:

*.suo
*.ncb


See this for a description of the .sln and .suo files

http://msdn.microsoft.com/library/de...lStudioNET.asp

For what it is worth, I would store both.

The .ncb file is for browsing. There is no harm in deleting it as the
compiler will just go and recreate it as necessary so I wouldn't bother to
store it.

Regards,
Will
Nov 17 '05 #2
E.T. Grey wrote:
Hi,

I am using CVS as my file repository for some VC projects.

Does any one know which of the solution related files I need to store:

i.e., do I need to store the files with these extensions:

*.suo
*.ncb


..suo - solution options file
..ncb - no-compile browser database (aka intellisense)

No, you definitely don't want to store either of those. They're workstation
specific, so unless you're using only a single computer and it's a one-man
project, you don't want 'em in your repository.

-cd
Nov 17 '05 #3

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

Similar topics

4
by: games60 | last post by:
Hi, I have a xml file and i want to make the repository of it so that i can fire queries on it to extract the data i need from the XML file. Does...
3
by: Dave Johnson | last post by:
I have made a Data Repository Class that holds all the Methods for the Objects that i use in my System such as Order,Client,etc Example for what...
1
by: Shinya Koizumi | last post by:
I just started using the CVS Repositories from Eclipse. However, It keeps giving me this following error message. I am using CVSNT 2.5.03 and if...
0
by: yenlin.liu | last post by:
Who is the owner of the ebXML Registry Repository? Since The ebXML Registry Repository stores many business profiles and business scenarios....
2
by: Lars | last post by:
Hello, Anynoby knows a content repository similar to Content Repository for Java? I want to use a content repository without dependency of the...
0
by: Sean Chambers | last post by:
This is a fairly simple architecture question, just can't seem to wrap my head around the answer. I am using NHibernate 1.2 from the trunk to...
11
by: HMS Surprise | last post by:
Greetings, Could someone point my muddled head at a/the python repository. I know that one exists but cannot find it again. In particular I am...
2
by: jej1216 | last post by:
We use Joomla for our company Intranet, and have some external links to pages we built using PHP. We need to set up a Forms Repository that will...
4
by: rahatekarabhijeet | last post by:
Hi, I have seen that some modules which are available on CPAN are not listed in ActiveState repository. So those are not available to install...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

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.