Minor correction: the actual command I used is not On Sep 27, 9:30 pm, Godmar Back <[email protected]> wrote: > > git cvsimport -i -r git@mygithost:.git -v -d :pserver:.... reposname >
but rather: git cvsimport -i -r git@mygithost:repos.git -v -d :pserver.... reposname where 'repos.git' is the repository directory I created in the user's git home directory on the 'mygithost' machine. (This directory will play the role of the CVSROOT directory.) Note that I can successfully do 'git clone git@mygithost:repos.git' and obtain an empty repository, so I know that I've initialized it correctly. It just won't accept any imports when used in the '-r' argument to git cvsimport. - Godmar -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
