git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Problems trying setup git assistance is needed.
@ 2008-06-05 22:03 Boyd Lynn Gerber
  2008-06-06  6:51 ` Robert Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Boyd Lynn Gerber @ 2008-06-05 22:03 UTC (permalink / raw)
  To: Git List

Hello,

I have been going through the various documents and I can not seem to find
what I need.  Could someone either tell me what commands to use or where
to read.

I have as follows

/master/cvs/
/master/git/
/master/hg/
/master/svn/

I download to the above the various source trees I need to work with.  I
have cron jobs to update the various source trees from the internet.  I
want to keep them clean of any and all local changes.

What I want to do is have a working directory as follows...

/working/cvs/
/working/git/
/working/hg/
/working/svn/

I want to bring into my /working/git/ the various source tress and have
them all managed bit git.  To meet the requirements for the various
management systems, I have to have their directory with a copy.  That is
why I have all the working/...

I have the enviroment variables set as follows

GIT_DIR=/master/git
GIT_WORK_TREE=/working/git

To start I have been trying to use git clone or the other tools to work,
such that I have working copies of all the /master/.... in my own
working git directory so I can compare changes between them.

git clone /master/git/git /working/git/git

worked and I am able to use the above to pull every thing for git, but the
tools to convert cvs, hg and svn do not seem to work.  What is the magic
to get them all in git?  I would prefer just to have the latest
development and stable branches in my working directory.  But I can fine
to the git clone of git from the docs.  Any assistance on getting
everythin over to git or hints is greatly appericiated.

Thanks,

--
Boyd Gerber <gerberb@zenez.com>
ZENEZ	1042 East Fort Union #135, Midvale Utah  84047

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems trying setup git assistance is needed.
  2008-06-05 22:03 Problems trying setup git assistance is needed Boyd Lynn Gerber
@ 2008-06-06  6:51 ` Robert Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Anderson @ 2008-06-06  6:51 UTC (permalink / raw)
  To: Boyd Lynn Gerber; +Cc: Git List

On Thu, Jun 5, 2008 at 3:03 PM, Boyd Lynn Gerber <gerberb@zenez.com> wrote:
> To meet the requirements for the various
> management systems, I have to have their directory with a copy.

I don't know what this is supposed to mean.

It also doesn't sound like you should be bothering any environment variables.

> git clone /master/git/git /working/git/git
>
> worked and I am able to use the above to pull every thing for git, but the
> tools to convert cvs, hg and svn do not seem to work.

"X doesn't seem to work" is not a good description of a problem.  "I
tried X and expected Y but got Z" is how you should describe your
problems, with verbatim but concise cut/paste of X and Z input and
output.

As an example, did you try:

git svn clone /master/svn /working/svn

i.e., the first line under "Basic Examples" in the git svn manual page?

Backing up a step, though, the point of what you're doing is unclear.
Why bother with /master/svn, rather than just cloning the remote repo?

Bob

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-06  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-05 22:03 Problems trying setup git assistance is needed Boyd Lynn Gerber
2008-06-06  6:51 ` Robert Anderson

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).