Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
1k views

How to update a git clone --mirror?

I have created a git repository to mirror a live site (which is a non-bare git repository): git clone --mirror ssh://user@example.com/path/to/repo Now, to keep this mirror clone updated with all ...
6
votes
3answers
4k views

Change mirror of update sites of eclipse plugins

I'm using ganymede but I can't find the option to change mirror for the update sites. Is there a way to change this?
5
votes
3answers
199 views

Can I create a hosted SVN repository 'parallel' to my own on my office server?

We've been using a DIY SVN server in the office for about a year now. It's a simple setup with SVN installed on a home server. We use tortoise SVN to access it I just wish I'd learnt about a version ...
5
votes
3answers
3k views

Mirror a git repository by pulling?

I am wondering if there is an easy way, ie like a simple cron job, to regularly pull from a remote git repository to a local read only mirror for backup purposes? Ideally it would pull all branches ...
4
votes
1answer
81 views

Mirrored text in textview?

Im trying to do an application that simply outputs a bunch of text to the android screen, the problem is is that it has to be mirrored (Will be viewed as a "hud"). Surprisingly, in android 4.0, you ...
4
votes
1answer
286 views

Is there a way to setup a minimal rubygems mirror (with only last versions)

I want to build a rubygems mirror accesible for some servers at work (that don't have Internet access), so I started like everybody seems to do: $ cat gemmirror.config --- - from: ...
3
votes
2answers
199 views

Draw mirrored in C# using System.Drawing.Graphics

I have written a little helper function which performs some sort of drawing operations, which are rather complex. I call this function out of another class which sometimes applies transformations to ...
3
votes
3answers
265 views

wget - how to mirror only a section of a website

I cannot get wget to mirror a section of a website (a folder path below root) - it only seems to work from the website homepage. I've tried many options - here is one example wget -rkp -l3 -np ...
3
votes
1answer
792 views

Eclipse updates are extremely slow

Today I tried to download EGit plug-in from eclipse.org, and waited an hour and nothing happened. I tried three more times, waited for three hours and stopped. Then I tried to clone egit from the ...
3
votes
1answer
185 views

javax.lang.model: How do I get the type of a field?

In java.lang.reflect, one would do: Field someField = ...; Class<?> fieldType = someField.getType(); But what do I do with javax.lang.model's VariableElement (which may or may not represent a ...
3
votes
1answer
300 views

Bad practice to mirror MySQL tables?

Is it bad practice to create a mirrored table (MyISAM) of the records in an InnoDB table for the purposes of doing full-text searches? I figure this way I'm just searching a copy of the data and if ...
3
votes
1answer
575 views

Make Maven Proxy/Server settings configurable based on location?

So I'm not sure what the best way to accomplish this is, but basically I have a laptop that I use at work for Maven projects. It works fine when I'm at work, but as soon as I walk out of the door of ...
3
votes
2answers
1k views

Authentication Subversion write-through proxy

Since version 1.5 Subversion supports to have a local caching-proxy for the main Master-repository. I got the slave synced and the master replaying the commits to the slave. Everything works fine ...
2
votes
1answer
48 views

Running an Eclipse plugin/update mirror

I'm trying to run a full Eclipse mirror for all the plugins / updates our development team might want or need. This is because our network is impeded by a WebSense proxy filter, which very often ...
2
votes
2answers
113 views

Rsync not deleting [closed]

I have setup rsync to mirror a directory from a source server(a) to a mirror(b). I have gotten it to send new files that are on the source but when I delete a file from the source it doesn't end up ...
2
votes
1answer
58 views

Difference between isSubtype and isAssignable for TypeMirror

In the documentation for the utility interface Types, of which an instance must be made available to an annotation processor for Java SE 6 or 7 by the compiler, there are two methods which interest me ...
2
votes
1answer
112 views

Is there a way to use git-svn to mirror a Git repo to SVN and have the Git tags/branches become SVN tags/branches?

I've played around with using git-svn to mirror a Git repo to an SVN repo, but I can't seem to do more than push the master changes to the SVN repos trunk. Essentially what I've done so far is create ...
2
votes
0answers
78 views

OnClickListener in Listview strange behaviour when click fast

My post refers to this question: OnClickListener in Listview populated with a CursorAdapter. When I click fast and a lot of time on the same button in my ListView, after a moment my app behaves as ...
2
votes
2answers
1k views

How do I mirror a directory with wget without creating parent directories?

I want to mirror a folder via FTP, like this: wget --mirror --user=x --password=x ftp://ftp.site.com/folder/subfolder/evendeeper But I do not want to create a directory structure like this: ...
2
votes
4answers
599 views

Perl: How to copy/mirror remote MYSQL table(s) to another database? Possibly different structure too?

I am very new to this and a good friend is in a bind. I am at my wits end. I have used gui's like navicat and sqlyog to do this but, only manually. His band info data (schedules and whatnot) is in a ...
2
votes
1answer
156 views

In PHP, mirror one dynamic webpage?

I have my blog at location /blog, and the content is dynamic. I would like /index.php on my site to mirror /blog How do I write index.php to mirror a dynamic webpage?
2
votes
1answer
497 views

Sync a local SQLite DB with a server SQLite DB

Is it possible, and if so how can I effectively sync a local database with a global one such that when an action is taken on the local version it is also made on the global database. Simply using ...
2
votes
1answer
67 views

Cloning git repo with all refs

I'm trying to get all refs from an external repository when cloning. I exported them all before, by doing push --mirror, so the external repository should have them, as far as I know. How can I force ...
2
votes
2answers
760 views

wget mirror all subdomains [closed]

I am mirroring a website starting my crawl from a particular subdomain (eg a.foo.com). How can I make wget also download content from other linked subdomains (eg b.foo.com) but not external domains ...
2
votes
4answers
2k views

Peter's GDB Tutorial

About 2 months ago, I found this incredibly great gdb tutorial written by Peter Jay Salzman. It used to be accessible here, but I think the site has gone down for a couple of months now. I found it ...
2
votes
8answers
3k views

How do I completely mirror a web page?

I have several web pages on several different sites that I want to mirror completely. This means that I will need images, CSS, etc, and the links need to be converted. This functionality would be ...
2
votes
1answer
1k views

SQL Server 2000 Live data mirroring

I am currently working with 2 sql 2000 servers one I can query but not add any databases to which lead to the second one having lots of queries that use the first as a linked server. I would like to ...
1
vote
1answer
71 views

Best way to setup mirror for Gerrit and all of its Git repos

I had searched on the web for quite some times, but still couldn't find a good guide on setting a Gerrit mirror. I have a Gerrit server (named A), and I want to setup a mirror to a new server (named ...
1
vote
1answer
105 views

HTML Canvas: How to draw a flipped/mirrored image?

I'm trying to flip/mirror an image as I paint it on an HTML canvas; I found a game tutorial showing a sprite sheet per direction a character has to face, but this doesn't seem quite right to me :( ...
1
vote
1answer
33 views

How to disable axis-mirror and make the halves independent?

I have a human face mesh that was created using the mirror editing, so one half of the face controls the other half as well, and only that controlling half is visible (highlighted for editing) in the ...
1
vote
1answer
71 views

iphone live video broadcast to other iphone

I have 2 iphones. I would like to record live video from one, and show that video live on the screen of the other. Is there a way to do this locally (ie not bouncing through a server somewhere) maybe ...
1
vote
1answer
48 views

MYSQL - Creating a view/table which mirrors an Oracle table connected by ODBC

Does anyone know if its possible to create a DB, Table or View in MYSQL which mirrors or replicates a table from an Oracle DB accessable through an ODBC connection. I basically want to be able to ...
1
vote
1answer
49 views

mirror zend framework (1) from svn to git with git svn and multiple trunks

What I want is a git repo with zend and zendx as mirror. After a few hours I still didn't get it to work. http://framework.zend.com/svn/framework/standard/trunk/ ...
1
vote
1answer
36 views

Looking for Brandon F's GUI Tutorials

Where can I find the GUI tutorials found in this cache document?: http://web.archive.org/web/20031027104921/http://www.geocities.com/velo199/guidev.html Unfortunately it was a Geocities web site and ...
1
vote
1answer
168 views

How to setup a Gerrit mirror in a remote location

We use git with Gerrit for code reviewing in Europe and it works fine ;) The problem is that we have colleagues in Asia with an internet connection that makes cloning, pushing and pulling take ages. ...
1
vote
2answers
61 views

How do I mirror a feature?

With the p2 ant tasks, it's pretty simple to mirror the plugins for a feature. But how do I mirror everything necessary to install a feature?
1
vote
2answers
75 views

Makefile mirror build directory

I need to create Makefile that compiles .c files with a lot of subdirs (sources directory goes in around 5 level depth) and I need to place the object files in the mirrored build directory. So far, I ...
1
vote
1answer
379 views

iPhone - flipping a UIImage

I'm working on an app that uses the front camera of the iPhone. When an image is captured with this camera, it is wirrored horizontally by the iPhone. I want to mirror it back to be able to save it ...
1
vote
2answers
95 views

Website is a mirror. How to detect this programmatically in php?

For example I have 4g-market.ru But it is a mirror for peterhost.ru. How I can detect this programmatically?
1
vote
1answer
210 views

Python/Django mirror or proxy app

I need to setup a mirror/proxy site using Django/Python. What I need to do I have a site say abc.com. If I go to abc.com/stackoverflow.com, I want all content to be served from my server at abc.com. ...
1
vote
3answers
1k views

mirror image+iphone

I want a functionality in my iPhone application which will convert the image to its mirror like way. Like if there is an image of man with his left hand up Then the converted image must have the ...
1
vote
2answers
80 views

how can I set up a website to mirror whatever is pushed to git?

how can I set up a domain to mirror the files hosted on a git repository (github.com/nospampleasemam/dylanstestserver and dylanstestserver.com). The repository is of a website, so I want to host the ...
1
vote
2answers
180 views

Mirroring websites in Java

I need to mirror some websites from my Java application. I was looking for an open source java library to do this job, but didn't find anything suitable. Does anybody know about some java-friendly ...
1
vote
1answer
135 views

Database mirroring and replication on SQL Server 2005

How can I configure my mirror database to publish its data to the same replication database that my primary has ( I need to take my primary database offline for maintenance purposes.)?
1
vote
0answers
397 views

wget flashcontent offline

Im downloading a complete site for offline use: wget \ --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --level=10 \ ...
1
vote
1answer
200 views

Can/Should I run svnadmin pack on a mirrored repository

We're mirroring a 1.6 repo using svnsync. We run svnadmin pack once a week on the master repo, but I'm wondering if we can or should also run it on the mirrored repository. From what I understand of ...
1
vote
2answers
184 views

How To Find the Mirror Node of a Given Node (or item) in a Binary Tree Efficiently

I've been thinking of this problem, and I have not found a good, efficient solution. How to find the mirror node of a given node (or item) in a binary tree? // Node definition struct _Node { ...
1
vote
1answer
475 views

Where can I find mirrors for Netbeans?

We can download Netbeans from main website using their decision concerning which server to use. Is there available mirror lists for Netbeans IDE downloads? I don't see any mirror out there though ...
1
vote
1answer
51 views

How to turn off project mirroring from SourcForge to launchpad?

I have project Emle in Launchpad. I set it to import from emle.svn.sourceforge.net. My intention was to do a single import of the files from SourceForge. Emle>Branches>2.0 shows that what I actually ...
1
vote
3answers
2k views

Mirror SVN Repository [Write-through proxying]

I have a codebase located in Europe and access this codebase from Asia. Codebase is substantially huge, downloading the whole codebase (which is required sometimes) becomes a pain. I wanted to know ...

1 2