Re: configure subversion for no history

2011-07-26 Thread Thorsten Schöning
Guten Tag Kent Rollins, am Montag, 25. Juli 2011 um 19:29 schrieben Sie: > Is there a way to configure Subversion to *not* store a history on > certain files? No. > I have a few people checking in some large binaries > and we really don't need to store history on them. We only need the > last c

Re: configure subversion for no history

2011-07-25 Thread Ryan Schmidt
On Jul 25, 2011, at 12:29, Kent Rollins wrote: > Is there a way to configure Subversion to *not* store a history on > certain files? Definitely not. Storing history is the primary purpose of Subversion. If you don't want history, Subversion may not be the right tool for you.

Re: configure subversion for no history

2011-07-25 Thread Nico Kadel-Garcia
On Mon, Jul 25, 2011 at 1:29 PM, Kent Rollins wrote: > Is there a way to configure Subversion to *not* store a history on > certain files?  I have a few people checking in some large binaries > and we really don't need to store history on them.  We only need the > last committed version of the fil

configure subversion for no history

2011-07-25 Thread Kent Rollins
Is there a way to configure Subversion to *not* store a history on certain files? I have a few people checking in some large binaries and we really don't need to store history on them. We only need the last committed version of the file. The repository is growing unnecessarily large. Kent