From: Sam Vilain <sam@vilain.net>
To: Matt McCutchen <hashproduct@verizon.net>
Cc: git@vger.kernel.org
Subject: Re: Looking for SCM that lets me publish part of a repository
Date: Tue, 07 Mar 2006 09:58:40 +1300 [thread overview]
Message-ID: <440CA280.6000304@vilain.net> (raw)
In-Reply-To: <1141608679.16980.12.camel@mattlaptop>
Matt McCutchen wrote:
>Dear GIT people,
>
>For the last week or so, I have been looking for a SCM system to hold
>many of my projects, some of which are available to the public and
>others of which are not. It would be nice if I could use a single large
>private repository on my computer with each project in a separate
>folder. Then I would like to pull some of the projects (but not all)
>into a world-readable repository on my Web site. I have looked at
>several SCMs and have not found a way to make any of them do this, but I
>like GIT best on other grounds. Is there a way I can coerce GIT to
>clone and pull one folder out of a repository but ignore the rest?
>
>
SVK works like this, you get one (by default) repository in your ~ which
you then mirror published projects to, and it tracks local changes as a
branch which you can then commit back 'upstream' (or to your published
repository) with.
Jeff King also recently posted a script to extract out a part of a
repository into another one, which is a related concept.
Sam.
prev parent reply other threads:[~2006-03-06 20:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-06 1:31 Looking for SCM that lets me publish part of a repository Matt McCutchen
2006-03-06 1:48 ` Shawn Pearce
2006-03-06 6:54 ` Alan Chandler
2006-03-06 20:58 ` Sam Vilain [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=440CA280.6000304@vilain.net \
--to=sam@vilain.net \
--cc=git@vger.kernel.org \
--cc=hashproduct@verizon.net \
/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.