Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] Partial clone possible?

Hi,

I find it is better to start with a single project, or directory, that
you want to convert to Git (from SVN, I assume).

The general idea in Git is to have one repository per project. One
large SVN repository with many projects, will become multiple Git
repositories.

You don't have have to do them all in one go. Start with a single
small project and convert that by itself. Then continue with larger
more complex projects when you have more experience.

-Thomas


On Wed, Jun 1, 2011 at 7:36 PM, <h3llghost@xxxxxx> wrote:
>
> Hello,
>
> I have a big structure of directories and subdirectories, which represent different projects.
>
> For my work I want project xy, but I don't want to download all files from other projects, which aren't required.
> Is there any possibility with eGit or anything like that to select a specific directory to download?
>
> Otherwise I have to stay with SVN.
>
>
> Cheers,
>
> H3llGhost
>
> _______________________________________________
> git mailing list
> git@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/git


Back to the top