git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git checkout in a subdirectory
@ 2011-04-03 18:53 Alenoosh
  0 siblings, 0 replies; only message in thread
From: Alenoosh @ 2011-04-03 18:53 UTC (permalink / raw)
  To: git

Hi all

I have recently converted my svn repository to git repository (A) but I did
not convert the svn branches , here is my problem :

One of my svn branches is a branch of a subdirectory , I have converted that
to a separate git repo (B) and
created a git branch from that in the (A) git repo but the problem is that I
can't checkout that branch in the corresponding subdirectory of my git repo
(A) ...

my git repo (A) looks something like this :

----------------------------------------------------------------------
git-repo
    |-- dir1
    |-- dir2
    |-- dir3 -- dir31

here's what I have done :
    cd /tmp
    git svn clone   B
    git clone --bare /tmp/B   B
    cd git-repo
    git remote add remote-git-branch B
    git fetch remote-git-branch
    git branch git-branch remotes/remote-git-branch

I want to do the git checkout in for example dir31 directory :

    cd dir3/dir31
    git checkout git-branch
-----------------------------------------------------------------------

How can I solve this problem ?
I've checked all 'git checkout' options but couldn't find anything ...

Thanks in advance

Alenoosh

--
View this message in context: http://git.661346.n2.nabble.com/git-checkout-in-a-subdirectory-tp6236473p6236473.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-03 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 18:53 git checkout in a subdirectory Alenoosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).