Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-08-03 Thread Camm Maguire
Greetings, and thanks for all your help! I think I've got it working now. cvs and git repositories are currently synced up. Getting ready to tag a release version in both, and then abandon cvs for git. Take care, k...@freefriends.org (Karl Berry) writes: You tried to execute: rsync

Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-07-18 Thread James Cloos
CM == Camm Maguire c...@maguirefamily.org writes: CM (sid_amd64)camm@localhost:~/debian/gcl/cvssuck$ rsync -avz -e ssh vcs.sv.gnu.org::sources/gcl/ ./gclr/ Try leaving out the -e ssh. When you use ::, it should not try ssh. It only should use ssh when you use a /single/ colon. Alternatively,

Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-07-17 Thread Camm Maguire
Greetings, and thanks so much! (sid_amd64)camm@localhost:~/debian/gcl/cvssuck$ rsync -avz -e ssh vcs.sv.gnu.org::sources/gcl/ ./gclr/ Warning: Permanently added 'vcs.sv.gnu.org' (RSA) to the list of known hosts. You tried to execute: rsync --server --daemon . Sorry, you are not allowed to

Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-07-17 Thread Karl Berry
You tried to execute: rsync --server --daemon . Sorry, you are not allowed to execute that command. Sorry, I should have known. Tried the git-cvsimport, but it dies on converting some revision tag -- Bletch. Thanks for trying. I put a tarball at (secret url :):

Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-07-17 Thread Glenn Morris
rsync -avz -e ssh vcs.sv.gnu.org::sources/gcl/ ./gclr/ [...] You tried to execute: rsync --server --daemon . Sorry, you are not allowed to execute that command. FWIW, works fine for me without -e ssh. http://savannah.gnu.org/maintenance/CvSToSvN rsync -av

[Savannah-hackers-public] Possible migration to git for GCL

2013-07-15 Thread Camm Maguire
Greetings! Considering using cvs2git for a migration, which needs a local copy of the repository. Can I retrieve one via rsync or some other method? Take care, -- Camm Maguirec...@maguirefamily.org

Re: [Savannah-hackers-public] Possible migration to git for GCL

2013-07-15 Thread Karl Berry
Greetings! Considering using cvs2git for a migration, which needs a local copy of the repository. Can I retrieve one via rsync or some other method? Hi Camm - I think it's rsync vcs.sv.gnu.org::sources/gcl/ ... Also, FWIW, I've never done it, but