All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] Failed to login LVM CVS
@ 2013-09-25 10:11 Justin Lee
  2013-09-25 10:26 ` Bryn M. Reeves
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Lee @ 2013-09-25 10:11 UTC (permalink / raw)
  To: linux-lvm

Hi,

I wanted to get the source code of LVM 2.02.86(2) (2011-07-08) and I
saw the instructions on web page
http://www.tldp.org/HOWTO/html_single/LVM-HOWTO/#checkoutsource to
check out the source from CVS. So I gave it a try and I got an error
like this:

$ cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login cvs
Logging in to :pserver:cvs@sources.redhat.com:2401/cvs/lvm2
CVS password:
cvs [login aborted]: connect to
sources.redhat.com(209.132.183.64):2401 failed: Connection timed out

Any idea?

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

* Re: [linux-lvm] Failed to login LVM CVS
  2013-09-25 10:11 [linux-lvm] Failed to login LVM CVS Justin Lee
@ 2013-09-25 10:26 ` Bryn M. Reeves
  0 siblings, 0 replies; 2+ messages in thread
From: Bryn M. Reeves @ 2013-09-25 10:26 UTC (permalink / raw)
  To: LVM general discussion and development; +Cc: Justin Lee

On 09/25/2013 11:11 AM, Justin Lee wrote:
> I wanted to get the source code of LVM 2.02.86(2) (2011-07-08) and I
> saw the instructions on web page
> http://www.tldp.org/HOWTO/html_single/LVM-HOWTO/#checkoutsource to
> check out the source from CVS. So I gave it a try and I got an error
> like this:

The primary version control system was moved from CVS to git in June of
last year:

https://sourceware.org/lvm2/

You can clone the repo with the following command:

  $ git clone git://git.fedorahosted.org/git/lvm2.git
  [...]

Then checkout the v2_02_86 tag:

  $ git checkout v2_02_86
  Note: checking out 'v2_02_86'.

  You are in 'detached HEAD' state. You can look around, make
  experimental changes and commit them, and you can discard any commits
  you make in this state without impacting any branches by performing
  another checkout.

  If you want to create a new branch to retain commits you create, you
  may do so (now or later) by using -b with the checkout command again.
  Example:

  git checkout -b new_branch_name

  HEAD is now at 4c67e55... remove unnecessary lvconvert.h

Following this your lvm2 directory will contain the sources as they were
at the time that tag was created.

Regards,
Bryn.

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

end of thread, other threads:[~2013-09-25 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 10:11 [linux-lvm] Failed to login LVM CVS Justin Lee
2013-09-25 10:26 ` Bryn M. Reeves

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.