Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
3k views

svn checkout and update without the .svn directory

I have a website under svn and I want to patch the live website with what's currently in the repository (i.e. effectively calling svn update on the live website), but I don't want .svn directories in ...
5
votes
3answers
1k views

Git for Websites / post-receive / Separation of Test and Production Sites

I'm using Git to manage my website's source code and deployment, and currently have the test and live sites running on the same box. Following this resource http://toroid.org/ams/git-website-howto ...
2
votes
0answers
62 views

Error when deploying site of a maven multi module project with FTP

I have a multi module project. When I launch mvn site:deploy, the deployment of the base module works fine, but it fails to create the directory of the module sites on the FTP server: [INFO] Error ...
1
vote
4answers
457 views

How to share session among Multiple Domains on single asp.net website?

I want to share session cookie among domains. I have more than one domain: - 1. mydomain.com 2. mydomain.fr 3. mydomain.de 4. mydomain.da ...and many other language based Now, I have single ...
1
vote
2answers
98 views

Deploy a website in one country

I have a website and i need to deploy it in a single country for example Lebanon. In other words, any request that comes to the website from any other country should not be responded to. I think I ...
0
votes
0answers
37 views

VS2010 Copy Web Site function not copying recursively

I just discovered a serious problem with VS2010 and the Copy Web Site function. I select a folder in my source website, in the left pane of the Copy Web Site window. Then I click the right arrow ...
0
votes
1answer
59 views

Deploying images after CSS Minification/Merging

I'm using Visual Studio 2010, .NET 4 and MVC 2 on this project with YUI Compressor running as a post build event. The thing is we had one big css file which was not maintainable so we've split it ...