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

Re: Regarding Issue#525 "working copy w/o text-base"

From: Santeri Hernejärvi <gray_at_gray.mine.nu>
Date: 2003-05-17 06:40:47 CEST

philipp.berndt@gmx.net wrote:

> Especially if (most of) your working copy is used read-only, the pristine
> copies are a waste of disk space.
>
> How about making all checked out files read-only and creating a pristine copy
> (from the local working copy file) only when the user issues an equivalent of
> "cvs edit" ?
>
> A checksum could be used to check if the working copy file is still clean
> before making the text-base-backup.

I just had an idea. It might be a bad one, but here goes.

My repository consists of various source files and a lot of
binary data, and the pristine copies of these aren't really
necessary, unless you want to revert a lot.

The checksums would be enough to tell if the files have been
changed and need to be committed.

A downside would be that the client would have to send the
whole file when committing, though. Hmm.

.s

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 17 06:41:37 2003

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

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