<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Michael T. Dean wrote:
<blockquote cite="mid:473E0555.2030807@thirdcontact.com" type="cite">
  <pre wrap="">On 11/16/2007 02:59 PM, Jon Larson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm running 20.2--so I don't use the multiple storage locations feature 
in SVN. I have three backends each with their own local recording 
storage, and I use a 'crossbar' architecture of NFS shares so that each 
BE has access to all recordings.

This works well enough for scripts, but it's somewhat problematic when I 
want to access a particular recording directly via NFS/SMB share, since 
I have to hunt through each servers' recordings to find the desired file.

I'd like to run mythrename.pl with the --link function and have it 
create an 'aggregate' folder with symlinks pointing to multiple BE's. 
The problem is that mythrename is programmed to only operate locally, 
and to delete existing symlinks in the target dir (which prevents me 
from just running it once on each machine).

Has anyone done this already, or can anyone provide suggestions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Comment the line that deletes the symlinks and make a script that calls
mythrename.pl with appropriate arguments.  On one host, make that script
delete the directory structure containing the links, then run
mythrename.pl.  On all other hosts, ensure that mythrename.pl runs a
minute or so after it does on the first host and don't delete the links.

  </pre>
</blockquote>
Thanks Michael--that sounds like just what I need...<br>
<br>
Jon<br>
</body>
</html>