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

Re: Auto add files in a directory?

From: Andrew A. Raines <aaraines_at_pobox.com>
Date: 2004-03-03 18:44:20 CET

Chris Parker <subversion@playswithfire.com> writes:

> On Tue, Mar 02, 2004 at 05:51:46PM -0600, Andrew A. Raines wrote:
>> I'd like to add ~/Mail to my svn-controlled homedir. However,
>> due to the transient nature of files with Gnus' nnml, I don't
>> want to have to manually add and remove new and old messages.

[...]

> Oh neat! Another use case for issue 707!

[...]

> http://subversion.tigris.org/issues/show_bug.cgi?id=707

Yes, opaque collections will be a great feature.

In the meantime, I periodically run:

  tar --exclude \*~ -cf - Mail | bzip2 -9 >mail.tar.bz2

After an initial `svn add mail.tar.bz2' I'm now good-to-go. It
adds a layer of complexity, but the revision history is still
intact. Man, I love binary diffs.

-- 
    aaraines@pobox.com (Andrew A. Raines)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 3 18:43:09 2004

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.