If you visit dev.stackoverflow.com it says:

Beta Access

This site is currently in private beta testing.

Is this a new site coming or is it just the test server?

share|improve this question

2 Answers

up vote 11 down vote accepted

We have three tiers of development

  1. localhost
  2. dev
  3. production

That is the test server -- development tier. So test locally, then build and deploy to dev, test there, and then if that's good, build and deploy to production.

share|improve this answer
2  
I used to be able to get into the test server by faking my cookies but you fixed it now :( – deleted Jul 30 '09 at 20:17
How do I login to the test server? – kinokijuf Jan 2 '12 at 19:49
@kinokijuf You don't. It's internal. – Anna Lear Nov 6 '12 at 15:27

It's just the test server.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged