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

Re: Saving emails

From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Tue, 08 Dec 2009 09:20:54 -0500

On 12/7/2009 12:11 PM, Andrey Repin wrote:
> Greetings, Todd Dowty!
>
>> The question is saving email communications to same project. I'm aware of
>> Tortoise that gets subversion linked into Windows Explorer - can it do the
>> same thing in Outlook? IE, can I commit emails to subversion directly from
>> outlook?
>
> No, i haven't heard, nor I can imagine such mechanics.
> Subversion is not intended to be archiving tool, it is version control tool.
> Controls changes made to the same entity.
>

It may not be designed as an archiving tool, but it's something that
Subversion handles well. At least as long as you want to keep the data
permanently (barring a repository dump/load with filtering). Archiving
is merely a bunch of add operations with very few modify/delete
operations.

One of the more egregious examples is using SVN to ship web server log
files back to the main office (permanent archival). The big advantage
over other more traditional methods is that you can treat the SVN
repository as a WORM device from the point of view of the web server.
Even if some attacker were to get into the web server and erase the log
files, they could do no more then create a delete revision in SVN.

Better, once the logs are in SVN, a bunch of other possibilities open up
and make use of the already implemented SVN repository access controls.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428201

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-08 15:21:46 CET

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.