Discussion:
Spreading repository across disks
jce
2009-03-18 16:24:30 UTC
Permalink
It gets a bit stranger.

Instead of using rsync -av to make a copy of the repository, i tried
cp -Rp

After the copy , i made the directory a symlink to its location on the
new drive.

This time updates worked! but add/commits failed.

bizarre.
Todd Denniston
2009-03-19 11:48:31 UTC
Permalink
Post by jce
It gets a bit stranger.
Instead of using rsync -av to make a copy of the repository, i tried
cp -Rp
After the copy , i made the directory a symlink to its location on the
new drive.
This time updates worked! but add/commits failed.
bizarre.
instead of a softlink you might try:
mount --bind /new/repo/location/ /old/repo/location/

and see if it works...

which cvs version is on Ubuntu 8?

in the cvs News file
"Changes from 1.11.9 to 1.11.10:
...
* CVSROOTs which contain a symlink to a real repository should work.
...
"

And here I was thinking that I recalled the devs taking that out in the 11
series because of some security concern.
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
Larry Jones
2009-03-19 16:35:04 UTC
Permalink
Post by jce
This time updates worked! but add/commits failed.
Failed how? What's the exact error you get?
--
Larry Jones

I'm so disappointed. -- Calvin
Larry Jones
2009-03-19 16:36:38 UTC
Permalink
Post by Todd Denniston
in the cvs News file
...
* CVSROOTs which contain a symlink to a real repository should work.
That's symlinks in the path *to* the repository, not symlinks inside the
repository.
--
Larry Jones

You just can't ever be too careful. -- Calvin
N S, Keshava
2009-03-26 09:00:16 UTC
Permalink
I need to unsubscribe from this mailing list.
My mail: keshav.narayana.murthy=cgi.com

Thanks



-----Original Message-----
From: info-cvs-bounces+keshav.narayana.murthy=***@nongnu.org
[mailto:info-cvs-bounces+keshav.narayana.murthy=***@nongnu.org] On
Behalf Of Larry Jones
Sent: Thursday, March 19, 2009 10:05 PM
To: jce
Cc: info-***@nongnu.org
Subject: Re: Spreading repository across disks
Post by jce
This time updates worked! but add/commits failed.
Failed how? What's the exact error you get?
--
Larry Jones

I'm so disappointed. -- Calvin
Loading...