Re: [arch-dev-public] svntogit repo generation script moved to nymeria

2013-03-17 Thread Pierre Schmitz
Am 10.03.2013 17:04, schrieb Evangelos Foutras:
 This is just a quick note. In order to avoid having to sync the
 Subversion repos from nymeria to gerolde just to facilitate the
 generation of Git repos by the arch-svntogit script [1], I have
 relocated the script to nymeria.
 
 The Git repos [2] themselves had to be regenerated from scratch (from
 the Subsversion repos), and as such, any existing cloned repos won't be
 able to cleanly pull from them. In this case, it's recommended to delete
 and re-clone the repo.
 
 (tl;dr: If you have any clones of the svntogit repos, you'll need to
 recreate them.)
 
 [1] https://github.com/foutrelis/arch-svntogit
 [2] https://projects.archlinux.org/svntogit/

The packages repo seems to be corrupted:

% git clone git://projects.archlinux.org/svntogit/packages.git
Klone nach 'packages'...
remote: error: Could not read 4fee98a0562f9adbab2c1135fb57954a7b95f809
remote: fatal: bad tree object 4fee98a0562f9adbab2c1135fb57954a7b95f809
remote: aborting due to possible repository corruption on the remote
side.
fatal: zu frühes Dateiende
fatal: index-pack failed

-- 
Pierre Schmitz, https://pierre-schmitz.com


Re: [arch-dev-public] svntogit repo generation script moved to nymeria

2013-03-17 Thread Evangelos Foutras
On 17/03/13 11:35, Pierre Schmitz wrote:
 Am 10.03.2013 17:04, schrieb Evangelos Foutras:
 This is just a quick note. In order to avoid having to sync the
 Subversion repos from nymeria to gerolde just to facilitate the
 generation of Git repos by the arch-svntogit script [1], I have
 relocated the script to nymeria.

 The Git repos [2] themselves had to be regenerated from scratch (from
 the Subsversion repos), and as such, any existing cloned repos won't be
 able to cleanly pull from them. In this case, it's recommended to delete
 and re-clone the repo.

 (tl;dr: If you have any clones of the svntogit repos, you'll need to
 recreate them.)

 [1] https://github.com/foutrelis/arch-svntogit
 [2] https://projects.archlinux.org/svntogit/
 
 The packages repo seems to be corrupted:
 
 % git clone git://projects.archlinux.org/svntogit/packages.git
 Klone nach 'packages'...
 remote: error: Could not read 4fee98a0562f9adbab2c1135fb57954a7b95f809
 remote: fatal: bad tree object 4fee98a0562f9adbab2c1135fb57954a7b95f809
 remote: aborting due to possible repository corruption on the remote
 side.
 fatal: zu frühes Dateiende
 fatal: index-pack failed

This appears to be an issue with the NFS mount on gudrun:

$ stat objects/4f/ee98a0562f9adbab2c1135fb57954a7b95f809
stat: cannot stat ‘objects/4f/ee98a0562f9adbab2c1135fb57954a7b95f809’:
Stale NFS file handle


[arch-dev-public] svntogit repo generation script moved to nymeria

2013-03-10 Thread Evangelos Foutras
This is just a quick note. In order to avoid having to sync the
Subversion repos from nymeria to gerolde just to facilitate the
generation of Git repos by the arch-svntogit script [1], I have
relocated the script to nymeria.

The Git repos [2] themselves had to be regenerated from scratch (from
the Subsversion repos), and as such, any existing cloned repos won't be
able to cleanly pull from them. In this case, it's recommended to delete
and re-clone the repo.

(tl;dr: If you have any clones of the svntogit repos, you'll need to
recreate them.)

[1] https://github.com/foutrelis/arch-svntogit
[2] https://projects.archlinux.org/svntogit/