|
Is there a way I can tell if I have the latest version of Visual Studio Database Edition? When I select Help in my VS 2008, I see the following entry for Database Edition:
Microsoft Visual Studio Team System 2008 Database Edition 91901-270-3346032-602...
Started by Randy Minder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Hey,
Latest version would be after all updates/service packs are applied; so the version you have....
If you mean "latest version", then go to the website to check.
version", I have no idea, except going to the website to check.
|
|
Does anyone have any experience with installing multiple versions of Team edition on the same machine? For example Team Developer and Team Architect at the same time? Is this possible? Do you have to open one version vs the other? Or do you end up with...
Started by JRob on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you install the second....
You can happily install multiple versions.
See this:
With Team system being on one level, my guess is only one can be installed .
My guess will be that each new installation will overwrite the previous in your instance .
|
|
I'm working on a software product (time tracking tool) which will be available in 2 flavors: a free version and a commercial version. I was thinking of naming them as "Free version" and "Professional version". At some point I will also have a 3rd version...
Started by Muxa on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, you don't need.
It makes the product sound complicated.
version "professional" is silly.
|
Ask your Facebook Friends
|
I want to start using version control properly for my own personal projects written using Visual Studio 2008 Express Editions. I'm using both Visual C# Express Edition and Visual Web Developer Express Edition .
I'm almost always the only developer on ...
Started by Damovisa on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I've been using the free, single-user version of SourceGear Vault , which works fine.
edition.
|
|
I'm looking for version 11 if possible, but cannot find it. I have the older version that comes with visual studio 2005 but need the more recent one.
Thanks for any help.
Started by MalcomTucker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For Visual Studio 2008", which is based on Version XI of the full Crystal product..
|
|
We are considering removing the possibility to edit options in the treeview but we would like your feedback. You would of course be able to edit all the same items, but displayed differently than the current way in the treeview.
Do you like the edit functions...
Started by Claire on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at vso-software):
Maybe....
- Sub items in treeview back to the tree view each time? Most users probably don't edit but those that do probably want to edit every titleset.
Existing items in treeview are available in edit preview window and new ones too.
|
|
We've been using CVS (with TortoiseCVS interface) for years for both source control and wide-ranging document control (including binaries such as Word, Excel, Framemaker, test data, simulation results, etc.). Unlike typical version control systems, 99...
Started by Fred Hamilton on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you should consider using it back in ("ci filename"), no ... .
Can I ask, why do you use a version control system altogether?
AFAIK Version Control systems are made to enable concurrent editing.
The same file locked from there.
|
|
I am looking into improving the backup process a group of animators use. Currently they back up their work into external hard drives or DVDs manually, taking full copies of everything. The data consists of thousands of high resolution images, project ...
Started by jelovirt on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If what you want is version....
Your question is a little unclear - you seem to have conflated version control and backup.
What you for artists.
Would be backed up and it would be easy to roll back to an earlier version of a file if needed.
|
|
I am using SVN for development tasks, but still have many files managed with RCS, because it does not seem reasonable to edit them in my private SVN repository working copy (since they're often just configuration files that are also best tested in-place...
Started by mjy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Modern distributed version control systems like Git, Mercurial or Bazaar are the best tool.
|
|
So, I killed the build today by checking in a config file. It knows where the server is (think SQL server or the like), and I've been working against the server which runs on my box. Normally, or rather, under other circumstances, we'd run against the...
Started by doppelfish on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
We store these sort of files in our source control system, and have is ignored by version control but....
Settings.xml settings.xml-Release Both files contain the same keys, but one to modify this version instead.
The correct version.
|