[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: modify dump

From: Russ <rsivak_at_istandfor.com>
Date: 2006-11-01 05:01:55 CET

I think the Checksum is per file, correct? How many copies of that file do you have in the repository? If only a few, it might not be difficult to recompute the hashes per file.

Also some people mentioned that you can just zero out or delete the Checksum.

Also people mentioned that the length of the file changes with your modifications. Perhaps you can replace the sensitive data with data of the same size? Add some comments or something.

And lastly, how sensitive is the data? If its a pasword or something, perhaps its easier to just change the pasword?

Russ
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: Niko Sams <ns@vivid-planet.com>
Date: Tue, 31 Oct 2006 17:10:21
To:rsivak@istandfor.com
Cc:users@subversion.tigris.org
Subject: Re: modify dump

> I guess you can always modify the file, and calculate and update the
> Checksum.
Yes - But how do I update the checksum? Doing this on a 3.5Gb-File isn't that
easy...

> Is there a reason you don't just do this find/replace on a
> working copy and check in the changes?
It's sensible data that should not get visible through the history of the
file.

niko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 1 05:03:02 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.