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

Re: [TSVN] Missing .snv/tmp folders

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-06-14 10:10:16 CEST

Rennie Barnett wrote:
> More info: This problem occurs when I delete a email _folder_ from
> within the email client (Thunderbird).
>
> When I RTFM I see that I am able to delete files from outside of TSVN,
> "...it doesn't really matter, if you forget to delete the file with
> TortoiseSVN as you are supposed to do." and they show up as being
> deleted on next commit but it seems as though I'm running into trouble
> due to Thunderbird deleting entire folders from my working copy.

That is exactly the problem. You cannot delete folders behind
subversion's back because it stores working copy information in a .svn
subfolder.

> Is this right? and if so am I right in thinking that what I'm trying
> to do is outside the scope of SVN and should use something else to
> keep backups of my email?

Subversion seems like the wrong tool for this particular job. Normally
you use an RCS where you have files which change periodically and you
want to keep a record of every version of the file. Emails do not change
once you have received them, so you only ever have one revision of each
file. You would be better off with a basic archive facility.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 14 10:10:15 2005

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

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