Leopard & Time Machine

3 messages Options
Embed this post
Permalink
Joe Mele

Leopard & Time Machine

Reply Threaded More More options
Print post
Permalink
Hi  all


I have an eMac PPC that I am using as a svn repository. I setup time
machine.  Now this repository is set up at
/usr/local/svn

How do I access the archived copies from time machine???


Joe Mele
www.filemakersearch.net
www.delphimagazine.net
CodeGear Technology Partner
www.fmplugin.net
www.melesystems.com
www.youseful.com
forums.youseful.net
Jake Traynham

Re: Leopard & Time Machine

Reply Threaded More More options
Print post
Permalink
Joe,

   I haven't used time machine very much (I think I might have played
with it once when I first installed leopard or something), but don't you
just have to have the folder open and then enable time machine to see
the changes?  If the problem is that you don't know how to open that
folder in the finder, you can use the "Go to Folder" option in the "Go"
menu of the Finder.  On the other hand, if Time Machine isn't indexing
that folder ... well ... you'll have to ask some one with more
experience with Time Machine than me. :)

Jake

Joe Mele wrote:

>
>
> Hi  all
>  
>  
> I have an eMac PPC that I am using as a svn repository. I setup time
> machine.  Now this repository is set up at
> /usr/local/svn
>  
> How do I access the archived copies from time machine???
>  
>  
> Joe Mele
> www.filemakersearch.net <http://www.filemakersearch.net>
> www.delphimagazine.net <http://www.delphimagazine.net>
> CodeGear Technology Partner
> www.fmplugin.net <http://www.fmplugin.net>
> www.melesystems.com <http://www.melesystems.com>
> www.youseful.com <http://www.youseful.com>
> forums.youseful.net <http://forums.youseful.net>
>

--
Jake Traynham
Owner, CNS Plug-ins
http://www.cnsplug-ins.com/
Michael Wood-8

Leopard & Time Machine

Reply Threaded More More options
Print post
Permalink
In reply to this post by Joe Mele
On Sun, Sep 28, 2008 at 9:23 PM, Joe Mele <[hidden email]> wrote:
> Hi  all
>
>
> I have an eMac PPC that I am using as a svn repository. I setup time
> machine.  Now this repository is set up at
> /usr/local/svn
>
> How do I access the archived copies from time machine???

A subversion repository may or may not be OK if you just back up the
files.  It depends on whether it's being accessed at the moment and
possibly on which repository fs type you are using (the Berkeley DB
"fs" or the normal filesystem "fs".)  There is a script called
something like svnhotcopy for backing up a Berkeley DB repository.
Not sure if you need to do that for an fsfs repository.

So your backups should probably be done with a periodic svnhotcopy or
svnadmin dump to a separate location and then have time machine back
that up.  The Subversion book probably has a section on backups.  I
haven't looked at it in a while.  (http://svnbook.red-bean.com/)

Since you obviously haven't done that yet, you can probably get time
machine to give you a working subversion repository anyway, since it's
unlikely that the repository would have been accessed every time time
machine backed it up.

You would need to go into time machine, select all the
files/directories in the subversion repository and then tell it to
restore them.  You should restore to a different location so as not to
overwrite the current copy of your repository (even if it is damaged,
it's probably better not to overwrite the current copy, just in case.)
 It's actually not clear to me exactly when Time machine asks if you
want to change the location of the restored copy.  It sometimes asks
if you want to keep the original or both copies, so it might be better
to rename /usr/local/svn temporarily just before you do the restore.

Then point your subversion client at the recovered repository and see
if it works.  If not, try a different version of it.

--
Michael Wood <[hidden email]>