All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Subversion repository
Date: Sun, 30 Mar 2008 17:57:58 +0000	[thread overview]
Message-ID: <200803301857.59347.paul@codesourcery.com> (raw)

A qemu Subversion repository has not be created and populated on savannah. 
Its contents should be identical to the old CVS repository.

Pretty much everyone is agreed that Subversion is an improvement over CVS, so 
as of now we should consider this to be the master repository.

Currently the old CVS repository is still present. I suggest that in the 
relatively short term we either have it removed or at least made readonly.  
I'm about the check in some changes to document that it is no longer active, 
and catch the commit that happened since the svn repository was created.

For those that don't know subversion, it's pretty straightforward, and in most 
cases works exactly the same as CVS.  A quick summary of useful commands:

- To checkout a source tree:

  svn checkout svn://svn.savannah.nongnu.org/qemu/trunk svn

This does an anonymous readonly checkout.  Those with commit access can make 
writable checkouts using svn+ssh:// URIs as described here: 
https://savannah.nongnu.org/svn/?group=qemu

- To update an existing tree to the latest revision:

  svn update

Note: Unlike CVS, this does not print the names of files that have been 
locally modified.

- To view a list of locally modified files:

  svn st

- Generate a diff of local changes:

  svn diff

- Commit local changes to the server (as with cvs, requires an ssh checkout):

  svn checkin

Unlike CVS, you can't pass diff options directly to this command.  Fortunately 
the defaults are more sane, and you can specify a different diif program as 
described here: http://gcc.gnu.org/wiki/SvnTricks

Tags and branches are created using the copy command.  Subversion does not 
distinguish between tags and branches, a tag is just a branch that by 
convention is placed somewhere else and is never modified.

Paul

             reply	other threads:[~2008-03-30 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-30 17:57 Paul Brook [this message]
2008-03-30 18:10 ` [Qemu-devel] Subversion repository Bernhard Fischer
2008-03-30 18:39   ` Paul Brook
2008-03-30 19:37 ` Avi Kivity

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=200803301857.59347.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /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.