From: Michael J Gruber <git@drmicha.warpmail.net>
To: Michael Gaber <Michael.Gaber@gmx.net>
Cc: git@vger.kernel.org
Subject: Re: [git-svn] howto select a part of the tree
Date: Wed, 13 May 2009 22:38:03 +0200 [thread overview]
Message-ID: <4A0B2FAB.10801@drmicha.warpmail.net> (raw)
In-Reply-To: <4A0B01AF.2040908@gmx.net>
Michael Gaber venit, vidit, dixit 13.05.2009 19:21:
> Michael J Gruber schrieb:
>> Michael Gaber venit, vidit, dixit 12.05.2009 21:58:
>>> Hi,
>>>
>>> I have the following setup and would like to know it my thought workflow
>>> would be easily doable with git-svn.
>>>
>>> I have a repository which contains at the moment 5 eclipse projects. two
>>> of them are directly in the svn root and i'm not interested in them. the
>>> other three are mine and I'd like to use them as separate eclipse
>>> projects as i currently do when i check them out as seperate projects
>>> into the workspace with subversive.
>>>
>>> is this possible or should i just forget it.
>>>
>>> Regards Michael
>>
>> It is possible. I you want more detailed answers we would need more
>> detailed info (structure of the svn repo).
>>
>> Cheers,
>> Michael
>
> Sorry I forgot.
> Structure is as follows:
>
> repo-root
> |
> |--otherstuff-1
> |
> |--otherstuff-2
> |
> |--trunk
> |
> |--myproj-1
> |
> |--myproj-2
> |
> |--myproj-3
> |
> |--myproj-4
>
> I hope this makes it clear.
No branches nor tags? In that case you can simply
git svn clone url-to-the-svn-repo/repo-root/trunk/myproj-1
etc. and have individual git svn repos. You can do similarly for the
ones right below root.
Cheers,
Michael
prev parent reply other threads:[~2009-05-13 20:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-12 19:58 [git-svn] howto select a part of the tree Michael Gaber
2009-05-13 12:51 ` Michael J Gruber
2009-05-13 17:21 ` Michael Gaber
2009-05-13 20:38 ` Michael J Gruber [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A0B2FAB.10801@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=Michael.Gaber@gmx.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.