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

RE: Versioning Access databases (delta efficiency) .....

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-22 15:35:52 CEST

If you're using the filesystem repository format (not Berkley DB,) you
can see the size of the deltas.
 
Create a test repository and checkin several revisions of the access
database.
Then, on the server, cd to /my/repositories/test_repos/db/revs
Run ls -al (or dir). Each file listing is a revision/delta.
 
'svnadmin dump' may or may not also provide the revision size, but I'm
not sure.

________________________________

        From: Allan Andersen [mailto:sapdb@ofir.dk]
        Sent: Friday, September 22, 2006 6:14 AM
        To: users@subversion.tigris.org
        Subject: Versioning Access databases (delta efficiency) .....
        
        

        Hi
        
        How efficient is Subversion when versioning Access databases ? A
typically database will in my case be 10 - 30 MB and the users will only
change a few rows between each version. Now, will the delta be as
efficient in size etc. as on text files in this case ?
        
        I know that the Subversion web site says that it is as efficient
on binary files as on text files, but does anyone have really hands on
experience with access databases ??
        
        
        /Allan
--------------------------------------------------------------------- To
unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For
additional commands, e-mail: users-help@subversion.tigris.org

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA621
Received on Fri Sep 22 15:37:56 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.