Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
8answers
7k views

SVN performance after many revisions

My project is currently using a svn repository which gains several hundred new revisions per day. The repository resides on a Win2k3-server and is served through Apache/mod_dav_svn. I now fear that ...
13
votes
6answers
4k views

How exactly does subversion store files in the repository?

I read the subversion book and it is clear to me that subversion does not store individual files but only deltas in order to minimize disk space. Subversion also does the same with binary files as ...
10
votes
6answers
434 views

Does an implementation of RFC 3229 (Delta encoding for HTTP) exist?

As mentioned briefly in this article: http://en.wikipedia.org/wiki/Delta_encoding#Delta_encoding_in_HTTP which is referenced from here: http://tools.ietf.org/html/rfc3229 I'm currently a CompSci ...
6
votes
1answer
58 views

What is the format of the deltas in a subversion respository, and how badly can I blow it up if I change them in a pre-commit hook?

Help me do some damage! I'm tired of just a half-dozen Google hits that tell me never to do this. Let's muck things up real good! I'm pretty sure that I can get ahold of the actual files in ...
5
votes
2answers
370 views

Inverse of jQuery.extend(true, …)

I'm looking to reduce storage requirements for JSON data by deltifying it against a known set of defaults. Basically, what I want is an inverse for jQuery's .extend() function, such that the ...
3
votes
3answers
235 views

Inexplicable SVN repository size increase from small differences to big files

I can't figure out why small differences to big files are causing my subversion repository to grow so much. I have a zip file of the contents a database used by some tests. I want to store each new ...
3
votes
1answer
78 views

Algorithm to Combine Text Deltas into Single 'Superstring'

I'm writing software to track the changes an author made over several editions of a book. I already wrote code that produces a set of deltas describing differences between two editions. Now I'm ...
2
votes
4answers
91 views

python: difference of two timedate strings

I have two date strings (taken from user input and can vary greatly) s1 = '2011:10:01:10:30:00' s2 = '2011:10:01:11:15:00' I wish to find the difference between the two as minutes. How should I ...
2
votes
4answers
212 views

Binary Delta Storage

I'm looking for a binary delta storage solution to version large binary files (digital audio workstation files) When working with DAW files, the majority of changes, especially near the end of the ...
2
votes
3answers
272 views

How to design a SQL db with undo-redo?

I'm trying to figure out how to design my DB tables to allow Undo-Redo. Pretend you have a tasks table with the following structure: id <int> title <varchar> memo <string> ...
1
vote
0answers
29 views

Thinking sphinx updates delta index even when no fields are updated

Even when no fields specified in update attributes actually changes , thinking sphinx sets delta = 1 which results in large number of unwanted queries being fired . can we do something to let sphinx ...
1
vote
4answers
212 views

Existing solution for file deltas/versioning in Java

When versioning or optimizing file backups one idea is to use only the delta or data that has been modified. This sounds like a simple idea at first but actually determining where unmodified data ...
1
vote
1answer
130 views

How to apply efficiently multiple position changes of a huge list in the database?

I have a huge java list of simple objects, stored in the database, maintaining the position of the elements by a index column. I use hibernate but manage the list by myself since it's too big to be ...
1
vote
3answers
853 views

Python Difflib Deltas and Compare Ndiff

I was looking to do something like what I believe change control systems do, they compare two files, and save a small diff each time the file changes. I've been reading this page: ...
1
vote
2answers
57 views

need a solution to process SVN deltas

In an attempt to sneak some peer code review into our build process, I'd like a way to programatically grab the current build, compare it to the previous build, and generate a report of the deltas. ...
1
vote
1answer
92 views

Delta indexes not working on servers when using Thinking Sphinx

I'm using delta indexing for my Thinking Sphinx indexes in my Rails project. In my machine (Mac OS X) it's working fine. I change a record and it immediately finds it. On the servers (Debian) it ...
1
vote
1answer
160 views

Sphinx Delta Indexing issue

I have created delta indexes. and merging them using following commands sudo /usr/local/sphinx/bin/indexer --merge messagecenter_quotations_reply messagecenter_quotations_reply_delta --rotate But ...
1
vote
1answer
325 views

moving a sprite causes jerky movement

I've got some jerky movement of my sprite. Basically, when the user touches a point on the screen, the sprite should move to that point. This is working mostly fine... it's even taking into account ...
0
votes
0answers
25 views

How to return 3 strings with 1 in delta with SQL

We have a database containing historical data for 3 strings. We want to produce a query which will return rows each time 1 of the strings changes (delta mode) and show the corresponding value of the ...
0
votes
1answer
36 views

Java/Javascript Calculate fitbounds SW/NE with user location in center

What I am trying to do is trying to calculate SW, NE of given locations and then delta with user's centre location. which will result to fitbounds all locations and user's location in centre. but ...
0
votes
1answer
17 views

Drupal database api delta

I am working on a module which directly updates the data of a set CCK taxonomy checkboxs via ajax. Everything is working with the exception of the saving to database. Using the following code: $data ...
0
votes
2answers
39 views

How to quickly checksum a MySQL InnoDB table with millions of records

I have InnoDB based tables that I can checksum with: checksum table _table_name_ That is slow in case millions of records reside in the table. I wonder if there is any way to recognize, whether a ...
0
votes
0answers
61 views

Using the 2^n-2 formula to calculate network and host IDs

I was wondering if someone could elaborate or explain clearly how the forumal 2^n -2 is used to calculate host and network IDs. It seems that the "-2" part is not always used. Is it this straight ...
0
votes
1answer
124 views

SOLR delta-import timestamp issue

I'm new to SOLR and was doing some research on this technology. I now have a question regarding the delta-import function so I looked on SO and found this: Solr DataImportHandler delta import. In the ...
0
votes
1answer
117 views

How to create a delta object that only has fields that changed?

I have to write a common utility class that does following: Input: 2 objects of the same class - old and new Output: 1 object of the same class as Inputs, with only the fields that change - delta ...
0
votes
1answer
26 views

My attempt at delta

function delta(start, end) { var current = new Date().getTime(); var duration = end - start; var difference = end - current; var progress = (difference / duration); return ...
0
votes
1answer
32 views

Can i rename “delta” value in Drupal blocks?

When i add a display in a view, and i display this as a block, drupal generates a delta value like this: 3429ef48c33321bf7e5eb0c441c9f540 and i would like to rename this for something more simply. I ...
0
votes
4answers
75 views

exponential growth over time - how do I calculate the increase over a delta-time?

This is probably a silly / stupid question, but I'm still gonna ask it : if I have an initial start value at Time 0 (which is in my case always 1.0) and a rate of growth, how do I figure out the ...
0
votes
0answers
57 views

how to create Incremental Indexing (Dalta queriey For multiple Nested Queries in Lucid Work Enterprises Admin interface

I am a newbie on Lucid and SOLR. I am checking new Lucid Work enterprises Admin interface to create data source and find that there is only one option to create Incremental indexing which is basically ...
0
votes
1answer
88 views

rdiff python module

Is there a python module that has the functionality for computing rdiff signatures and delta differencing? I need to perform these operations on a cross-platform application so I'll need something ...
0
votes
0answers
81 views

delta rows in a sybase table based on epoch time

I want to pull delta rows from a sybase table based on last_modified_date. Problem is last_modified_dt is in the form of epoch time(unix time) which looks like eg 1310544803 INT datatype The below ...
0
votes
1answer
196 views

How can I programmatically change the position of a UIScrollView based on another views change?

I have a scrollView that I'd like to programmatically move based on the delta, or change of another scrollView. So if my first scrollView moves down 10px, I need to get that number, and adjust the ...
0
votes
1answer
128 views

MySQL dump restore delta only

At work we have a script that does a mysql data dump everynight. For development we usually need to work with data from the most recent dump. We kept doing a database restore every day for some time ...
0
votes
1answer
64 views

Available frameworks/tools to send change notifications?

Is there a framework that will identify (through comparing the object) when an object property value has changed (user can specify which properties to "watch") and then raise an event/send a ...
0
votes
1answer
489 views

Bubbling scroll/mousewheel event

I've setup my app/website such that I have an absolute-positioned canvas element on top of a scrollpanel, when the scrollpanel scrolls I apply on offset to the canvas to make it look like the image is ...
0
votes
4answers
136 views

Python: Substracting between list of dictionaries

I have 2 list containing dictionaries as follows: listone = [{'unit1': {'test1': 10}}, {'unit1': {'test2': 45'}, {'unit2': {'test1': 78'}, {'unit2': {'test2': ...
0
votes
1answer
497 views

Robocopy - Copy difference between source and destination folders to a third folder

How can i use robocopy to copy only the difference between 2 folders to a third folder(and not the destination folder) So if "SourceFolder" contains FileA , FileB , FileC and "DestinationFolder" ...
0
votes
1answer
367 views

Stream rdiff - delta differencing?

I have a product that does online backups using rdiff. What currently happens is: Copy the file to a staging area (so the file won't disappear or be modified while we work on it) Hashes the original ...
0
votes
1answer
279 views

database schema eligible for delta synchronization

it's a question for discussion only. Right now, I need to re-design a mysql database table. Basically, this table contains all the contract records I synchronized from another database. The contract ...
0
votes
1answer
322 views

GPS delta coordinates to meters

Greetings, I have two coordinates: (52.4412396, -6.563223) and (52.8912397, -6.683669) The delta is: (-0.4499999, 0.120446) The distance moved is: sqrt((-0.4499999)^2+(0.120446)^2) ...
0
votes
1answer
237 views

Can I have sample article on WPF + WCF + NHibernate

Even a proof of concept would do, even Winforms(in lieu of WPF) would do. As long it interfaces with WCF that is not returning DataSet and the desktop app is sending back the delta of data only I'm ...
0
votes
1answer
110 views

Thinking Sphinx - shows false positives even though delta indexing is used

This may have to do with Sphinx rather than Thinking Sphinx. I am using delta indexes. Lets say a record has text field contains word 'foo' Full indexing is done word 'foo' is removed from the ...
0
votes
1answer
320 views

Thinking Sphinx with Rails - Delta indexing seems to work fine for one model but not for the other

I have 2 models User and Discussion. I have defined the indices for the models as below: For the User model: define_index do indexes email indexes first_name indexes last_name, :sortable => true ...