Re: Spreading repository across disks
jce <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
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.