Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
4k views

How to specify which SSH key to use within git for git push in order to have gitorious as a mirror?

I have a project hosted on git.debian.org (alioth) and I'd like to configure a post-receive hook to update a mirror of the repository on http://gitorious.org I suppose I'll have to use git push ...
7
votes
4answers
1k views

Entire website hijacked! How to prevent from being hijacked?

The technical solution can be found here: Entire website hijacked! Part 2: How to configure name-based virtual hosting? The original domain is http://neteditr.com The offending copycat site is ...
7
votes
3answers
10k views

What are the scenarios for using mirroring, log shipping, replication and clustering in SQL Server

As far as i know SQL Server provides 4 techniques for better availability. I think these are the primary usage scenarios, in summary :- 1) Replication would be primarily suited for online-offline ...
6
votes
2answers
483 views

Java: reflection (at runtime) versus mirroring (at annotation processing)

I understand the general differences between the concepts of reflection (done at runtime using Class, Method, Field, Annotation, ...), and mirroring (done during annotation processing using ...
5
votes
1answer
237 views

Mirror a Mercurial repository into Subversion?

I am using Mercurial to develop a client project. After I've been working on this for 2 weeks, the client has now requested that I keep all code in their SVN repo. I want to continue to use Mercurial ...
4
votes
2answers
165 views

Is there a “polite” way to maintain a local mirror of Drupal.org projects?

Now that Drupal.org has switched to using Git, is there an easy way to maintain an up-to-date mirror of a selected subset (or even all) of the core and contrib projects locally? Or would that be ...
4
votes
4answers
1k views

Looking for cross-platform rsync-like functionality in python, such as rsync.py

I am implementing backup scripts in python. I'm trying to keep things cross platform. I hear there is a python based rsync impelmentation: http://pypi.python.org/pypi/rsync.py/2.0 But I can't seem to ...
4
votes
1answer
2k views

Flipping/Inverting/Mirroring text using css only

I did some googling and here's my answer <!--[if IE]> <style> .mirror { filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1); } </style> <![endif]--> ...
4
votes
2answers
914 views

Database mirroring: “witness” server what is it for?

What is a witness server used for? Why use it?
4
votes
2answers
690 views

Automatically pulling on remote server with Git push?

Here's what I'm trying to do: I have a GitHub repository, a portion of which I'd like to make web viewable. Right now I've cloned the repository on my own server and it works well, but in order to ...
4
votes
4answers
424 views

Create a mirror Git repository without transferring objects

I have a large set of files (50GB) and they're on two hosts a long distance away and I want to put them in several Git repositories so that each one is a mirror repo of the repo on the other side. But ...
4
votes
3answers
651 views

How do I make schema changes to a mirrored database?

I have a mirrored database and I need to make some changes to it. Mainly, adding a view and some stored procedures. Now I know that if you make schema changes you are supposed to remove mirroring ...
4
votes
4answers
3k views

database mirroring/replication, SQL Server 2005

I have two database servers running SQL Server 2005 Enterprise that i want to make one of them as mirror database server. What i need is, create exact copy a database from primary server on mirror ...
4
votes
3answers
6k views

Mirroring vs. Log Shipping in Sql Server 2005

I'm interested in hearing people's thoughts about the pros and cons of database mirroring vs. log shipping in this scenario: we need to setup a database backup situation wherein there is exactly one ...
3
votes
1answer
443 views

Help on choosing which SQL Server 2008 scale-out solution to pick (replication, …)

I am currently crossing the jungle of SQL Server scale-out technologies like replication, log-shipping, mirroring... I have the following constraints on my choice: I want the read-only load to be ...
3
votes
4answers
520 views

How to pull one commit at a time from a remote git repository?

I'm trying to set up a darcs mirror of a git repository. I have something that works OK, but there's a significant problem: if I push a whole bunch of commits to the git repo, those commits get ...
3
votes
2answers
5k views

using wget against protected site with NTLM

Trying to mirror a local intranet site and have found previous questions using 'wget'. It works great with sites that are anonymous, but I have not been able to use it against a site that is ...
3
votes
5answers
2k views

SQL Server 2005 DB Mirroring Error

I'm getting the following error when trying to setup SQL Server 2005 DB Mirroring on my servers. I am running two Win2K3 servers with SQL 2005 on each with one of those running alongside a SQL 2000 ...
3
votes
1answer
1k views

SQL 2008 Mirroring, in “restoring” state

I'm testing SQL Server 2008 mirroring with a principal, a mirror and a witness. I've gone through the examples, restoring the mirror WITH NORECOVERY. The principal says it is synchronized. But the ...
2
votes
1answer
83 views

How can my web application find the currently running master database?

I'd like to set up two SQL Server 2008 R2 instances with synchronous mirroring and automatic failover. If I understand this scenario correctly, the SQL servers switch roles (principal and failover) ...
2
votes
3answers
303 views

Mirroring on not jailbroken iPad 1

I need mirroring in my app, but iPad 1, which is not jailbroken, does not support it. Is there any way to use mirroring in my app, without affecting other applications (within the sandbox)?
2
votes
2answers
108 views

Can a subversion repository be moved, but its mirror remain the same?

I am trying to move a subversion repository to a new server, but leave its mirror where it is. I have done the following: Dump old repo Load dump into new repo Setup the new repo's post-commit hook ...
2
votes
1answer
132 views

Configuring replication after mirroring - is this possible?

I'm currently setting up replication in order to produce a database that will be used to run reports and take load of the main database. According to the guide at: ...
2
votes
2answers
958 views

mirroring iPad screen to VGA

I tried mirroring the screen of a simple new TabBarApplication with iphoneos-screen-mirroring for iPad: http://code.google.com/p/iphoneos-screen-mirroring/ Everytime (also without including the ...
2
votes
1answer
171 views

SQLSERVER mirroring VS Log shipping

I need some help understanding mirroring for the follwoing example. primary server in FL Mirror server in germany My application is doing an insert into the table for the FL system CASE 1 : The ...
2
votes
2answers
512 views

How does one mirror a maven repository?

Our company would like to mirror our Maven 2 Repository inside of the Amazon network. What software should one use to do this? We have looked into a Wagon-S3 but that sort of functionality is not ...
2
votes
3answers
123 views

How to Mirror files in SVN?

We have set of web projects, which has a lot of shared html resources - .aspx, ascx files. We already made split them in project folder structure and I know, which folders must be same for all 4 ...
2
votes
1answer
64 views

Determine that a database is currently mirroring or not?

Is there a T-SQL script to determine a database is currently mirroring or not? Is there a way to determine its partner? Thank you very much.
2
votes
1answer
349 views

multiple Database mirroring in 1 server instance

Is it possible to mirror 3 databases on 2 servers, ie. On server 1 database1, database2, database3 On server 2 mirrored database1, database2, database3 My admin claims due to endpoints its not ...
2
votes
2answers
752 views

Tool for downloading eclipse plugins from update sites

I need to install an eclipse plugin to a machine not connected to the Internet and I cannot find a dist to use for a local install. Is there a tool for downloading a plugin from an update site and ...
2
votes
3answers
2k views

Can I use Failover Partner in my SQL connection string without mirroring?

I admit I'm a bit of a cheapskate, but I don't want to spring for the three servers needed to get automatic failover for SQL Server via Mirroring, especially since one of the three would do nothing ...
2
votes
2answers
3k views

Trouble setting up witness in SQL Server mirroring scheme w/ error

I've got a trio of Windows servers (data1, data2 and datawitness) that aren't part of any domain and don't use AD. I'm trying to set up mirroring based on the instructions at ...
2
votes
1answer
466 views

mirroring a subfolder between two writable SVN repos

I have a situation I'm trying to cope with involving my company's SVN server. We keep all of our important code in a locked-down server (we'll call this the "dev" server). There are some files that ...
2
votes
6answers
5k views

Unix Shell scripting for copying files and creating directory

I have a source directory eg /my/source/directory/ and a destination directory eg /my/dest/directory/, which I want to mirror with some constraints. I want to copy files which meet certain criteria ...
2
votes
4answers
4k views

Best way to instantly mirror/sync files from Windows to Linux server

I have a directory on a Windows machine with a large number of files and folders that I need to watch and have the files mirrored/synced instantly (or as near to as possible), to a Linux machine over ...
1
vote
0answers
14 views

Determine nearest mirror PHP

I maintain a site with a bunch of downloadable files. It is currently hosted on a server in the U.S., but I have recently acquired a new server in Germany. I would like to mirror the downloads to the ...
1
vote
2answers
49 views

How can I mirror a Multidimmensional array in javascript?

I need to be able to mirror a multidimensional array that changes in size. I'm currently hard coding for each particular array size and it is horribly inefficient. Example: Arr1 { 1 2 3 ...
1
vote
2answers
39 views

Mirror a line segment

I have a line segment (x1, y1), (x2, y2) that i need "mirrored" so the new line becomes perpendicular to the first one and passes through its middle. The line segment (0,0),(2,2) should return a new ...
1
vote
0answers
76 views

How can I re-enable app mirroring on my iPad application after I use the external display to show unique content?

In my application, I create a secondary window and add a subview to it, so that the main screen(ipad) and the external display screen show different things. My question is, after I no longer want ...
1
vote
1answer
120 views

Howto setup up a git mirror environment?

As we are slowly moving from SVN to GIT we are looking into creating a cluster of git servers both to offload cloning over our wan, and to create redundancy or a hot standby in case of issues. One of ...
1
vote
0answers
132 views

wget + command line Proxy + ignoring liked URLs

I want to spider a website using "wget" that has link such as http://sitemysite/seachforum/test.aspx http://sitemysite/seachforum/test.aspx?click=123 ...
1
vote
1answer
214 views

View is not automatically being drawed when overriding dispatchDraw

I'm trying to mirror a LinearLayout. To get this work, I extended LinerLayout to create my own View component. This is what it looks like: public class FlipLayout extends LinearLayout implements ...
1
vote
3answers
538 views

SqlException timeout expired without being reached

From time to time our server throw this well-known exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. This happens under ...
1
vote
1answer
97 views

How to make a fork of an project into a local SVN repository?

I want to have a copy of an open source project in a local SVN repository. I want to commit changes to my repository, but not to the central repository of the open source project. I want to see the ...
1
vote
1answer
75 views

How to programmatically setup an incremental mirroring service using Java / .NET

I would like to replicate / mirror a shared file system location across several mirrors. Is there any .NET / Java library to do so? or even any out of the box solution (open source prefered so we can ...
1
vote
1answer
98 views

Restoring from backup files on the principle server in a synchronous mirroring environment

I have a synchronous mirroring environment with automatic fail-over using sql server 2008 standard editions. I want to restore a mirrored database on principle to specific point of time using full ...
1
vote
2answers
37 views

Subversion manager with mirroring capabilities

I am stuck in a situation from a last few days, and after exploring not-so-good options, I thought I'd turn to stackoverflow.com once again. Here's my question: We're shifting all our repositories ...
1
vote
2answers
285 views

How do I create a realtime copy of my SQL Server 2005 database?

I have a web app that is used on multiple continents. The underlying transaction DB is locking up when large reports are run. I want to: make a realtime of the SQL Server 2005 database to a reports ...
1
vote
1answer
84 views

Howto merge a svn repository with a git cloned repository (imported from SVN via github)

In the past I've have used GitHub's import functionality to import a SVN repository. The repository is now the same as a bare git without any connection to SVN history. The commits don't include ...
1
vote
2answers
146 views

SQL Server 2008 Mirrored DB Update Rollback - Crisis

I am a programmer who has done a very bad thing and somehow didn't select the WHERE clause before hitting F5 on an update query in SQL Server 2008. I know this isn't a programming question but it is a ...

1 2 3