Hello Administrator, Can some one help us to import this work http://github.com/eeejay/ldtp2/tree/master under http://cgit.freedesktop.org/ldtp as ldtp2 ? so that we wont miss the development history. Thanks Nagappan
New repo created, source repo imported into new repo. For future reference all you need is a bare repo and then you can import the history yourself, below is an example of what I did: get admin to: cd /git GIT_DIR=ldtp2.git git-init --shared cd ldtp2.git touch git-deamon-export-ok echo "SOMETHING" > description Then you can: git clone git://github.com/eeejay/ldtp2.git cd ldtp2 # Push master branch of old repo to new master branch of new repo git push git+ssh://USER@git.freedesktop.org/git/ldtp/ldtp2.git master:refs/heads/master
(In reply to comment #1) > New repo created, source repo imported into new repo. Thank you very much, also explaining me the steps to create the git repo in future. Thanks Nagappan
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.