Forgive me if this seems convoluted, I am stuck in a shell all day long and don't get out much.

History:
We had issues with growing two RAID0 volumes at AWS, so we added two more volumes (RAID0) with larger capacity and rysnc'd 33G of data over after mounting.

Facts:
/dev/md0 40G 33G 7.6G 81% /mnt/data-files
/dev/md2 80G 33G 48G 41% /mnt/data-files2

Directories:
/mnt/data-files2/svn/repos/ftbweb
/mnt/data-files/svn/repos/ftbweb
/opt/svn/repos/ftbweb/

Access:
the client/owner uses svn+ssh://aws - xxxx - svn/opt/svn/repos/ftbweb with tortoiseSVN client.
The DEVS may use a similar mechanism but the details are not known to me.

The relationship between between what the client uses in his svn client and these directories I do not understand. But that is another issue for another day, after this gets resolved. :)

We want to ensure that the ftbweb repo is being written/updated to /mnt/data-files2 and not /mnt/data-files any further.

The obvious answer is to re-assign /dev/md2 as /dev/md0 in /etc/fstab and be done with it.

I have read numerous documents and tuts which haven't yielded productive results. What I got from those documents is do 1 or 2 things, along the lines of an svnadmin dump.

Is this a client issue or an svn repo issue?

Thank you all for your valuable time and invaluable experience.

link|improve this question
pft. it's a symlink in /opt thanks for the help! – John Jones Aug 22 '11 at 22:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.