You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kean Johnston <jk...@sco.com> on 2005/10/03 07:47:49 UTC

deja vu: text-base penalty discussion

Hello fellow subverters :)

It's been a while since I last seriously looked at svn. I
decided to again today and picked up 1.2.3. Two tiny compile
errors (will be submitting a patch for that later) and all
was good. However, I noticed that my pet peeve - the text-base
penalty, is still extant. A year or two ago we had a long thread
on this but I see not much has changed. I'd like to re-open the
issue.

Here's what I'd dearly like to see. I would like it to be
possible to do text-base-less checkouts. Think: nightly
build machines. These are machines that have absolutely no
need of anything except for the raw files. No-one is ever
going to be editing there. In fact, the filesystem gets wiped
every night. In such environments (not uncommon) the current
text-base implementation imposes a 100% space penalty. Now
that I think about, such machines could do without the entire
.svn directory and just give me a raw dump. In fact thats such
a common thing to want to do I am sure there is a command that
already does it and someone is going to tell me what it is :)

Even in the case where I am doing active development, my
gigabit connection to teh server is plenty fast enought that
if I chose to do so, it would be nice to have a single file
that lists stat and crc32 type information as a means of
detecting that a file had changed. If it has, and I do a
svn diff, I care more about the disk space than the network
overhead. Or perhaps re-introduce the idea of 'svn edit',
which when executed, creates the local copy for network-less
diffs etc.

I am totally up for making this happen, if others agree or
would find it useful. But before I do I'd like to hear from
the powers-that-be what the problems are likely to be.

Kean

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

Re: deja vu: text-base penalty discussion

Posted by Kean Johnston <jk...@sco.com>.
>> .svn directory and just give me a raw dump. In fact thats such
>> a common thing to want to do I am sure there is a command that
>> already does it and someone is going to tell me what it is :)
> 
> 
> svn export

:) Thankee.

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

Re: deja vu: text-base penalty discussion

Posted by Steve Williams <st...@kromestudios.com>.
Kean Johnston wrote:
> Here's what I'd dearly like to see. I would like it to be
> possible to do text-base-less checkouts. Think: nightly
> build machines. These are machines that have absolutely no
> need of anything except for the raw files. No-one is ever
> going to be editing there. In fact, the filesystem gets wiped
> every night. In such environments (not uncommon) the current
> text-base implementation imposes a 100% space penalty. Now
> that I think about, such machines could do without the entire
> .svn directory and just give me a raw dump. In fact thats such
> a common thing to want to do I am sure there is a command that
> already does it and someone is going to tell me what it is :)

svn export


-- 
Sly


This message and its attachments may contain legally privileged or confidential information. This message is intended for the use of the individual or entity to which it is addressed. If you are not the addressee indicated in this message, or the employee or agent responsible for delivering the message to the intended recipient, you may not copy or deliver this message or its attachments to anyone. Rather, you should permanently delete this message and its attachments and kindly notify the sender by reply e-mail. Any content of this message and its attachments, which does not relate to the official business of the sending company must be taken not to have been sent or endorsed by the sending company or any of its related entities. No warranty is made that the e-mail or attachment(s) are free from computer virus or other defect.


Re: deja vu: text-base penalty discussion

Posted by Ximon Eighteen <xi...@int.greenpeace.org>.
Kean Johnston wrote:
> Hello fellow subverters :)
> 
> It's been a while since I last seriously looked at svn. I
> decided to again today and picked up 1.2.3. Two tiny compile
> errors (will be submitting a patch for that later) and all
> was good. However, I noticed that my pet peeve - the text-base
> penalty, is still extant. A year or two ago we had a long thread
> on this but I see not much has changed. I'd like to re-open the
> issue.
> 
> Here's what I'd dearly like to see. I would like it to be
> possible to do text-base-less checkouts. Think: nightly
> build machines. These are machines that have absolutely no
> need of anything except for the raw files. No-one is ever
> going to be editing there. In fact, the filesystem gets wiped
> every night. In such environments (not uncommon) the current
> text-base implementation imposes a 100% space penalty. Now
> that I think about, such machines could do without the entire
> .svn directory and just give me a raw dump. In fact thats such
> a common thing to want to do I am sure there is a command that
> already does it and someone is going to tell me what it is :)

svn export?


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