Hi people, i want to test Xen and the newest patches on some powerful machines. For this reason i would like to get a read access of the actual souce codes of Xen. Can you help me to get a login for the repository and to checkout it. Thanks a lot. Mit freundlichen Grüßen / Best Regards Stefan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi Stefan, No special permission is required to access the current unstable version of Xen. All that is required is a copy of the Mercurial (hg) version control system (available from http://selenic.com/mercurial or as a package with most distributions). Once you have Mercurial set up on your computer, you can retrieve the latest copy of the repository by executing: hg clone http://xenbits.xensource.com/xen-unstable.hg Regards, Derek Murray. On 19 Sep 2007, at 13:13, Mitov, Stefan wrote:> Hi people, > > i want to test Xen and the newest patches on some powerful > machines. For this reason i would like to get a read access of the > actual souce codes of Xen. Can you help me to get a login for the > repository and to checkout it. Thanks a lot. > > Mit freundlichen Grüßen / Best Regards > > Stefan > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Wed, 2007-09-19 at 14:13 +0200, Mitov, Stefan wrote:> Hi people, > > i want to test Xen and the newest patches on some powerful machines. > For this reason i would like to get a read access of the actual souce > codes of Xen. Can you help me to get a login for the repository and to > checkout it. Thanks a lot. > > Mit freundlichen Grüßen / Best RegardsFirst, go get Mercurial: http://www.selenic.com/mercurial/ Build and install (you might need to install some python packages, asciidoc and others). Next, go get Xen cd /usr/local/src hg clone http://xenbits.xensource.com/xen-unstable.hg You might also want: hg clone http://xenbits.xensource.com/xen-3.1-testing.hg Find the source (and Makefile) in whichever one you obtained. Folks, I have received 19 emails to my personal e-mail address over three weeks asking where the source to Xen could be found, many claiming that its not available. This is because my personal web site turns up often in Google searches for Xen. Might someone make xenbits a bit more conspicuous on xensource.com ? Perhaps some nightly tgz snaps of the repos for the Mercurial impaired? Best, --Tim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel