You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Russ <rs...@istandfor.com> on 2006/11/01 04:01:55 UTC

Re: modify dump

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

Re: modify dump

Posted by Niko Sams <ns...@vivid-planet.com>.
> 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.
1635 different revisions are in the repository :D
Too much to do it manually.

> 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.
that would be easier, yes

> And lastly, how sensitive is the data? If its a pasword or something,
> perhaps its easier to just change the pasword?
yep, its a password.
the problem is that we can't change it ourselves :(
But I will try to request a new one - I thought removing it from the 
svn-history is a simpler job...


thanks!
niko sams

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org