git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cvs2git migration
@ 2012-02-14 12:01 supadhyay
  2012-02-14 18:33 ` supadhyay
  2012-02-14 20:17 ` Holger Hellmuth
  0 siblings, 2 replies; 5+ messages in thread
From: supadhyay @ 2012-02-14 12:01 UTC (permalink / raw)
  To: git

Hi All,

I want to migrate my version control CVS to GIT. I have few links which
mentioned about how to migrate CVS repositories to GIT but there is no
description about how to migrate existing CVS users to GIT?

Can you please suggest me or forward me some links which mentioned about how
to migrate users as well.

Thanks in advance.


--
View this message in context: http://git.661346.n2.nabble.com/cvs2git-migration-tp7283631p7283631.html
Sent from the git mailing list archive at Nabble.com.

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

* Re: cvs2git migration
  2012-02-14 12:01 cvs2git migration supadhyay
@ 2012-02-14 18:33 ` supadhyay
  2012-02-14 19:45   ` Kevin
  2012-02-14 19:50   ` Kevin
  2012-02-14 20:17 ` Holger Hellmuth
  1 sibling, 2 replies; 5+ messages in thread
From: supadhyay @ 2012-02-14 18:33 UTC (permalink / raw)
  To: git

Hi All,

Can any one please update me what would be the method/steps to migrate
existing CVS users to GIT in CVS2GIT migration? User migration is possible
or not?

Thanks in advance...

--
View this message in context: http://git.661346.n2.nabble.com/cvs2git-migration-tp7283631p7285021.html
Sent from the git mailing list archive at Nabble.com.

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

* Re: cvs2git migration
  2012-02-14 18:33 ` supadhyay
@ 2012-02-14 19:45   ` Kevin
  2012-02-14 19:50   ` Kevin
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin @ 2012-02-14 19:45 UTC (permalink / raw)
  To: supadhyay; +Cc: git

Hi,

Because git is distributed, it has no user management (which is
impossible to do). Every user adds his name and e-mail address to his
global .gitconfig file.

For access control, you can check gitolite [1].


[1]: http://github.com/sitaramc/gitolite

On Tue, Feb 14, 2012 at 7:33 PM, supadhyay <supadhyay@imany.com> wrote:
> Hi All,
>
> Can any one please update me what would be the method/steps to migrate
> existing CVS users to GIT in CVS2GIT migration? User migration is possible
> or not?
>
> Thanks in advance...
>
> --
> View this message in context: http://git.661346.n2.nabble.com/cvs2git-migration-tp7283631p7285021.html
> Sent from the git mailing list archive at Nabble.com.
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: cvs2git migration
  2012-02-14 18:33 ` supadhyay
  2012-02-14 19:45   ` Kevin
@ 2012-02-14 19:50   ` Kevin
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin @ 2012-02-14 19:50 UTC (permalink / raw)
  To: supadhyay; +Cc: git

I see that you have already asked this question before on the mailing list

See http://git.661346.n2.nabble.com/User-authentication-in-GIT-td7261349.html


On Tue, Feb 14, 2012 at 7:33 PM, supadhyay <supadhyay@imany.com> wrote:
> Hi All,
>
> Can any one please update me what would be the method/steps to migrate
> existing CVS users to GIT in CVS2GIT migration? User migration is possible
> or not?
>
> Thanks in advance...
>
> --
> View this message in context: http://git.661346.n2.nabble.com/cvs2git-migration-tp7283631p7285021.html
> Sent from the git mailing list archive at Nabble.com.
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: cvs2git migration
  2012-02-14 12:01 cvs2git migration supadhyay
  2012-02-14 18:33 ` supadhyay
@ 2012-02-14 20:17 ` Holger Hellmuth
  1 sibling, 0 replies; 5+ messages in thread
From: Holger Hellmuth @ 2012-02-14 20:17 UTC (permalink / raw)
  To: supadhyay; +Cc: git

On 14.02.2012 13:01, supadhyay wrote:
> Hi All,
>
> I want to migrate my version control CVS to GIT. I have few links which
> mentioned about how to migrate CVS repositories to GIT but there is no
> description about how to migrate existing CVS users to GIT?

As far as I know CVS uses its own server called pserver. And the usual 
username and password combo for authentication.

if you want to use git with a central repository, you should use 
gitolite. And gitolite uses RSA or DSA keys that are not compatible with 
CVS passwords. You can't simply migrate the users to gitolite.

Every user has to generate and send the public half of that key 
(generated with ssh-keygen) to the administrator of that repository.

If you have problems authenticating all those users sending you public 
keys, let them check in the public keys into a specific path in one of 
the old CVS repositories. Then the administrator of the git repository 
can fetch them from the CVS (and check that the right user added the 
patch for his new key).

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

end of thread, other threads:[~2012-02-14 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 12:01 cvs2git migration supadhyay
2012-02-14 18:33 ` supadhyay
2012-02-14 19:45   ` Kevin
2012-02-14 19:50   ` Kevin
2012-02-14 20:17 ` Holger Hellmuth

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).