CVS2git migartion....
suchi upadhyay <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <CAKX61M9L5NySpYJv7W9vET+OyvRC_B3j1ezJ3CL9mbbb3V_Q8Q@mail.gmail.com> |
Hi All, I used this link(http://cvs2svn.tigris.org/cvs2git.html#usage) for migrate CVS repository to Git. First I tried with the steps given in the link but it was not working as it is and it failed for command cvs2git where it stuck at migration of repository part, not able to understand the given repository. So I installed CVS on the Git machine and then tried with cvs2git migration command using both option file and cvs2git command , both worked succesfully. So my question is - if I want to migrate my CVS repository to Git then I need to install CVS also on my Git machine/server? I installed Tortoise Git to verify the client-end users oepration. I am able to clone --> add --> commit but not able to push those commited changes to Server. whenever I run the push operation I got below message: git.exe push --progress "origin" master:master Counting objects: 7, done. Compressing objects: 100% (3/3) Writing objects: 100% (5/5) Writing objects: 100% (5/5), 378 bytes, done. remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'. To ssh://GITAdmin@<servername>:/home/GITAdmin/newmig/testgit.git ! [remote rejected] master -> master (branch is currently checked out) error: failed to push some refs to 'ssh://GITAdmin@ <servername>:/home/GITAdmin/newmig/testgit.git' Thanks.,. ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2909392 To unsubscribe from this discussion, e-mail: [[email protected]].