Bug 21835

Summary: Request to import LDTPv2 in LDTP git project
Product: freedesktop.org Reporter: Nagappan Alagappan <nagappan>
Component: Version controlAssignee: fd.o Admin Massive <sitewranglers>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: medium CC: eitan.isaacson
Version: unspecifiedKeywords: NEEDINFO
Hardware: Other   
OS: All   
URL: http://github.com/eeejay/ldtp2/tree/master
Whiteboard:
i915 platform: i915 features:

Description Nagappan Alagappan 2009-05-20 11:03:21 UTC
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
Comment 1 Benjamin Close 2009-05-26 20:07:58 UTC
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

Comment 2 Nagappan Alagappan 2009-05-27 07:17:29 UTC
(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.